Remove vars that are no longer used

As part of fcba2c801a these vars were
removed and no longer do anything:

radosgw_dns_name
radosgw_resolve_cname

This patch removes them from the group_vars files and defaults/main.yml
pull/2269/merge
Andy McCrae 2018-03-05 19:06:09 +00:00 committed by Sébastien Han
parent c3267b77b7
commit 04ca685ba7
3 changed files with 0 additions and 6 deletions

View File

@ -369,8 +369,6 @@ dummy:
## Rados Gateway options
#
#radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls
#radosgw_resolve_cname: false # enable for radosgw to resolve DNS CNAME based bucket names
#radosgw_civetweb_port: 8080
#radosgw_civetweb_num_threads: 100
# For additional civetweb configuration options available such as SSL, logging,

View File

@ -369,8 +369,6 @@ ceph_repository: rhcs
## Rados Gateway options
#
#radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls
#radosgw_resolve_cname: false # enable for radosgw to resolve DNS CNAME based bucket names
#radosgw_civetweb_port: 8080
#radosgw_civetweb_num_threads: 100
# For additional civetweb configuration options available such as SSL, logging,

View File

@ -361,8 +361,6 @@ mds_max_mds: 3
## Rados Gateway options
#
#radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls
radosgw_resolve_cname: false # enable for radosgw to resolve DNS CNAME based bucket names
radosgw_civetweb_port: 8080
radosgw_civetweb_num_threads: 100
# For additional civetweb configuration options available such as SSL, logging,