Merge "Add new Update validation groups." into stable/victoria

This commit is contained in:
Zuul 2021-04-15 17:15:06 +00:00 committed by Gerrit Code Review
commit 5e3447d97d
3 changed files with 31 additions and 0 deletions

View File

@ -42,6 +42,12 @@ Existing validations:
validations-post-overcloud-converge-details validations-post-overcloud-converge-details
validations-pre-ceph-details validations-pre-ceph-details
validations-post-ceph-details validations-post-ceph-details
validations-pre-update-details
validations-pre-update-prepare-details
validations-pre-update-run-details
validations-pre-update-converge-details
validations-post-update-details
Indices and tables Indices and tables
================== ==================

View File

@ -80,3 +80,23 @@ post-ceph:
- description: >- - description: >-
Validations to run on overcloud after deploying OpenStack Validations to run on overcloud after deploying OpenStack
with Ceph. with Ceph.
pre-update:
- description: >-
Validations which should be run to validate your OpenStack
deployment before you update it.
pre-update-prepare:
- description: >-
Validations which should be run to verify undercloud
updated correctly.
pre-update-run:
- description: >-
Validations which should be run to verify image and registration
of the overcloud nodes.
pre-update-converge:
- description: >-
Validations which should be run to verfiy containers and
services are ready for pre-deployment.
post-update:
- description: >-
Validations which should be run to validate your OpenStack
deployment after you update it.

View File

@ -130,6 +130,11 @@
- post-overcloud-converge - post-overcloud-converge
- pre-ceph - pre-ceph
- post-ceph - post-ceph
- pre-update
- pre-update-prepare
- pre-update-run
- pre-update-converge
- post-update
validation_{{ _role_name }}_debug: false validation_{{ _role_name }}_debug: false
roles: roles:
- validation_{{ _role_name }} - validation_{{ _role_name }}