From 90e0ede26eb7aaa64507c655d9ce138b45228583 Mon Sep 17 00:00:00 2001 From: Lewis Date: Tue, 8 Jun 2021 21:00:30 +1000 Subject: [PATCH] Update rhsm repo examples for RHEL8 deployments This patch updates the repos used in the rhsm template from the rhel 7 examples to rhel8 examples as per Red Hats deployment guide, this simlply makes the examples more accurate. Closes-Bug: #1931194 Change-Id: If9c68fe2c4b6ea4f6a9d74460415600a70256ec5 (cherry picked from commit b7fe787584f36c522f2f35233ca36508a160e779) (cherry picked from commit 20840a7a5f2d0210af4c445c1b8ca760a43d16cc) (cherry picked from commit c595a9a8309f79195147bdcb755ba694ab1afdc6) --- environments/rhsm.yaml | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/environments/rhsm.yaml b/environments/rhsm.yaml index 01abf5a332..b2d7222a20 100644 --- a/environments/rhsm.yaml +++ b/environments/rhsm.yaml @@ -6,14 +6,17 @@ resource_registry: parameter_defaults: # RhsmVars: # rhsm_repos: -# - rhel-7-server-rpms -# - rhel-7-server-extras-rpms -# - rhel-ha-for-rhel-7-server-rpms -# - rhel-7-server-openstack-13-rpms -# - rhel-7-server-rhceph-3-mon-rpms -# - rhel-7-server-rhceph-3-tools-rpms +# - rhel-8-for-x86_64-baseos-eus-rpms +# - rhel-8-for-x86_64-appstream-eus-rpms +# - rhel-8-for-x86_64-highavailability-eus-rpms +# - ansible-2.9-for-rhel-8-x86_64-rpms +# - advanced-virt-for-rhel-8-x86_64-rpms +# - openstack-16.1-for-rhel-8-x86_64-rpms +# - fast-datapath-for-rhel-8-x86_64-rpms +# - rhceph-4-tools-for-rhel-8-x86_64-rpms +# - rhceph-4-mon-for-rhel-8-x86_64-rpms # rhsm_activation_key: 'secrete-key' -# rhsm_release: '8.1' +# rhsm_release: '8.2' # In some cases, you want to configure specific repos on some roles. @@ -22,15 +25,17 @@ parameter_defaults: # ComputeHCIParameters: # RhsmVars: # rhsm_repos: -# - rhel-7-server-rpms -# - rhel-7-server-extras-rpms -# - rhel-ha-for-rhel-7-server-rpms -# - rhel-7-server-openstack-13-rpms -# - rhel-7-server-rhceph-3-osd-rpms -# - rhel-7-server-rhceph-3-mon-rpms -# - rhel-7-server-rhceph-3-tools-rpms +# - rhel-8-for-x86_64-baseos-eus-rpms +# - rhel-8-for-x86_64-appstream-eus-rpms +# - rhel-8-for-x86_64-highavailability-eus-rpms +# - ansible-2.9-for-rhel-8-x86_64-rpms +# - advanced-virt-for-rhel-8-x86_64-rpms +# - openstack-16.1-for-rhel-8-x86_64-rpms +# - fast-datapath-for-rhel-8-x86_64-rpms +# - rhceph-4-tools-for-rhel-8-x86_64-rpms +# - rhceph-4-mon-for-rhel-8-x86_64-rpms # rhsm_activation_key: 'anothersecrete-key' -# rhsm_release: '8.1' +# rhsm_release: '8.2' # # More about composable roles: # https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/role_specific_parameters.html