Skip to content

Commit a7f1f32

Browse files
committed
Pin Magnum to Antelope for both Ubuntu and Rocky
Only Magnum for Rocky Linux was pinned on #1339
1 parent a0e534c commit a7f1f32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ kolla_image_tags:
2323
{{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }}
2424

2525
# FIXME: Pin to Antelope Magnum until it is working again upstream
26-
magnum_tag: 2023.1-rocky-9-20240821T102442
26+
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 %}"
2732
#############################################################################
2833
# Monitoring and alerting related settings
2934

0 commit comments

Comments
 (0)