From c281aa8b025a25a91ce55e379516274a7cf22261 Mon Sep 17 00:00:00 2001 From: John Sanda Date: Mon, 24 Jul 2017 22:22:11 -0400 Subject: add options to disable prometheus endpoints The prometheus endpoints for cassandra and for hawkular-metrics are enabled by default. This commit adds the option to disable them. --- roles/openshift_metrics/templates/hawkular_cassandra_rc.j2 | 2 ++ roles/openshift_metrics/templates/hawkular_metrics_rc.j2 | 2 ++ 2 files changed, 4 insertions(+) (limited to 'roles/openshift_metrics/templates') diff --git a/roles/openshift_metrics/templates/hawkular_cassandra_rc.j2 b/roles/openshift_metrics/templates/hawkular_cassandra_rc.j2 index fc82f49b1..d4d574aca 100644 --- a/roles/openshift_metrics/templates/hawkular_cassandra_rc.j2 +++ b/roles/openshift_metrics/templates/hawkular_cassandra_rc.j2 @@ -56,6 +56,8 @@ spec: value: "/cassandra_data" - name: JVM_OPTS value: "-Dcassandra.commitlog.ignorereplayerrors=true" + - name: DISABLE_PROMETHEUS_ENDPOINT + value: "{{ openshift_metrics_cassandra_disable_prometheus_endpoint }}" - name: TRUSTSTORE_NODES_AUTHORITIES value: "/hawkular-cassandra-certs/tls.peer.truststore.crt" - name: TRUSTSTORE_CLIENT_AUTHORITIES diff --git a/roles/openshift_metrics/templates/hawkular_metrics_rc.j2 b/roles/openshift_metrics/templates/hawkular_metrics_rc.j2 index feb17ab98..a3c51c5d6 100644 --- a/roles/openshift_metrics/templates/hawkular_metrics_rc.j2 +++ b/roles/openshift_metrics/templates/hawkular_metrics_rc.j2 @@ -67,6 +67,8 @@ spec: value: "{{ 17 | oo_random_word }}" - name: TRUSTSTORE_AUTHORITIES value: "/hawkular-metrics-certs/tls.truststore.crt" + - name: DISABLE_PROMETHEUS_ENDPOINT + value: "{{ openshift_metrics_hawkular_disable_prometheus_endpoint }}" - name: OPENSHIFT_KUBE_PING_NAMESPACE valueFrom: fieldRef: -- cgit v1.2.3