]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add --no-exception-when-missing flag to cert-store cert/key get 59860/head
authorAdam King <adking@redhat.com>
Wed, 18 Sep 2024 15:25:20 +0000 (11:25 -0400)
committerAdam King <adking@redhat.com>
Wed, 18 Sep 2024 15:25:20 +0000 (11:25 -0400)
commitc187b0d6e22e7b6b42e11572be358b31759d9f6b
treeb5b5b152c12519c68b4610d0f45d3e5fc213787f
parentea93cad252888ac81f8f4dda575d6680237f9442
mgr/cephadm: add --no-exception-when-missing flag to cert-store cert/key get

This is mostly intended for automation that wants to check
for these certificates and handle the results themselves.
Without this flag an exception will be logged which isn't
great for automation tools that may check for this repeatedly

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py