]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: add progress events to all orchestrators 26654/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Tue, 26 Feb 2019 16:27:53 +0000 (17:27 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 8 May 2019 09:07:02 +0000 (11:07 +0200)
commitfccbbb55c650863849972c2a10faf8ffe401b880
treea6ffb8703f2e264cd4784e012a14d567cd9ee82d
parent6fe8d8223e32e236c861651dc6a70fa975e6db75
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>
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