From ae9a99feaa41bd588cdac86f7c7961a9d1a60018 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Wed, 8 May 2024 17:51:00 -0400 Subject: [PATCH] Add caracal to codename maps jammy-caracal, noble-caracal, 2024.1 and noble are being added to their respective codename maps to allow the testing to recognize caracal --- zaza/openstack/utilities/os_versions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zaza/openstack/utilities/os_versions.py b/zaza/openstack/utilities/os_versions.py index 2d7639f20..c1d819ccb 100644 --- a/zaza/openstack/utilities/os_versions.py +++ b/zaza/openstack/utilities/os_versions.py @@ -42,6 +42,7 @@ ('kinetic', 'zed'), ('lunar', 'antelope'), ('mantic', 'bobcat'), + ('noble', 'caracal'), ]) @@ -71,6 +72,7 @@ ('2022.2', 'zed'), ('2023.1', 'antelope'), ('2023.2', 'bobcat'), + ('2024.1', 'caracal'), ]) OPENSTACK_RELEASES_PAIRS = [ @@ -87,6 +89,7 @@ 'focal_yoga', 'jammy_yoga', 'jammy_zed', 'kinetic_zed', 'jammy_antelope', 'lunar_antelope', 'jammy_bobcat', 'mantic_bobcat', + 'jammy_caracal', 'noble_caracal', ] SWIFT_CODENAMES = OrderedDict([ @@ -320,6 +323,7 @@ 'kinetic', 'lunar', 'mantic', + 'noble', )