From ff21ec3d2fea67b90a7d958f9479377873d74456 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 22 Oct 2024 10:41:39 +0100 Subject: [PATCH] Pin Magnum to Antelope in Caracal --- etc/kayobe/kolla/globals.yml | 2 ++ releasenotes/notes/magnum-pin-958b39182e565697.yaml | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 releasenotes/notes/magnum-pin-958b39182e565697.yaml diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index c36b659b5..624c21b68 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -22,6 +22,8 @@ kolla_image_tags: # Variables defining which tag to use for each container's image. {{ 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 ############################################################################# # Monitoring and alerting related settings diff --git a/releasenotes/notes/magnum-pin-958b39182e565697.yaml b/releasenotes/notes/magnum-pin-958b39182e565697.yaml new file mode 100644 index 000000000..e13bcbdd6 --- /dev/null +++ b/releasenotes/notes/magnum-pin-958b39182e565697.yaml @@ -0,0 +1,6 @@ +--- +issues: + - | + Magnum has been pinned to the Antelope release due to an issue upstream in + Caracal. See `here `__ for + more details.