]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/orchestrator: Introduce composable completions
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 26 Aug 2019 12:00:32 +0000 (14:00 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 27 Nov 2019 12:35:24 +0000 (13:35 +0100)
commit7a432a02259a5ea211d1095e86efdeea06b19b12
treec8ba6f8e3f911c557289af26822f15c2136c88ae
parent8fa14ad3b80fbe005810d7a75b363e7724a7cb03
mgr/orchestrator: Introduce composable completions

Also:

* unify Read and Write completions
* Distinguish should_wait and is_finished
* Removed `all_hosts` parameter to `osd_create`

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/ansible/module.py
src/pybind/mgr/deepsea/module.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/rook/module.py
src/pybind/mgr/ssh/module.py
src/pybind/mgr/test_orchestrator/module.py
src/pybind/mgr/tests/test_orchestrator.py