You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
395 B
14 lines
395 B
--- |
|
- hosts: undercloud |
|
vars: |
|
metadata: |
|
name: Verify undercloud services state before running update or upgrade |
|
description: | |
|
Check undercloud status before running a stack update - especially minor update and major upgrade. |
|
groups: |
|
- post-upgrade |
|
- pre-upgrade |
|
- post-update |
|
- pre-update |
|
roles: |
|
- undercloud_service_status
|
|
|