]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: add extra_container_args and custom_configs to CustomContainer
authorAdam King <adking@redhat.com>
Mon, 19 Jun 2023 19:46:45 +0000 (15:46 -0400)
committerAdam King <adking@redhat.com>
Tue, 11 Jul 2023 13:37:28 +0000 (09:37 -0400)
commitb66892a668d487f4b7ede147eb8855d166c3d1f9
tree003d5ce59776420914e19685c63dec66e26d6ef1
parent669f76b058ead17dcd6e0abaf7fd1e96a10c2377
mgr/cephadm: add extra_container_args and custom_configs to CustomContainer

CustomContainer was skipped previously for the extra_container_args
and custom_configs feature as these could already be done
using other fields within the custom container service spec
(the "args" and "files" fields respectively). It seems
desirable for us to allow setting these things for custom
containers the same as for other services for uniformity sake
and this allows us to use custom containers to test
these features.

Signed-off-by: Adam King <adking@redhat.com>
src/python-common/ceph/deployment/service_spec.py