mirror of https://github.com/ceph/ceph-ansible.git
Use serial to deploy ceph-mon in docker
If we don't do this we will hand up having N separate clusters. Signed-off-by: Sébastien Han <seb@redhat.com>pull/354/head
parent
652839fba9
commit
18747e8c34
1
site.yml
1
site.yml
|
@ -6,6 +6,7 @@
|
||||||
roles:
|
roles:
|
||||||
- ceph-mon
|
- ceph-mon
|
||||||
- { role: ceph-restapi, when: restapi_group_name is defined and restapi_group_name in group_names }
|
- { 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
|
- hosts: osds
|
||||||
sudo: True
|
sudo: True
|
||||||
|
|
Loading…
Reference in New Issue