Remove the pre-update group and add a post-upgrade group

The post-upgrade group will be invoked from
I32330a05fa142fc92d73f68103429c4c2c1816ab

Change-Id: I31075498a9d395603ed5e40d65ea3db6d89adc6a
This commit is contained in:
marios 2017-07-07 18:17:02 +03:00
parent 821b048908
commit 94290a9eaa
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@
groups: groups:
- post-deployment - post-deployment
- pre-upgrade - pre-upgrade
- pre-update - post-upgrade
tasks: tasks:
# Check connectivity to horizon # Check connectivity to horizon
- name: Check Horizon - name: Check Horizon

View File

@ -8,6 +8,7 @@
an upgrade. an upgrade.
groups: groups:
- pre-upgrade - pre-upgrade
- post-upgrade
tasks: tasks:
- name: Check stack resource statuses - name: Check stack resource statuses
assert: assert:

View File

@ -6,7 +6,7 @@
description: > description: >
Check undercloud status before running a stack update - especially minor update and major upgrade. Check undercloud status before running a stack update - especially minor update and major upgrade.
groups: groups:
- pre-update - post-upgrade
- pre-upgrade - pre-upgrade
tasks: tasks:
- name: Check Services are running - name: Check Services are running