]> 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, 5 Mar 2024 14:21:19 +0000 (09:21 -0500)
commit5f5d8453815baf64b93a2c14b9e026e9fe71a291
tree8381d9a9f7a8691d77c8d55dd20377ed647003a9
parentffcfe7db8c5ae0acba06074778b2c315e0dca035
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>
(cherry picked from commit b66892a668d487f4b7ede147eb8855d166c3d1f9)
src/python-common/ceph/deployment/service_spec.py