]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: expose cluster upgrade orch API endpoints
authoravanthakkar <avanjohn@gmail.com>
Wed, 28 Jun 2023 10:38:05 +0000 (16:08 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 17 Aug 2023 17:31:18 +0000 (23:01 +0530)
commit448dde1d60e2bb6ec28b47a05705b07e22a51bf3
tree964cb0041eebdd21dbec697dfbed88e37a861639
parent4e90983663a3c5d0298e4b51454656bf3c729f69
mgr/dashboard: expose cluster upgrade orch API endpoints

Add Cluster Upgrade Management support from REST API endpoints.

Fixes: https://tracker.ceph.com/issues/61847
Signed-off-by: avanthakkar <avanjohn@gmail.com>
(cherry picked from commit aa9e00437cff8838603e3b32a1a7fb11b1b00fc0)
src/pybind/mgr/dashboard/controllers/cluster.py
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/tests/test_cluster_upgrade.py [new file with mode: 0644]
src/pybind/mgr/orchestrator/_interface.py