Add additional tags to update validations tasks

To be able to run selectable validations ansible tasks, additional tags
are added to all update related validations tasks.
By introducing this change one can run only specific validations with
ansible tags mechanism.

These new tags are introduced:
- pre_update_validations
- pre_update_prepare_validations
- pre_update_run_validations
- post_update_validations

Change-Id: I57d6680f16b2bdc9026a3f8175470f35611a6b45
This commit is contained in:
mciecier 2022-07-11 12:18:55 +02:00 committed by Mikolaj Ciecierski
parent da42c17c4a
commit fff4372fb3
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
tags:
- undercloud_update
- updates_validations
- pre_update_validations
- name: update undercloud
shell: |
@ -95,6 +96,7 @@
tags:
- overcloud_update_prepare
- updates_validations
- pre_update_prepare_validations
- name: import oc update prepare tasks
import_tasks: overcloud_update_prepare.yml
@ -165,6 +167,7 @@
tags:
- overcloud_update_run
- updates_validations
- pre_update_run_validations
- name: import overcloud update run tasks
import_tasks: overcloud_update_run.yml
@ -206,6 +209,7 @@
when: run_validations|bool
tags:
- updates_validations
- post_update_validations
- name: validate overcloud docker images/containers
shell: |