mirror of https://github.com/ceph/ceph-ansible.git
Moving out the restapi from the mons
This has the tendency to make the ceph-mon play unnecessary longer when not activated. Signed-off-by: Sébastien Han <seb@redhat.com>pull/445/head
parent
aeff06405c
commit
c8dab6546f
|
@ -5,7 +5,6 @@
|
|||
sudo: True
|
||||
roles:
|
||||
- ceph-mon
|
||||
- { role: ceph-restapi, when: restapi_group_name is defined and restapi_group_name in group_names }
|
||||
#serial: 1 # ENABLE THIS WHEN DEPLOYING MONITORS ON DOCKER CONTAINERS
|
||||
|
||||
- hosts: osds
|
||||
|
@ -22,3 +21,8 @@
|
|||
sudo: True
|
||||
roles:
|
||||
- ceph-rgw
|
||||
|
||||
- hosts: restapis
|
||||
sudo: True
|
||||
roles:
|
||||
- ceph-restapi
|
||||
|
|
Loading…
Reference in New Issue