]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: add api for rgw multisite replication wizard
authorAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Mon, 27 May 2024 05:45:15 +0000 (11:15 +0530)
committerAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Fri, 28 Jun 2024 10:10:31 +0000 (15:40 +0530)
commit1f06e876ae72c58ef8165e35ad1f14cb4ecd7132
treedcdcc32f02cf00db160bfcd199c65d46bea28d51
parentf0b9411fd05d445b3992434b9577e866a67955ec
mgr/dashboard: add api for rgw multisite replication wizard

Fixes: https://tracker.ceph.com/issues/66227
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
src/pybind/mgr/dashboard/controllers/multi_cluster.py
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/services/rgw_client.py
src/pybind/mgr/dashboard/services/service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rgw_client.py