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
29
29
kolla_enable_opensearch : true
30
30
kolla_enable_prometheus : true
31
31
kolla_enable_redis : true
32
+ kolla_enable_skyline : true
32
33
kolla_build_neutron_ovs : true
33
34
34
35
# ##############################################################################
Original file line number Diff line number Diff line change @@ -48,3 +48,9 @@ kolla_image_tags:
48
48
ovn :
49
49
rocky-9 : 2024.1-rocky-9-20250219T113722
50
50
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:
536
536
- ovn-controller
537
537
- ovn-nb-db-server
538
538
- ovn-northd
539
- - ovn-sb-db-server
540
539
- ovn-sb-db-relay
540
+ - ovn-sb-db-server
541
541
- placement-api
542
542
- prometheus-alertmanager
543
543
- prometheus-blackbox-exporter
@@ -554,6 +554,8 @@ stackhpc_pulp_images_kolla:
554
554
- rabbitmq
555
555
- redis
556
556
- redis-sentinel
557
+ - skyline-apiserver
558
+ - skyline-console
557
559
558
560
# List of images for each base distribution which should not/cannot be built.
559
561
stackhpc_kolla_unbuildable_images :
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ fluentd_allowed_vulnerabilities:
16
16
- CVE-2024-27280
17
17
grafana_allowed_vulnerabilities :
18
18
- CVE-2024-8986
19
-
19
+ skyline_apiserver_allowed_vulnerabilities :
20
+ - CVE-2024-33663
20
21
21
22
# ##############################################################################
22
23
# 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