]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
python-common: Initialize package structure
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 8 Jul 2019 08:25:07 +0000 (10:25 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 26 Jul 2019 10:00:33 +0000 (12:00 +0200)
commit74977b17b9c4f9b149bc5b6be04e571148a1d209
tree796c20fcac3d0dd1587e0b90256c25e08233c327
parent0bcbcb9d01d1dbfbb2274e219b4988a8ccb65df6
python-common: Initialize package structure

This package is supposed to contain common Python code usable by all modules and tools.

It is also supposed to contain code to deploy ceph clutsers.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/orchestrator.py
src/python-common/.gitignore [new file with mode: 0644]
src/python-common/ceph/__init__.py [new file with mode: 0644]
src/python-common/ceph/deployment/__init__.py [new file with mode: 0644]
src/python-common/ceph/deployment/drive_group.py [new file with mode: 0644]
src/python-common/ceph/deployment/ssh_orchestrator.py [new file with mode: 0644]
src/python-common/ceph/exceptions.py [new file with mode: 0644]
src/python-common/requirements.txt [new file with mode: 0644]
src/python-common/setup.py [new file with mode: 0644]