]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add radosgw_zone module v5.0.2
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 26 Aug 2020 22:53:04 +0000 (18:53 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Oct 2020 13:00:17 +0000 (15:00 +0200)
commit2185a2201d46a895edd0b0b9fe3daad67c97ff49
tree3fe685873dc80692dd2c0ba46c075ff0f06190c9
parent5a371b360761d7307d5c7c75938dbfd811dbcae8
library: add radosgw_zone module

This adds radosgw_zone ansible module for replacing the command module
usage with the radosgw-admin zone command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 1281e8bcc810508c259acf537feef6c6d8677a6f)
library/radosgw_zone.py [new file with mode: 0644]
roles/ceph-rgw/tasks/multisite/checks.yml [deleted file]
roles/ceph-rgw/tasks/multisite/main.yml
roles/ceph-rgw/tasks/multisite/master.yml
roles/ceph-rgw/tasks/multisite/secondary.yml
tests/library/test_radosgw_zone.py [new file with mode: 0644]