File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ kolla_enable_octavia: true
2929kolla_enable_opensearch : true
3030kolla_enable_prometheus : true
3131kolla_enable_redis : true
32+ kolla_enable_skyline : true
3233kolla_build_neutron_ovs : true
3334
3435# ##############################################################################
Original file line number Diff line number Diff line change @@ -48,3 +48,9 @@ kolla_image_tags:
4848 ovn :
4949 rocky-9 : 2024.1-rocky-9-20250219T113722
5050 ubuntu-jammy : 2024.1-ubuntu-jammy-20250219T113722
51+ skyline_apiserver :
52+ rocky-9 : 2024.1-rocky-9-20250408T133253
53+ ubuntu-jammy : 2024.1-ubuntu-jammy-20250408T133253
54+ skyline_console :
55+ rocky-9 : 2024.1-rocky-9-20250408T133253
56+ ubuntu-jammy : 2024.1-ubuntu-jammy-20250408T133253
Original file line number Diff line number Diff line change @@ -536,8 +536,8 @@ stackhpc_pulp_images_kolla:
536536 - ovn-controller
537537 - ovn-nb-db-server
538538 - ovn-northd
539- - ovn-sb-db-server
540539 - ovn-sb-db-relay
540+ - ovn-sb-db-server
541541 - placement-api
542542 - prometheus-alertmanager
543543 - prometheus-blackbox-exporter
@@ -554,6 +554,8 @@ stackhpc_pulp_images_kolla:
554554 - rabbitmq
555555 - redis
556556 - redis-sentinel
557+ - skyline-apiserver
558+ - skyline-console
557559
558560# List of images for each base distribution which should not/cannot be built.
559561stackhpc_kolla_unbuildable_images :
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ fluentd_allowed_vulnerabilities:
1616 - CVE-2024-27280
1717grafana_allowed_vulnerabilities :
1818 - CVE-2024-8986
19-
19+ skyline_apiserver_allowed_vulnerabilities :
20+ - CVE-2024-33663
2021
2122# ##############################################################################
2223# Dummy variable to allow Ansible to accept this file.
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Enable building of ``Skyline`` an alternative to ``Horizon``.
5+
You can’t perform that action at this time.
0 commit comments