Skip to content

Disable Skyline build #1696

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 1 commit into from
Jun 10, 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: 0 additions & 1 deletion etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ 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
2 changes: 0 additions & 2 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,6 @@ 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: 0 additions & 3 deletions etc/kayobe/trivy/allowed-vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ prometheus_cadvisor_allowed_vulnerabilities:
- CVE-2024-41110
- CVE-2024-45337

skyline_apiserver_allowed_vulnerabilities:
- CVE-2024-33663

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
deprecations:
- |
Disabled building of Kolla container images for Skyline

This file was deleted.

Loading