Skip to content

Commit 7dd562c

Browse files
committed
feat: enable skyline build
1 parent 80b8b0e commit 7dd562c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: etc/kayobe/environments/ci-builder/stackhpc-ci.yml

+1
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
###############################################################################

Diff for: etc/kayobe/trivy/allowed-vulnerabilities.yml

+2-1
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_api_allowed_vulnerabilities:
20+
- CVE-2024-33663
2021

2122
###############################################################################
2223
# Dummy variable to allow Ansible to accept this file.
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)