]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/rgw: add support to modify zonegroup parameters
authorAdam King <adking@redhat.com>
Mon, 25 Mar 2024 16:13:32 +0000 (12:13 -0400)
committerAdam King <adking@redhat.com>
Mon, 25 Mar 2024 16:13:32 +0000 (12:13 -0400)
commit5f7c6d58cc90ff139c1f8f8b950ef37d8597f92f
tree437e3a22a0a214cb276fa80a83911d5d5e7aa1e7
parentac09ac8c5668ba155c4fd1a2e2eaf7a0c8c9e84b
mgr/rgw: add support to modify zonegroup parameters

This is being done with `radosgw-admin zonegroup set`
rather than `radosgw-admin zonegroup modify` as I don't
think the hostnames parameter (which is the primary focus
for this specific change) can be set using the modify
command. The nice bit about that is it should in theory
make it easy to extend this to allow setting other parameters
to be modified in the zonegroup in the future.

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/rgw/module.py
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/rgw/rgwam_core.py