Add tags to validate HA playbook

This commit add tags inside the validate ha playbook, so that a user
will be able to execute atomically the HA validation tests when the
playbook is included in other playbooks (like it happens in
qucikstart).

Change-Id: I8f1e78e41368863aecb6962c16bba2240c3dc05c
This commit is contained in:
Raoul Scarazzini 2018-10-04 15:23:51 +02:00
parent 8870baa85e
commit 2e2cff1969
1 changed files with 4 additions and 0 deletions

View File

@ -2,9 +2,13 @@
- name: Gather undercloud and overcloud facts
hosts: undercloud overcloud
gather_facts: yes
tags:
- overcloud-validate-ha
- name: Validate overcloud HA status
hosts: undercloud
gather_facts: yes
tags:
- overcloud-validate-ha
roles:
- validate-ha