mirror of https://github.com/ceph/ceph-ansible.git
playbook: add missing tags
Add missing tag on ceph-handler role call.
Otherwise, we can't use `--tags='ceph_update_config'` for updating the
ceph configuration file.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1754432
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f59dad620d
)
pull/4556/head
parent
556052b235
commit
fb7ca818d1
|
@ -93,6 +93,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -128,6 +129,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -159,6 +161,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -190,6 +193,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -221,6 +225,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -252,6 +257,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -283,6 +289,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -314,6 +321,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -349,6 +357,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-docker-common
|
||||
when:
|
||||
- inventory_hostname == groups.get('clients', ['']) | first
|
||||
|
@ -382,6 +391,7 @@
|
|||
- { role: ceph-defaults, tags: ['ceph_update_config'] }
|
||||
- { role: ceph-facts, tags: ['ceph_update_config'] }
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- ceph-docker-common
|
||||
- { role: ceph-config, tags: ['ceph_update_config'] }
|
||||
- ceph-iscsi-gw
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -127,6 +128,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -158,6 +160,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -189,6 +192,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -220,6 +224,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -251,6 +256,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -280,6 +286,7 @@
|
|||
- role: ceph-defaults
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -315,6 +322,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
@ -346,6 +354,7 @@
|
|||
- role: ceph-facts
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-handler
|
||||
tags: ['ceph_update_config']
|
||||
- role: ceph-common
|
||||
- role: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
|
Loading…
Reference in New Issue