]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-dashboard: fix oject gateway integration
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 17 Aug 2021 15:27:57 +0000 (11:27 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 17 Aug 2021 16:53:58 +0000 (12:53 -0400)
commit2ee2194ee0aff2e9d2f185e46366f879b9def1ab
tree29d430985d5d58379bda536b900aca5ca82d9e1e
parent687b20fb224ecdfe89d35c72109563afd6afeebb
ceph-dashboard: fix oject gateway integration

Since [1] multiple ceph dashboard commands have been removed and this is
breaking the current ceph-ansible dashboard with RGW automation.
This removes the following dashboard rgw commands:

- ceph dashboard set-rgw-api-access-key
- ceph dashboard set-rgw-api-secret-key
- ceph dashboard set-rgw-api-host
- ceph dashboard set-rgw-api-port
- ceph dashboard set-rgw-api-scheme

Which are replaced by `ceph dashboard set-rgw-credentials`

The RGW user creation task is also removed.

Finally moving the delegate_to statement from the rgw tasks at the block
level.

[1] https://github.com/ceph/ceph/pull/42252

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-dashboard/tasks/configure_dashboard.yml