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 a0e534c commit a7f1f32Copy full SHA for a7f1f32
etc/kayobe/kolla/globals.yml
@@ -23,7 +23,12 @@ kolla_image_tags:
23
{{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }}
24
25
# FIXME: Pin to Antelope Magnum until it is working again upstream
26
-magnum_tag: 2023.1-rocky-9-20240821T102442
+kayobe_image_tags:
27
+ magnum:
28
+ rocky: 2023.1-rocky-9-20240821T102442
29
+ ubuntu: 2023.1-ubuntu-jammy-20240821T102442
30
+
31
+magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
32
#############################################################################
33
# Monitoring and alerting related settings
34
0 commit comments