]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add a Cert/Key tracking/storage class
authorAdam King <adking@redhat.com>
Mon, 22 Jan 2024 17:37:19 +0000 (12:37 -0500)
committerAdam King <adking@redhat.com>
Fri, 12 Jul 2024 13:05:38 +0000 (09:05 -0400)
commit300a8a3f07bad0d3dc3422ecd8e0bee6a8102d55
treea147739ef8512166ac92cb6c29c9f7bef6d7b2c9
parent4a34c63069934bb0414360847c6b851a8ec6cec4
mgr/cephadm: add a Cert/Key tracking/storage class

The idea is to move storage/handling of certs from any misc.
spot in the mgr/cephadm codebase into a single class. This will
make it much easier to do things with the certs we have in
the future.

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 67814772458eb2cb3311ae81bd3a111ee9069a6c)
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/tests/test_cephadm.py