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>
\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
\r
# Rados Gateway options\r
# referenced in common role too.\r
-radosgw: true\r
+radosgw: false\r