]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: fixing config files for prometheus and alertmanager 60828/head
authorRedouane Kachach <rkachach@ibm.com>
Fri, 22 Nov 2024 10:51:07 +0000 (11:51 +0100)
committerRedouane Kachach <rkachach@ibm.com>
Fri, 29 Nov 2024 14:17:12 +0000 (15:17 +0100)
commit6b14ac1796b328ac6ef64f8afe7b8712b3dddf16
treef8909623250dbdf3c1f41dbe3998e71e3864c8dd
parentdb3db9c9508800177e2716ebaf764835d22ece5c
mgr/cephadm: fixing config files for prometheus and alertmanager

when mgmt-gateway is enabled mTLS is enforced and all the
communication peers (monitoring daemons in this case) have to
provide a valid certificate (signed by cephadm Root CA).

Fixes: https://tracker.ceph.com/issues/69018
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
src/pybind/mgr/cephadm/templates/services/alertmanager/alertmanager.yml.j2
src/pybind/mgr/cephadm/templates/services/mgmt-gateway/nginx.conf.j2
src/pybind/mgr/cephadm/templates/services/prometheus/prometheus.yml.j2
src/pybind/mgr/cephadm/tests/test_services.py