]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move CephContainer/similar to new container_types.py
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 12 Sep 2023 14:25:29 +0000 (10:25 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 21 Sep 2023 13:47:34 +0000 (09:47 -0400)
commit6c7d043378488b9dd0752a8d07bd2fa65eb2cee9
tree32ca71fc233472381906c50e0eb8adac8256189c
parentaa01e9d0b10caeeb236edd57c4bea8ae2cabdf50
cephadm: move CephContainer/similar to new container_types.py

Part of general cephadm split-up refactoring. I am not happy with the
name 'container_types' but none of the alternatives I could think
of were much better.

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