We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18edfec commit 0ce1ab0Copy full SHA for 0ce1ab0
etc/kayobe/kolla/globals.yml
@@ -14,11 +14,15 @@ kayobe_image_tags:
14
openstack:
15
rocky: zed-rocky-9-20230821T155947
16
ubuntu: zed-ubuntu-jammy-20230821T155947
17
+ bifrost:
18
+ rocky: zed-rocky-9-20230927T142529
19
+ ubuntu: zed-ubuntu-jammy-20230927T154443
20
ovn:
21
rocky: zed-rocky-9-20230925T132313
22
23
24
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
25
+bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
26
ovn_tag: "{% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] }}{% endraw %}"
27
28
om_enable_rabbitmq_high_availability: true
0 commit comments