]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: add get_container_stats to container_types
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 30 Jan 2025 23:48:42 +0000 (18:48 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 5 Feb 2025 18:13:06 +0000 (13:13 -0500)
commit3154cd228ba836a3925d06e81d2cdb4e15b71aa0
tree409d7ef259cb3fe3762017fec14f21db58581c27
parentcc087cf979a5be4b1ca8b8a0857c5e73bb52585f
cephadm: add get_container_stats to container_types

We're in the process of trying to remove get_container_types from
cephadm.py. Most of the generic logic has been moved to
container_engines.py. However, the remaining parts of the current
get_container_stats rely on classes from container_types.py so add a
future replacement for the existing get_container_types to
container_types.py.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/container_types.py