Include validation.yml playbook in multinode.yml playbook

Changes tags of the validation.yml playbook to:
 - undercloud-deploy
 - overcloud-deploy

Changes name of the play to be more descriptive.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I0269015109c028c560aa331d89cb67a09ffe79bc
This commit is contained in:
Jiri Podivin 2021-10-18 13:04:54 +02:00
parent 594c2e32da
commit bae24312cd
2 changed files with 4 additions and 3 deletions

View File

@ -5,4 +5,5 @@
- import_playbook: multinode-overcloud.yml
- import_playbook: multinode-overcloud-update.yml
- import_playbook: multinode-overcloud-upgrade.yml
- import_playbook: validations.yml
- import_playbook: multinode-validate.yml

View File

@ -1,13 +1,13 @@
---
- name: Execute pre undercloud validations
- name: Execute Validations Framework tests
hosts: undercloud
gather_facts: true
vars:
inventory: "tripleo-deploy/tripleo-ansible-inventory.yaml"
vf_log_dir: "/var/log/validations"
tags:
- component-validations
- tripleo-validations
- overcloud-deploy
- undercloud-deploy
tasks:
- include_role:
name: validations