post-update¶
check-uc-hostname¶
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
openstack-endpoints¶
Check connectivity to various OpenStack services.
This validation gets the PublicVip address from the deployment and tries to access Horizon and get a Keystone token.
hosts: undercloud
groups: post-deployment, pre-upgrade, post-upgrade, pre-update, post-update
parameters:
roles: openstack_endpoints
Role documentation
undercloud-service-status¶
Verify undercloud services state before running update or upgrade.
Check undercloud status before running a stack update - especially minor update and major upgrade.
hosts: undercloud
groups: backup-and-restore, post-upgrade, pre-upgrade, post-update, pre-update
parameters:
roles: undercloud_service_status
Role documentation