]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add radosgw_zone module
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 08:07:58 +0000 (10:07 +0200)
commit1281e8bcc810508c259acf537feef6c6d8677a6f
treed9ee01ad8f33da0b48cae4261f40282f29704c21
parent65dbe0782e29ac177113b7b6a408ee2da7113942
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>
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]