From 220e58036189e518c7ed839f6cfa8a25f762a0bc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 4 Sep 2018 20:32:42 +0000 Subject: [PATCH] disable metrics here --- .../templates/cluster-inventory-stg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index a709b2876e..aa8e6a4325 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -599,7 +599,7 @@ openshift_hosted_registry_storage_volume_size=10Gi # See: https://docs.openshift.com/enterprise/latest/install_config/cluster_metrics.html # # By default metrics are not automatically deployed, set this to enable them -#openshift_metrics_install_metrics=true +openshift_metrics_install_metrics=false {% if openshift_metrics_deploy is defined %} {% if openshift_metrics_deploy %} openshift_hosted_metrics_deploy=true