mirror of https://github.com/ceph/ceph-ansible.git
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
parent
c3267b77b7
commit
04ca685ba7
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue