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
Sébastien Han 2015-07-28 22:56:36 +02:00
parent 652839fba9
commit 18747e8c34
1 changed files with 1 additions and 0 deletions

View File

@ -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