]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ceph_dashboard_user module
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 4 Sep 2020 18:49:07 +0000 (14:49 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 11 Sep 2020 13:08:56 +0000 (09:08 -0400)
commit6fd6b31305770997895882e34462252a9bc11d1c
treeee46d51f12380797cf80a8d79a6cfacfc65e3af2
parent828817489c075260da9272c81336e9ac534fc954
library: add ceph_dashboard_user module

This adds the ceph_dashboard_user ansible module for replacing the
command module usage with the ceph dashboard ac-user-xxx command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit ee6f0547ba17ec5111dae0d25dda5aed5631aa60)
library/ceph_dashboard_user.py [new file with mode: 0644]
roles/ceph-dashboard/tasks/configure_dashboard.yml
tests/library/test_ceph_dashboard_user.py [new file with mode: 0644]