From d177bd4fe9c071ceac79c88811e7651a136e28d0 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Thu, 31 Oct 2024 10:16:21 +0000 Subject: [PATCH] Pin Magnum to Antelope for both Ubuntu and Rocky Only Magnum for Rocky Linux was pinned on https://github.com/stackhpc/stackhpc-kayobe-config/pull/1339 --- etc/kayobe/kolla/globals.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 624c21b68..30d3af9bb 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -23,7 +23,12 @@ kolla_image_tags: {{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }} # FIXME: Pin to Antelope Magnum until it is working again upstream -magnum_tag: 2023.1-rocky-9-20240821T102442 +kayobe_image_tags: + magnum: + rocky: 2023.1-rocky-9-20240821T102442 + ubuntu: 2023.1-ubuntu-jammy-20240821T102442 + +magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}" ############################################################################# # Monitoring and alerting related settings