]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/rook: implement apply rbd-mirror 43101/head
authorJoseph Sawaya <jsawaya@redhat.com>
Wed, 8 Sep 2021 13:36:26 +0000 (09:36 -0400)
committerJoseph Sawaya <jsawaya@redhat.com>
Thu, 28 Oct 2021 19:47:13 +0000 (15:47 -0400)
commit1b808345ee41fcef7345fe2ce18c41e30ab655dd
tree559204265342d92e5f1b76ecfe6f40383e678b4a
parent78d6ac0d35e8db037bb0f42935528cc9fecf2d84
mgr/rook: implement apply rbd-mirror

This commit implements `orch apply rbd-mirror` in the rook orchestrator,
it creates a CR with a default name if the service_id isn't specified in
the spec, else it sets the name of the CR to the service_id in the spec.
This commit also adds `orch apply rbd-mirror` to the rook QA. This commit
also implements `orch rm rbd-mirror`.

Signed-off-by: Joseph Sawaya <jsawaya@redhat.com>
qa/suites/orch/rook/smoke/3-final.yaml
qa/tasks/rook.py
src/pybind/mgr/rook/module.py
src/pybind/mgr/rook/rook_cluster.py