From 18747e8c34f610394d15bcf90a60ba8500d8de40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 28 Jul 2015 22:56:36 +0200 Subject: [PATCH] Use serial to deploy ceph-mon in docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we don't do this we will hand up having N separate clusters. Signed-off-by: Sébastien Han --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index 411b4787d..6525d5723 100644 --- 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