tripleo-ha-utils/playbooks/overcloud-validate-ha.yml
Raoul Scarazzini 2e2cff1969 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
2018-10-05 10:23:01 +02:00

15 lines
278 B
YAML

---
- 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