]> 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>
Mon, 15 Apr 2024 15:13:59 +0000 (11:13 -0400)
commit6a3c3a8359fcec2ffcdebfa342b52c2adb6a34b8
tree37ba12fa9b5a61d3db91fb705d3284c3a9ea7218
parent7ff38a68b3bb1ea7e26d6f6cd650a9f47cfcf049
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