From c8dab6546f565542d26ca3372b6d6b8e978a8cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Thu, 26 Nov 2015 19:57:16 +0100 Subject: [PATCH] Moving out the restapi from the mons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has the tendency to make the ceph-mon play unnecessary longer when not activated. Signed-off-by: Sébastien Han --- site.yml.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site.yml.sample b/site.yml.sample index 6525d5723..64ebab5f7 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -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