Add undercloud-validate tag for tempest role

Add undercloud-validate tag for tempest role to support running
tempest for undercloud.

Depends-On: I8f1d350e5e74ea77191255b7b086404b1db8ff00
Change-Id: I6b1ece53d6ff90874de9d09b3eaa731c8d582ae1
This commit is contained in:
Sagi Shnaidman 2018-03-12 14:17:30 +02:00
parent c85ac306e7
commit d9b2a499ba
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
hosts: undercloud
tags:
- overcloud-validate
- undercloud-validate
gather_facts: no
roles:
- { role: validate-simple, when: test_ping|bool }