]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Use serial to deploy ceph-mon in docker 354/head
authorSébastien Han <seb@redhat.com>
Tue, 28 Jul 2015 20:56:36 +0000 (22:56 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 28 Jul 2015 20:56:36 +0000 (22:56 +0200)
If we don't do this we will hand up having N separate clusters.

Signed-off-by: Sébastien Han <seb@redhat.com>
site.yml

index 411b4787d066dd92c1c018ea0ab7040f6a382f1a..6525d572301a52974c46c9ce50b47e4e18f240e1 100644 (file)
--- a/site.yml
+++ b/site.yml
@@ -6,6 +6,7 @@
   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
   sudo: True