]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: add progress events to all orchestrators 28040/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Tue, 26 Feb 2019 16:27:53 +0000 (17:27 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 9 May 2019 08:47:45 +0000 (10:47 +0200)
commitd6f862305102851bb1215797a9a0e8a2adce1215
tree4ed5a1d19ea463288c8755555efa5d39b66f9186
parent3c6b16dd5fd2f6b30fcc21d4d0e2f4f04035f2ed
mgr/orchestrator: add progress events to all orchestrators

Now, progress events are part of `WriteCompletion` istead of part of the orchestrator module.

It does not yet provide a way to just show orchestrator events.

Also fixes issue in the SSH orchestrator

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit fccbbb55c650863849972c2a10faf8ffe401b880)
doc/mgr/orchestrator_modules.rst
qa/tasks/mgr/test_orchestrator_cli.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/progress/module.py
src/pybind/mgr/rook/module.py
src/pybind/mgr/ssh/module.py
src/pybind/mgr/test_orchestrator/module.py