]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: update additional container daemon form base class methods
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 7 Nov 2023 22:57:43 +0000 (17:57 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 14 Nov 2023 21:05:48 +0000 (16:05 -0500)
commitad46f1c7f1466801f832e9e9567565305671ab8b
tree598a2c5feee4bc19ef410b97814517e7dd6cd633
parent473eadaa90a0b6022a53f496f5ee7c509d00f98a
cephadm: update additional container daemon form base class methods

Fix the function signature for the previously added stub
customize_container_args.
Add methods for customize_process_args and customize_container_envs.
The "process args" are args passed to the daemon process / entrypoint.
Container args are passed to the container engine.
Add a default_entrypoint method to return the default entrypoint for
a particular daemon-in-container.

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