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