mirror of https://github.com/ceph/ceph-ansible.git
Clarify RGWs configuration when using ceph_conf_overrides.
To avoid future misconfigurations, clarify that the only valid scheme is [client.rgw.*] instead of [client.radosgw.*].pull/3459/head
parent
ba149972be
commit
23ad5fd9cb
|
@ -500,6 +500,11 @@ dummy:
|
|||
# Ceph configuration file override.
|
||||
# This allows you to specify more configuration options
|
||||
# using an INI style format.
|
||||
#
|
||||
# When configuring RGWs, make sure you use the form [client.rgw.*]
|
||||
# instead of [client.radosgw.*].
|
||||
# For more examples check the profiles directory of https://github.com/ceph/ceph-ansible.
|
||||
#
|
||||
# The following sections are supported: [global], [mon], [osd], [mds], [rgw]
|
||||
#
|
||||
# Example:
|
||||
|
@ -507,6 +512,8 @@ dummy:
|
|||
# global:
|
||||
# foo: 1234
|
||||
# bar: 5678
|
||||
# "client.rgw.{{ hostvars[groups.get(rgw_group_name)[0]]['ansible_hostname'] }}":
|
||||
# rgw_zone: zone1
|
||||
#
|
||||
#ceph_conf_overrides: {}
|
||||
|
||||
|
|
|
@ -500,6 +500,11 @@ ceph_rhcs_version: 3
|
|||
# Ceph configuration file override.
|
||||
# This allows you to specify more configuration options
|
||||
# using an INI style format.
|
||||
#
|
||||
# When configuring RGWs, make sure you use the form [client.rgw.*]
|
||||
# instead of [client.radosgw.*].
|
||||
# For more examples check the profiles directory of https://github.com/ceph/ceph-ansible.
|
||||
#
|
||||
# The following sections are supported: [global], [mon], [osd], [mds], [rgw]
|
||||
#
|
||||
# Example:
|
||||
|
@ -507,6 +512,8 @@ ceph_rhcs_version: 3
|
|||
# global:
|
||||
# foo: 1234
|
||||
# bar: 5678
|
||||
# "client.rgw.{{ hostvars[groups.get(rgw_group_name)[0]]['ansible_hostname'] }}":
|
||||
# rgw_zone: zone1
|
||||
#
|
||||
#ceph_conf_overrides: {}
|
||||
|
||||
|
|
|
@ -492,6 +492,11 @@ rgw_pull_proto: "http"
|
|||
# Ceph configuration file override.
|
||||
# This allows you to specify more configuration options
|
||||
# using an INI style format.
|
||||
#
|
||||
# When configuring RGWs, make sure you use the form [client.rgw.*]
|
||||
# instead of [client.radosgw.*].
|
||||
# For more examples check the profiles directory of https://github.com/ceph/ceph-ansible.
|
||||
#
|
||||
# The following sections are supported: [global], [mon], [osd], [mds], [rgw]
|
||||
#
|
||||
# Example:
|
||||
|
@ -499,6 +504,8 @@ rgw_pull_proto: "http"
|
|||
# global:
|
||||
# foo: 1234
|
||||
# bar: 5678
|
||||
# "client.rgw.{{ hostvars[groups.get(rgw_group_name)[0]]['ansible_hostname'] }}":
|
||||
# rgw_zone: zone1
|
||||
#
|
||||
ceph_conf_overrides: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue