Merge "Bring consistency to tags"
This commit is contained in:
@@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
- include: cinder_post_install.yml
|
- include: cinder_post_install.yml
|
||||||
tags:
|
tags:
|
||||||
- cinder-install
|
|
||||||
- cinder-config
|
- cinder-config
|
||||||
|
|
||||||
- include: cinder_db_setup.yml
|
- include: cinder_db_setup.yml
|
||||||
@@ -43,18 +42,18 @@
|
|||||||
- groups['cinder_all'] | length > 0
|
- groups['cinder_all'] | length > 0
|
||||||
- inventory_hostname == groups['cinder_all'][0]
|
- inventory_hostname == groups['cinder_all'][0]
|
||||||
tags:
|
tags:
|
||||||
- cinder-install
|
- cinder-config
|
||||||
|
|
||||||
- include: cinder_service_setup.yml
|
- include: cinder_service_setup.yml
|
||||||
when:
|
when:
|
||||||
- groups['cinder_all'] | length > 0
|
- groups['cinder_all'] | length > 0
|
||||||
- inventory_hostname == groups['cinder_all'][0]
|
- inventory_hostname == groups['cinder_all'][0]
|
||||||
tags:
|
tags:
|
||||||
- cinder-install
|
- cinder-config
|
||||||
|
|
||||||
- include: cinder_init_common.yml
|
- include: cinder_init_common.yml
|
||||||
tags:
|
tags:
|
||||||
- cinder-install
|
- cinder-config
|
||||||
|
|
||||||
- name: Flush handlers
|
- name: Flush handlers
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
@@ -64,11 +63,11 @@
|
|||||||
- groups['cinder_volume'] | length > 0
|
- groups['cinder_volume'] | length > 0
|
||||||
- inventory_hostname == groups['cinder_volume'][0]
|
- inventory_hostname == groups['cinder_volume'][0]
|
||||||
tags:
|
tags:
|
||||||
- cinder-install
|
- cinder-config
|
||||||
|
|
||||||
- include: cinder_lvm_config.yml
|
- include: cinder_lvm_config.yml
|
||||||
when:
|
when:
|
||||||
- inventory_hostname in groups['cinder_volume']
|
- inventory_hostname in groups['cinder_volume']
|
||||||
- cinder_backend_lvm_inuse
|
- cinder_backend_lvm_inuse
|
||||||
tags:
|
tags:
|
||||||
- cinder-install
|
- cinder-config
|
||||||
|
|||||||
Reference in New Issue
Block a user