Skip to content
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