]> git-server-git.apps.pok.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, 27 Aug 2024 14:00:31 +0000 (10:00 -0400)
commitfbced31401f1cf151cffe428c69459337c9fd5c8
treeb1beaaaa32463584419e1b2791a124a43dbac11a
parentde293f533e5f7f1512c69fd543ec918ef8ba1a14
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