]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: move nfs and osd to services/
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 4 May 2020 10:47:38 +0000 (12:47 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 7 May 2020 10:58:59 +0000 (12:58 +0200)
commit011747c74e9308d9301613395020800f556e85c4
tree268527f28fb687c57184203f708825cd18bb43c9
parenta1ad3b1b77c20ed2e3218f81ed057e5c232043a5
mgr/cephadm: move nfs and osd to services/

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/nfs.py [deleted file]
src/pybind/mgr/cephadm/osd.py [deleted file]
src/pybind/mgr/cephadm/services/__init__.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/nfs.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/osd.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_cephadm.py