]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Wed, 26 Jun 2024 19:11:52 +0000 (15:11 -0400)
commit67814772458eb2cb3311ae81bd3a111ee9069a6c
treea504db6616633a2dec88deb28f46c13fc4c80ad1
parent4d5b2cdc1652f11ae8427a46b6b5f82112c34208
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>
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/tests/test_cephadm.py