diff options
| author | John Sanda <jsanda@redhat.com> | 2017-07-24 22:22:11 -0400 |
|---|---|---|
| committer | John Sanda <jsanda@redhat.com> | 2017-07-24 22:22:11 -0400 |
| commit | c281aa8b025a25a91ce55e379516274a7cf22261 (patch) | |
| tree | a2181493870504baaa689dd41b535c0ee0cc740b /roles/openshift_metrics/defaults | |
| parent | 8a51f8c720ea7e9a0ed8c05283399fbac8d0c1e5 (diff) | |
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.
Diffstat (limited to 'roles/openshift_metrics/defaults')
| -rw-r--r-- | roles/openshift_metrics/defaults/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_metrics/defaults/main.yaml b/roles/openshift_metrics/defaults/main.yaml index c34936930..e4082577f 100644 --- a/roles/openshift_metrics/defaults/main.yaml +++ b/roles/openshift_metrics/defaults/main.yaml @@ -59,3 +59,6 @@ openshift_metrics_cassandra_pvc_access: "{{ openshift_hosted_metrics_storage_acc openshift_metrics_hawkular_user_write_access: False openshift_metrics_heapster_allowed_users: system:master-proxy + +openshift_metrics_cassandra_disable_prometheus_endpoint: "" +openshift_metrics_hawkular_disable_prometheus_endpoint: "" |
