From 57e1e3ce401f31d16182f11efa542c7b803d7984 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 21 Jun 2019 14:58:20 -0500 Subject: [PATCH] Ceph-Clients: Explicity set prom exporter params Occasionally the default config can result in attempts to bind to ipv6 which fail - so we explicity set the host to ipv4. Change-Id: I3c01ed0ef7c84cf779d88386c14f7c7bd2003310 Signed-off-by: Pete Birley --- ceph-client/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ceph-client/values.yaml b/ceph-client/values.yaml index 5fa18b7e7..4be8bdd2a 100644 --- a/ceph-client/values.yaml +++ b/ceph-client/values.yaml @@ -474,8 +474,9 @@ ceph_mgr_enabled_modules: ceph_mgr_modules_config: balancer: active: 1 -# prometheus: -# server_port: 9283 + prometheus: + # server_port: 9283 + server_addr: 0.0.0.0 # dashboard: # port: 7000 # localpool: