]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move podman service args selection to Podman class 54081/head
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 29 Sep 2023 17:42:33 +0000 (13:42 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 18 Oct 2023 19:58:47 +0000 (15:58 -0400)
commit19f5249029fdb3e14bac0c462db422469c680cd6
tree8c779a9a50b57a020050fb536b57bd26df2409be
parent621e108af51d98eb7d2899f48190767e71ce7430
cephadm: move podman service args selection to Podman class

Move code that chooses what additional args should be added to a service
container under podman to the Podman class. This continues the effort to
separate and encapsulate code and associate it with general types best
suited to them.

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