]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/orchestrator: Extend DriveGroupSpec
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 11 Jan 2019 12:33:05 +0000 (13:33 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 18 Jan 2019 12:30:14 +0000 (13:30 +0100)
commit33e6f39b2f7d7a7b40ace7e3ca8f0a55dabcb865
tree723c98ada05032c490ea8fc42f096121e4f9f905
parentdb677babacc87e842937228238fe2e9824a17a4b
mgr/orchestrator: Extend DriveGroupSpec

Also: Added tox.

Co-authored-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
14 files changed:
doc/mgr/orchestrator_modules.rst
src/pybind/mgr/CMakeLists.txt
src/pybind/mgr/ansible/module.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/orchestrator_cli/CMakeLists.txt [new file with mode: 0644]
src/pybind/mgr/orchestrator_cli/__init__.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/orchestrator_cli/run-tox.sh [new file with mode: 0644]
src/pybind/mgr/orchestrator_cli/test_orchestrator.py [new file with mode: 0644]
src/pybind/mgr/orchestrator_cli/tox.ini [new file with mode: 0644]
src/pybind/mgr/rook/module.py
src/pybind/mgr/rook/rook_cluster.py
src/pybind/mgr/test_orchestrator/module.py
src/test/CMakeLists.txt