]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add radosgw_realm module
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 6 Aug 2020 13:48:58 +0000 (09:48 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Oct 2020 13:00:17 +0000 (15:00 +0200)
commit1643210ca6959695c57878fccf49f314bc8cf684
tree9e27f3148d1d0449892209150808a040fdf11bfd
parent858169a27db3049ac2a69cc19632b3d08f3dd31a
library: add radosgw_realm module

This adds radosgw_realm ansible module for replacing the command module
usage with the radosgw-admin realm command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit d171f4068d5dccdcfbf970607342d36550b011b0)
library/radosgw_realm.py [new file with mode: 0644]
roles/ceph-rgw/tasks/multisite/checks.yml
roles/ceph-rgw/tasks/multisite/master.yml
tests/library/test_radosgw_realm.py [new file with mode: 0644]