]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Allow the user to re-use existing r 62906/head
authorAashish Sharma <Aashish.Sharma1@ibm.com>
Wed, 16 Apr 2025 11:19:23 +0000 (16:49 +0530)
committerAashish Sharma <Aashish.Sharma1@ibm.com>
Wed, 21 May 2025 06:39:11 +0000 (12:09 +0530)
commitd2f5c3b7edbbd95ddcaab518cf65db0e785e12ab
treee34631979495ff0ca8eccd791991ee1964f593df
parent1dede9d2f68762329cd335fb6e2828d795d306da
mgr/dashboard: Allow the user to re-use existing r
ealm/zg/zone and setup replication

1. Currently, we just allow the user to create a new realm/zg/zone and setup replication using the multi-site replication wizard. The ask is to allow the user to select the pre-existing realm/zg/zone and setup replication via automatic export and import of token as well.

2. Enable rgw module automatically in the selected cluster if its not
   enabled

Fixes: https://tracker.ceph.com/issues/70276
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/multisite-wizard-steps.enum.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-multisite.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/multi-cluster.ts
src/pybind/mgr/dashboard/services/rgw_client.py
src/pybind/mgr/dashboard/services/service.py