From 0e680e1f28d5a3bbf827fe17194d6fd8f97ff1ec Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Tue, 20 Sep 2022 17:12:52 +0300 Subject: [PATCH] Add zed to tripleo-get-hash supported releases This adds zed to the supported releases for get-hash. See topics at [1][2] for related reviews. [1] https://review.opendev.org/q/topic:oooci_zed [2] https://review.rdoproject.org/r/q/topic:oooci_zed Change-Id: Ic85253f6af06c2522c27ae0c9abc3814eb90dd02 --- plugins/module_utils/tripleo_repos/get_hash/config.yaml | 1 + plugins/module_utils/tripleo_repos/get_hash/constants.py | 1 + tests/unit/get_hash/fakes.py | 1 + 3 files changed, 3 insertions(+) diff --git a/plugins/module_utils/tripleo_repos/get_hash/config.yaml b/plugins/module_utils/tripleo_repos/get_hash/config.yaml index 27b78fa..57198fe 100644 --- a/plugins/module_utils/tripleo_repos/get_hash/config.yaml +++ b/plugins/module_utils/tripleo_repos/get_hash/config.yaml @@ -6,6 +6,7 @@ dlrn_url: 'https://trunk.rdoproject.org' tripleo_releases: - master + - zed - wallaby - victoria - ussuri diff --git a/plugins/module_utils/tripleo_repos/get_hash/constants.py b/plugins/module_utils/tripleo_repos/get_hash/constants.py index 996f294..066e10e 100644 --- a/plugins/module_utils/tripleo_repos/get_hash/constants.py +++ b/plugins/module_utils/tripleo_repos/get_hash/constants.py @@ -40,6 +40,7 @@ CONFIG_PATH = '/usr/local/etc/tripleo_get_hash/config.yaml' DEFAULT_CONFIG = { "tripleo_releases": [ "master", + "zed", "wallaby", "victoria", "ussuri", diff --git a/tests/unit/get_hash/fakes.py b/tests/unit/get_hash/fakes.py index 2bd076d..188a88b 100644 --- a/tests/unit/get_hash/fakes.py +++ b/tests/unit/get_hash/fakes.py @@ -71,6 +71,7 @@ dlrn_url: 'https://trunk.rdoproject.org' tripleo_releases: - master + - zed - wallaby - victoria - ussuri