]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephadm/samples: don't specify localhost as grafana addr
authorAdam King <adking@redhat.com>
Tue, 17 Feb 2026 18:56:36 +0000 (13:56 -0500)
committerAdam King <adking@redhat.com>
Thu, 19 Feb 2026 16:17:13 +0000 (11:17 -0500)
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 <adking@redhat.com>
src/cephadm/samples/grafana.json

index 0e0689b7e3bc160c78bb3efea80ad6f7b46b17d3..bac7ca75014a6d738271357e3f60f042799df595 100644 (file)
@@ -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",