From c81fc34da4eca2494339b94cb56a4edf30873535 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 19 Sep 2022 16:13:41 +1000 Subject: [PATCH] configure-mirrors: enable extras-common for 9-stream This uses the new argument provided in the dependent change to enable the extras-common repo for 9-stream. Since this is already running with the default arguments, it should be low-risk to change them here and only affect CentOS 9-stream. Change-Id: I185657987fd1b454db683bd1329a985940014750 --- playbooks/base-test/pre.yaml | 24 ++++++++++++++++++++++++ playbooks/base/pre.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index 3754f58..d034089 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -63,3 +63,27 @@ - role: configure-mirrors set_apt_mirrors_trusted: True mirror_use_ssl: True + configure_mirrors_components_9_stream: + 'baseos': true + 'baseos-debug': false + 'baseos-source': false + 'appstream': true + 'appstream-debug': false + 'appstream-source': false + 'crb': true + 'crb-debug': false + 'crb-source': false + 'highavailability': true + 'highavailability-debug': false + 'highavailability-source': false + 'nfv': true + 'nfv-debug': false + 'nfv-source': false + 'rt': true + 'rt-debug': false + 'rt-source': false + 'resilientstorage': true + 'resilientstorage-debug': false + 'resilientstorage-source': false + 'extras-common': true + 'extras-common-source': false diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index 3754f58..d034089 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -63,3 +63,27 @@ - role: configure-mirrors set_apt_mirrors_trusted: True mirror_use_ssl: True + configure_mirrors_components_9_stream: + 'baseos': true + 'baseos-debug': false + 'baseos-source': false + 'appstream': true + 'appstream-debug': false + 'appstream-source': false + 'crb': true + 'crb-debug': false + 'crb-source': false + 'highavailability': true + 'highavailability-debug': false + 'highavailability-source': false + 'nfv': true + 'nfv-debug': false + 'nfv-source': false + 'rt': true + 'rt-debug': false + 'rt-source': false + 'resilientstorage': true + 'resilientstorage-debug': false + 'resilientstorage-source': false + 'extras-common': true + 'extras-common-source': false