Merge pull request #445 from ceph/site-sample-restapi

Moving out the restapi from the mons
pull/448/head
Leseb 2015-11-26 19:59:21 +01:00
commit 8d14048bac
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,6 @@
sudo: True
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
@ -22,3 +21,8 @@
sudo: True
roles:
- ceph-rgw
- hosts: restapis
sudo: True
roles:
- ceph-restapi