]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Disable MDS and RGW from default 156/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 16 Dec 2014 13:52:49 +0000 (14:52 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 16 Dec 2014 13:52:49 +0000 (14:52 +0100)
MDS and RGW are not deployed often (RGW more), so we disable them from
the default deployment to only get MONs and OSDs.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/vars/main.yml
roles/ceph-mon/vars/main.yml

index 58cfd414a0f116d0f5594937f4218f2e6a317bc9..58a89fc2ed3dbd06e0716dd8762d7707c224556b 100644 (file)
@@ -95,11 +95,11 @@ osd_recovery_threads: 1
 \r
 ## MDS options\r
 #\r
-mds: true # disable mds configuration in ceph.conf\r
+mds: false # disable mds configuration in ceph.conf\r
 \r
 # Rados Gateway options\r
 #\r
-radosgw: true # referenced in monitor role too.\r
+radosgw: false # referenced in monitor role too.\r
 #radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls\r
 \r
 ## Testing mode\r
index 24111c09b708c1554dfb6d6211c019b43a328765..c0c2c1132523640e0d9c2948bfdeb7130da13d99 100644 (file)
@@ -8,4 +8,4 @@ cephx: true
 \r
 # Rados Gateway options\r
 # referenced in common role too.\r
-radosgw: true\r
+radosgw: false\r