diff --git a/playbooks/container-status.yaml b/playbooks/container-status.yaml index bbd262104..c6dd37820 100644 --- a/playbooks/container-status.yaml +++ b/playbooks/container-status.yaml @@ -7,6 +7,7 @@ Detect failed containers and raise an error. groups: - pre-upgrade + - pre-update - post-deployment - post-upgrade roles: diff --git a/playbooks/openstack-endpoints.yaml b/playbooks/openstack-endpoints.yaml index a3280ab1d..d1bad334f 100644 --- a/playbooks/openstack-endpoints.yaml +++ b/playbooks/openstack-endpoints.yaml @@ -11,5 +11,7 @@ - post-deployment - pre-upgrade - post-upgrade + - pre-update + - post-update roles: - openstack_endpoints diff --git a/playbooks/package-version.yaml b/playbooks/package-version.yaml index d1f547c93..762af92bf 100644 --- a/playbooks/package-version.yaml +++ b/playbooks/package-version.yaml @@ -10,6 +10,7 @@ - prep - pre-deployment - pre-upgrade + - pre-update - pre-system-upgrade - pre-undercloud-upgrade - pre-overcloud-prepare diff --git a/playbooks/repos.yaml b/playbooks/repos.yaml index 5e413a4af..cf2879111 100644 --- a/playbooks/repos.yaml +++ b/playbooks/repos.yaml @@ -12,5 +12,6 @@ Detect if there are any unwanted repositories (such as EPEL) enabled. groups: - pre-upgrade + - pre-update roles: - repos diff --git a/playbooks/undercloud-heat-purge-deleted.yaml b/playbooks/undercloud-heat-purge-deleted.yaml index fbad0f601..3ebff911d 100644 --- a/playbooks/undercloud-heat-purge-deleted.yaml +++ b/playbooks/undercloud-heat-purge-deleted.yaml @@ -5,10 +5,11 @@ name: Verify heat-manage purge_deleted is enabled in crontab description: | Without a purge_deleted crontab enabled, the - heat database can grow very large. This validation checks that + heat database can grow very large. This validation checks that the purge_deleted crontab has been set up. groups: - pre-upgrade + - pre-update - pre-deployment cron_check: "heat-manage purge_deleted" roles: diff --git a/playbooks/undercloud-ipa-server-check.yaml b/playbooks/undercloud-ipa-server-check.yaml index ae1ecdf59..9b8e4b8e3 100644 --- a/playbooks/undercloud-ipa-server-check.yaml +++ b/playbooks/undercloud-ipa-server-check.yaml @@ -8,9 +8,9 @@ This validation is relevant for systems where TLS Everywhere is enabled. A new ACI is needed on the FreeIPA server to ensure that certificates with IP SANs can be - issued. This ACI will be delivered by default from FreeIPA 4.8.5. + issued. This ACI will be delivered by default from FreeIPA 4.8.5. - In addition, a new permission is needed to add DNS zones for tripleo-ipa. This + In addition, a new permission is needed to add DNS zones for tripleo-ipa. This permission is an addition to the current permissions for the Nova Host Manager role. This validation confirms that the new permission and ACI are present. @@ -18,6 +18,7 @@ https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/features/tls-introduction.html groups: - pre-upgrade + - pre-update tasks: - include_role: name: tls_everywhere diff --git a/playbooks/undercloud-service-status.yaml b/playbooks/undercloud-service-status.yaml index 9920d2be0..3de401ea6 100644 --- a/playbooks/undercloud-service-status.yaml +++ b/playbooks/undercloud-service-status.yaml @@ -8,5 +8,7 @@ groups: - post-upgrade - pre-upgrade + - post-update + - pre-update roles: - undercloud_service_status