Add new Upgrades validation groups.

This patch adds all the needed groups to cover the different
stages for the Upgrades workflow.

Change-Id: I08b15fe455b9b80c5d5ae1a5fb4d46adc2da2196
(cherry picked from commit 7c0481ce7b)
This commit is contained in:
Jose Luis Franco Arza 2020-07-01 16:28:39 +02:00 committed by Jose Luis Franco
parent c6a59a142e
commit d1f7935101
3 changed files with 60 additions and 0 deletions

View File

@ -30,6 +30,16 @@ Existing validations:
validations-openshift-on-openstack-details
validations-pre-upgrade-details
validations-post-upgrade-details
validations-pre-system-upgrade-details
validations-post-system-upgrade-details
validations-pre-undercloud-upgrade-details
validations-post-undercloud-upgrade-details
validations-pre-overcloud-prepare-details
validations-post-overcloud-prepare-details
validations-pre-overcloud-upgrade-details
validations-post-overcloud-upgrade-details
validations-pre-overcloud-converge-details
validations-post-overcloud-converge-details
validations-pre-ceph-details
validations-post-ceph-details

View File

@ -32,6 +32,46 @@ post-upgrade:
- description: >-
Validations which try to validate your OpenStack deployment after you
upgrade it.
pre-system-upgrade:
- description: >-
Validations which verify that the operating system can be upgraded in
the target node
post-system-upgrade:
- description: >-
Validations which verify that the operating system upgrade went fine
in the target node.
pre-undercloud-upgrade:
- description: >-
Validations which verify that the undercloud is in a correct state
before upgrading.
post-undercloud-upgrade:
- description: >-
Validations which verify that the undercloud is in a correct state
after upgrading.
pre-overcloud-prepare:
- description: >-
Set of validations that check the right content for the templates passed
to the overcloud upgrade prepare step.
post-overcloud-prepare:
- description: >-
Validations which verify that the overcloud is in a correct state
after running overcloud upgrade prepare step.
pre-overcloud-upgrade:
- description: >-
Validations which verify that the overcloud is in a correct state
before running overcloud upgrade run command.
post-overcloud-upgrade:
- description: >-
Validations which verify that the overcloud is in a correct state
before running overcloud upgrade run command.
pre-overcloud-converge:
- description: >-
Set of validations that check the right content for the templates passed
to the overcloud upgrad converge step.
post-overcloud-converge:
- description: >-
Validations which verify that the overcloud is in a correct state
after running overcloud upgrade converge command.
pre-ceph:
- description: >-
Validations to run on undercloud before deploying OpenStack

View File

@ -116,6 +116,16 @@
- openshift-on-openstack
- pre-upgrade
- post-upgrade
- pre-system-upgrade
- post-system-upgrade
- pre-undercloud-upgrade
- post-undercloud-upgrade
- pre-overcloud-prepare
- post-overcloud-prepare
- pre-overcloud-upgrade
- post-overcloud-upgrade
- pre-overcloud-converge
- post-overcloud-converge
- pre-ceph
- post-ceph
{{ role_name | replace('-', '_') }}_debug: false