]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Moving out the restapi from the mons 445/head
authorSébastien Han <seb@redhat.com>
Thu, 26 Nov 2015 18:57:16 +0000 (19:57 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 26 Nov 2015 18:57:16 +0000 (19:57 +0100)
This has the tendency to make the ceph-mon play unnecessary longer when not
activated.

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

index 6525d572301a52974c46c9ce50b47e4e18f240e1..64ebab5f7c4120c87a689d79eda05dd86f04f085 100644 (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