]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: add ContainerDaemonForm
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 23 Sep 2023 19:23:42 +0000 (15:23 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 4 Oct 2023 19:17:57 +0000 (15:17 -0400)
commit81566c3a3f79ec8a5b6443a3dcb3d14f655cd894
tree70a17089deb87c78bffd308fb7f4c939dbb45eae
parent0e58e0a1705ce07f78627d9082dfd4d1ab591408
cephadm: add ContainerDaemonForm

Add a supplemental DaemonForm subclass that helps deploy container
based daemons in a standard fashion. Most of these methods are
optional and should have sensible defaults.

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