From 94290a9eaa91ec82ace52553435aa5e8cca44a72 Mon Sep 17 00:00:00 2001 From: marios Date: Fri, 7 Jul 2017 18:17:02 +0300 Subject: [PATCH] Remove the pre-update group and add a post-upgrade group The post-upgrade group will be invoked from I32330a05fa142fc92d73f68103429c4c2c1816ab Change-Id: I31075498a9d395603ed5e40d65ea3db6d89adc6a --- validations/openstack-endpoints.yaml | 2 +- validations/stack-health.yaml | 1 + validations/undercloud-service-status.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/validations/openstack-endpoints.yaml b/validations/openstack-endpoints.yaml index c103dda2f..74f2c9186 100644 --- a/validations/openstack-endpoints.yaml +++ b/validations/openstack-endpoints.yaml @@ -10,7 +10,7 @@ groups: - post-deployment - pre-upgrade - - pre-update + - post-upgrade tasks: # Check connectivity to horizon - name: Check Horizon diff --git a/validations/stack-health.yaml b/validations/stack-health.yaml index 1cd9214ea..1739b64b0 100644 --- a/validations/stack-health.yaml +++ b/validations/stack-health.yaml @@ -8,6 +8,7 @@ an upgrade. groups: - pre-upgrade + - post-upgrade tasks: - name: Check stack resource statuses assert: diff --git a/validations/undercloud-service-status.yaml b/validations/undercloud-service-status.yaml index cb9ca7bc0..81f63527e 100644 --- a/validations/undercloud-service-status.yaml +++ b/validations/undercloud-service-status.yaml @@ -6,7 +6,7 @@ description: > Check undercloud status before running a stack update - especially minor update and major upgrade. groups: - - pre-update + - post-upgrade - pre-upgrade tasks: - name: Check Services are running