From 2791966ed5fcf31717c388d363925642649db649 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 29 Nov 2019 14:12:05 +0100 Subject: [PATCH] OSBS: disable the web console and the metrics Signed-off-by: Clement Verna --- .../templates/cluster-inventory-osbs.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 index 4890420560..32e1d6bfee 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 @@ -92,6 +92,8 @@ openshift_image_tag={{openshift_release}} openshift_install_examples={{openshift_ansible_install_examples}} {% endif %} +openshift_web_console_install = false + # Configure logoutURL in the master config for console customization # See: https://docs.openshift.org/latest/install_config/web_console_customization.html#changing-the-logout-url #openshift_master_logout_url=http://example.com @@ -534,7 +536,7 @@ openshift_hosted_manage_router=false {% if openshift_metrics_deploy is defined %} {% if openshift_metrics_deploy %} # -openshift_hosted_metrics_deploy=true +openshift_hosted_metrics_deploy=false # Storage Options # If openshift_hosted_metrics_storage_kind is unset then metrics will be stored