]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add radosgw_user module
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 22 May 2020 19:47:45 +0000 (15:47 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Oct 2020 13:00:17 +0000 (15:00 +0200)
commit858169a27db3049ac2a69cc19632b3d08f3dd31a
treeb8bb6ef859df5b184b8017c22410babea0f5213c
parent4fc2d788b437f3c3b200d12cf57dde50682ebdcd
library: add radosgw_user module

This adds radosgw_user ansible module for replacing the command module
usage with the radosgw-admin user command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 235c7e27cca5ae8bde92465c46808402e8e5e597)
library/radosgw_user.py [new file with mode: 0644]
roles/ceph-dashboard/tasks/configure_dashboard.yml
roles/ceph-nfs/tasks/create_rgw_nfs_user.yml
roles/ceph-rgw/tasks/multisite/create_zone_user.yml
tests/library/test_radosgw_user.py [new file with mode: 0644]