mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #156 from leseb/disable-default-mds-rgw
Disable MDS and RGW from defaultpull/157/head
commit
13d65f9c5c
|
@ -95,11 +95,11 @@ osd_recovery_threads: 1
|
||||||
|
|
||||||
## MDS options
|
## MDS options
|
||||||
#
|
#
|
||||||
mds: true # disable mds configuration in ceph.conf
|
mds: false # disable mds configuration in ceph.conf
|
||||||
|
|
||||||
# Rados Gateway options
|
# Rados Gateway options
|
||||||
#
|
#
|
||||||
radosgw: true # referenced in monitor role too.
|
radosgw: false # referenced in monitor role too.
|
||||||
#radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls
|
#radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls
|
||||||
|
|
||||||
## Testing mode
|
## Testing mode
|
||||||
|
|
|
@ -8,4 +8,4 @@ cephx: true
|
||||||
|
|
||||||
# Rados Gateway options
|
# Rados Gateway options
|
||||||
# referenced in common role too.
|
# referenced in common role too.
|
||||||
radosgw: true
|
radosgw: false
|
||||||
|
|
Loading…
Reference in New Issue