]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move DeploymentType to deploy.py
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 23 Sep 2023 19:22:40 +0000 (15:22 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 4 Oct 2023 19:17:57 +0000 (15:17 -0400)
commit0e58e0a1705ce07f78627d9082dfd4d1ab591408
treedae61a5f535b39aab1f7a5b34484bdc6092bf7a9
parent33f2606935e0813ba8e199d55c2819eecdbbf51d
cephadm: move DeploymentType to deploy.py

The DeploymentType is used by a number of other classes and functions
and has no dependencies beyond enum and is safe to move.

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