Skip to content

feat: enable skyline build #1597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ kolla_enable_octavia: true
kolla_enable_opensearch: true
kolla_enable_prometheus: true
kolla_enable_redis: true
kolla_enable_skyline: true
kolla_build_neutron_ovs: true

###############################################################################
Expand Down
6 changes: 6 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ kolla_image_tags:
ovn:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
skyline_apiserver:
rocky-9: 2024.1-rocky-9-20250408T133253
ubuntu-jammy: 2024.1-ubuntu-jammy-20250408T133253
skyline_console:
rocky-9: 2024.1-rocky-9-20250408T133253
ubuntu-jammy: 2024.1-ubuntu-jammy-20250408T133253
4 changes: 3 additions & 1 deletion etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ stackhpc_pulp_images_kolla:
- ovn-controller
- ovn-nb-db-server
- ovn-northd
- ovn-sb-db-server
- ovn-sb-db-relay
- ovn-sb-db-server
- placement-api
- prometheus-alertmanager
- prometheus-blackbox-exporter
Expand All @@ -554,6 +554,8 @@ stackhpc_pulp_images_kolla:
- rabbitmq
- redis
- redis-sentinel
- skyline-apiserver
- skyline-console

# List of images for each base distribution which should not/cannot be built.
stackhpc_kolla_unbuildable_images:
Expand Down
3 changes: 2 additions & 1 deletion etc/kayobe/trivy/allowed-vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ fluentd_allowed_vulnerabilities:
- CVE-2024-27280
grafana_allowed_vulnerabilities:
- CVE-2024-8986

skyline_apiserver_allowed_vulnerabilities:
- CVE-2024-33663

###############################################################################
# Dummy variable to allow Ansible to accept this file.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Enable building of ``Skyline`` an alternative to ``Horizon``.

Loading