]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: set Grafana http_addr to 0.0.0.0 when unset 69080/head
authorKobi Ginon <kginon@redhat.com>
Mon, 25 May 2026 12:38:34 +0000 (15:38 +0300)
committerKobi Ginon <kginon@redhat.com>
Fri, 5 Jun 2026 16:32:56 +0000 (19:32 +0300)
commitc8ffac91f0f7dd6c0124c3a3ea0daa4913f54d35
tree3ac65bc9a8cb353eef248f3ac3f273ee2669a8c0
parent7d55b7abb30980b25d551ceb842e574c71803b0e
cephadm: set Grafana http_addr to 0.0.0.0 when unset
Grafana 11.1+ rejects non-literal http_addr values (e.g. localhost)
in grafana-apiserver. Use 0.0.0.0 by default; stop bracket-wrapping
IPv6 addresses in http_addr.
Fixes: https://tracker.ceph.com/issues/75365
Signed-off-by: Kobi Ginon <kginon@redhat.com>
src/pybind/mgr/cephadm/services/monitoring.py
src/pybind/mgr/cephadm/tests/services/test_monitoring.py