mirror of https://github.com/ceph/ceph-ansible.git
switch: add missing call to ceph-handler role
Add missing call the ceph-handler role, otherwise we can't have reference to variable registered from ceph-handler from other roles. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3016/head
parent
54b02fe187
commit
03e76af7b4
|
@ -111,6 +111,7 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-handler
|
||||
- ceph-docker-common
|
||||
- ceph-mon
|
||||
|
||||
|
@ -168,6 +169,7 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-handler
|
||||
- ceph-docker-common
|
||||
- ceph-mgr
|
||||
|
||||
|
@ -282,6 +284,7 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-handler
|
||||
- ceph-docker-common
|
||||
- ceph-osd
|
||||
|
||||
|
@ -343,6 +346,7 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-handler
|
||||
- ceph-docker-common
|
||||
- ceph-mds
|
||||
|
||||
|
@ -385,6 +389,7 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-handler
|
||||
- ceph-docker-common
|
||||
- ceph-rgw
|
||||
|
||||
|
@ -427,6 +432,7 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-handler
|
||||
- ceph-docker-common
|
||||
- ceph-rbd-mirror
|
||||
|
||||
|
@ -473,5 +479,6 @@
|
|||
|
||||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-handler
|
||||
- ceph-docker-common
|
||||
- ceph-nfs
|
||||
|
|
Loading…
Reference in New Issue