From e52dec075e82077cc97593b2eca828f42c911289 Mon Sep 17 00:00:00 2001 From: Adam King Date: Tue, 17 Feb 2026 13:56:36 -0500 Subject: [PATCH] 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 --- src/cephadm/samples/grafana.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3