]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: create deployment_utils module
authorJohn Mulligan <jmulligan@redhat.com>
Sun, 5 Nov 2023 21:03:53 +0000 (16:03 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 30 Nov 2023 21:55:59 +0000 (16:55 -0500)
commiteca9be6544d86d1ee1a384898dcc86c098405d24
tree84daca07a94c8874a39324d22bd4b4ed048a3521
parentf25048f876b10705077b8c661469558d25be72f3
cephadm: create deployment_utils module

Create a deployment_utils module for deployment related functions that
don't have a better home.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/deployment_utils.py [new file with mode: 0644]
src/cephadm/tests/test_cephadm.py