]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: allow passing custom prometheus alerts to bootstrap 57184/head
authorAdam King <adking@redhat.com>
Tue, 26 Mar 2024 19:10:31 +0000 (15:10 -0400)
committerAdam King <adking@redhat.com>
Wed, 29 May 2024 15:22:55 +0000 (11:22 -0400)
commitc6209cf6d518b457ae8a0ba701d7fab251f1ea53
tree6b817b2df3523c8db06e31697c7248851c619a4e
parent1e9a08a272fe8494c5790d69684492a5e2fdc7a4
cephadm: allow passing custom prometheus alerts to bootstrap

This can't be done with the --config flag as the thing
that needs to be changed is in the config-key store rather
than being a config option. I don't think we have any
option other than a new flag here. Makes use of the
`ceph orch prometheus set-custom-alerts` command being
added in another commit

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit e4883a30f37b6331359b6aa2d9e8bbe161106388)
src/cephadm/cephadm.py