]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/orchestrator: move InventoryDevice to python-common
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 16 Oct 2019 11:07:31 +0000 (13:07 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 11 Nov 2019 09:57:05 +0000 (10:57 +0100)
commitf320f02923e251b123d164befc371b23bf2b75b6
tree94f43d6d49767940bf1182f08c4424c76e90788e
parentb55f6d861fe5c959d1c35773d45f6dcafe5f3014
mgr/orchestrator: move InventoryDevice to python-common

Adapted:
* `mgr/dashboard`
* `mgr/ansible`
* `mgr/rook`
* `mgr/ssh`
* `mgr/orchestrator_cli`

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Co-authored--by: Kiefer Chang <kiefer.chang@suse.com>
20 files changed:
doc/mgr/orchestrator_modules.rst
qa/tasks/mgr/dashboard/test_orchestrator.py
src/pybind/mgr/ansible/output_wizards.py
src/pybind/mgr/ansible/requirements.txt
src/pybind/mgr/ansible/tests/test_output_wizards.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.model.ts
src/pybind/mgr/dashboard/requirements.txt
src/pybind/mgr/dashboard/tests/test_host.py
src/pybind/mgr/dashboard/tests/test_orchestrator.py
src/pybind/mgr/deepsea/module.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/orchestrator_cli/requirements.txt
src/pybind/mgr/orchestrator_cli/test_orchestrator.py
src/pybind/mgr/orchestrator_cli/tox.ini
src/pybind/mgr/rook/module.py
src/pybind/mgr/ssh/module.py
src/pybind/mgr/test_orchestrator/module.py
src/python-common/ceph/tests/test_inventory.py [new file with mode: 0644]