]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-defaults: remove rgw from ceph_conf_overrides
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 28 Jan 2020 15:27:34 +0000 (10:27 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 29 Jan 2020 13:11:14 +0000 (14:11 +0100)
commit2f07b8513158d3fc36c5b0d29386f46dd28b5efa
treec3fa3e2080959bf1273a564a818745b8ca8a12d3
parent8c3759f8ce04a4c2df673290197ef12fe98d992a
ceph-defaults: remove rgw from ceph_conf_overrides

The [rgw] section in the ceph.conf file or via the ceph_conf_overrides
variable doesn't exist and has no effect.
To apply overrides to all radosgw instances we should use either the
[global] or [client] sections.
Overrides per radosgw instance should still use the
[client.rgw.{instance-name}] section.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1794552
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml