Bring consistency to tags
Some tags were not applied on the highest level and forced duplication. We apply here our practices to have role_name-(config|install) [1]. [1]: http://docs.openstack.org/developer/openstack-ansible/developer-docs/contribute.html#ansible-style-guide Change-Id: Ia9e1e97bfa63a9c251f54d4207704cac9a5fc80b
This commit is contained in:
parent
5fd36379d9
commit
e76e9c810e
@ -26,19 +26,26 @@
|
||||
- always
|
||||
|
||||
- include: tempest_install.yml
|
||||
tags: tempest-install
|
||||
tags:
|
||||
- tempest-install
|
||||
|
||||
- include: tempest_resources.yml
|
||||
when: inventory_hostname == groups[tempest_main_group][0]
|
||||
tags: tempest-config
|
||||
tags:
|
||||
- tempest-config
|
||||
|
||||
# Called a second time to set facts on the other utility containers.
|
||||
- include: tempest_resources.yml
|
||||
when: inventory_hostname != groups[tempest_main_group][0]
|
||||
tags: tempest-config
|
||||
tags:
|
||||
- tempest-config
|
||||
|
||||
- include: tempest_post_install.yml
|
||||
tags: tempest-config
|
||||
tags:
|
||||
- tempest-config
|
||||
|
||||
- include: tempest_run.yml
|
||||
when: tempest_run | bool
|
||||
tags:
|
||||
- tempest-config
|
||||
- tempest-run
|
||||
|
Loading…
x
Reference in New Issue
Block a user