]> git-server-git.apps.pok.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 08:07:58 +0000 (10:07 +0200)
commitd171f4068d5dccdcfbf970607342d36550b011b0
tree05c8ed12da11ba6b9f6b7bca6f9dd16510a883db
parent235c7e27cca5ae8bde92465c46808402e8e5e597
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>
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]