]> git.apps.os.sepia.ceph.com Git - ceph.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>
Tue, 23 Jul 2024 16:04:38 +0000 (12:04 -0400)
commit25f94850fb797c6fef23f35fd10dbfc8092f6c76
tree3c25c92029a95da970badeb8ba33819a40adf334
parentdcb0f3ed6adae19fd4f6e7be13bee45ba5c21162
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>
(cherry picked from commit 0dab95eb4fffb493edc3e542a6613bdb5332a670)
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