Merge pull request #354 from ceph/serial-docker-mon

Use serial to deploy ceph-mon in docker
pull/352/head
Leseb 2015-07-28 23:00:07 +02:00
commit 1414287b57
1 changed files with 1 additions and 0 deletions

View File

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