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:
parent
594c2e32da
commit
bae24312cd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user