]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: make client-keyring deploying ceph.conf optional
authorAdam King <adking@redhat.com>
Thu, 4 Apr 2024 18:11:11 +0000 (14:11 -0400)
committerAdam King <adking@redhat.com>
Thu, 4 Apr 2024 19:12:00 +0000 (15:12 -0400)
commit0dab95eb4fffb493edc3e542a6613bdb5332a670
treece59bffba57f6c0c97312eb04c703dd2d2b1d9f4
parent9e2327f0c5f0c103e2db8c7d86ceddd177179df9
mgr/cephadm: make client-keyring deploying ceph.conf optional

There are cases where users would like to manage their own
ceph.conf but still have cephadm deploy the client keyrings,
so this is being added to facilitate that.

Fixes: https://tracker.ceph.com/issues/65335
Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/tests/test_cephadm.py