Skip to content

Commit c7a478b

Browse files
authored
Merge pull request #1597 from stackhpc/enable-skyline-build
feat: enable `skyline` build
2 parents e0b977d + 5cd7be9 commit c7a478b

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ kolla_enable_octavia: true
2929
kolla_enable_opensearch: true
3030
kolla_enable_prometheus: true
3131
kolla_enable_redis: true
32+
kolla_enable_skyline: true
3233
kolla_build_neutron_ovs: true
3334

3435
###############################################################################

etc/kayobe/kolla-image-tags.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

etc/kayobe/pulp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
559561
stackhpc_kolla_unbuildable_images:

etc/kayobe/trivy/allowed-vulnerabilities.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ fluentd_allowed_vulnerabilities:
1616
- CVE-2024-27280
1717
grafana_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.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Enable building of ``Skyline`` an alternative to ``Horizon``.
5+

0 commit comments

Comments
 (0)