Verify that the RSHM version configured is the right one.
This validation checks the RHSM version of the target node via subscription-manager release –show and makes sure that the release matches the value set in check_rhsm_version_expected.
hosts: all
groups: pre-undercloud-upgrade, pre-overcloud-upgrade
parameters:
check_rhsm_version_debug: False
roles: check_rhsm_version
Role documentation
Check DockerInsecureRegistryAddress parameter points to correct UC hostname.
This validation checks the DockerInsecureRegistryAddress parameter points to the right UC hostname
hosts: undercloud
groups: pre-overcloud-upgrade, post-update
parameters:
check_uc_hostname_debug: False
roles: check_uc_hostname
Role documentation
The Validation name goes here.
Write a description of your validations
hosts: all
groups: prep, pre-deployment, post-deployment, pre-upgrade, post-upgrade, pre-update, pre-system-upgrade, pre-undercloud-upgrade, pre-overcloud-prepare, pre-overcloud-upgrade, pre-overcloud-converge, pre-ceph, post-ceph
parameters:
package_version_debug: False
roles: package_version
Role documentation
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.