|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.0/html-single/
|
|
|
|
|
director_installation_and_usage/index#configuring-the-undercloud-with-environment-files,
|
|
|
|
|
for the Overcloud you need to add a new parameter file to your deploy
|
|
|
|
|
command with that parameter set.
|
|
|
|
|
command with that parameter set. You can also disable it in the role, see rhsm_enforce role parameter.
|
|
|
|
|
If this is unexpected, you have to subscribe this node and
|
|
|
|
|
ensure that RHEL is pinned to {{ tripleo_redhat_enforce_os }} as
|
|
|
|
|
this is the only version supported for {{ tripleo_redhat_enforce_osp }}.
|
|
|
|
@ -41,5 +41,6 @@
|
|
|
|
|
OSP{{ tripleo_redhat_enforce_osp }} is only supported with Red Hat {{ tripleo_redhat_enforce_os }}.
|
|
|
|
|
Please make sure to pin rhel to {{ tripleo_redhat_enforce_os }} using:
|
|
|
|
|
subscription-manager release --set={{ tripleo_redhat_enforce_os }}.
|
|
|
|
|
You can then proceed with the update.
|
|
|
|
|
You can then proceed with the update. You can also disable it in the
|
|
|
|
|
role, see rhsm_enforce role parameter, if this is expected.
|
|
|
|
|
when: tripleo_redhat_enforce_os not in subscribed_release.stdout
|
|
|
|
|