From: Adam King Date: Tue, 17 Feb 2026 18:56:36 +0000 (-0500) Subject: cephadm/samples: don't specify localhost as grafana addr X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e52dec075e82077cc97593b2eca828f42c911289;p=ceph-ci.git cephadm/samples: don't specify localhost as grafana addr Grafana complains about this being set to localhost and also appears to be able to figure out what to bind to itself if this field is not set. In actual deployments this would be set by the cephadm mgr module while the test_cephadm workunit itself just directly passes a json config Signed-off-by: Adam King --- diff --git a/src/cephadm/samples/grafana.json b/src/cephadm/samples/grafana.json index 0e0689b7e3b..bac7ca75014 100644 --- a/src/cephadm/samples/grafana.json +++ b/src/cephadm/samples/grafana.json @@ -13,7 +13,7 @@ " cert_file = /etc/grafana/certs/cert_file", " cert_key = /etc/grafana/certs/cert_key", " http_port = 3000", - " http_addr = localhost", + " http_addr = ", "[security]", " admin_user = admin", " admin_password = admin",