]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: Split *_stateless_service and add get_feature_set
authorSebastian Wagner <sebastian.wagner@suse.com>
Tue, 16 Jul 2019 10:47:29 +0000 (12:47 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 31 Jul 2019 07:44:57 +0000 (09:44 +0200)
commitdc54e77bd610b44a784fb82a2f31333cba89f012
treea368076af5238e6c8aa3dfbcea27c04344fe2c29
parent9cb6108eb7cad34706fed261413dc3e9af73a421
mgr/orchestrator: Split *_stateless_service and add get_feature_set

Split *_stateless_service, because every orchestrator
did some method dispatching internally anyway.

Also: Added test

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/mgr/orchestrator_modules.rst
src/pybind/mgr/ansible/module.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/orchestrator_cli/test_orchestrator.py
src/pybind/mgr/rook/module.py
src/pybind/mgr/rook/rook_cluster.py
src/pybind/mgr/test_orchestrator/module.py
src/pybind/mgr/volumes/fs/volume.py