b7fe787584
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
45 lines
1.6 KiB
YAML
45 lines
1.6 KiB
YAML
# A Heat environment file that enables RHSM.
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::Rhsm: ../deployment/rhsm/rhsm-baremetal-ansible.yaml
|
|
|
|
parameter_defaults:
|
|
# RhsmVars:
|
|
# rhsm_repos:
|
|
# - 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.2'
|
|
|
|
|
|
# In some cases, you want to configure specific repos on some roles.
|
|
# Each role can have its own RHSM configuration.
|
|
# Example:
|
|
# ComputeHCIParameters:
|
|
# RhsmVars:
|
|
# rhsm_repos:
|
|
# - 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.2'
|
|
#
|
|
# More about composable roles:
|
|
# https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/role_specific_parameters.html
|
|
#
|
|
# More about ansible-role-redhat-subscription variables:
|
|
# https://github.com/openstack/ansible-role-redhat-subscription
|