From 629e99f18911ef4860de575e8139295e9529674c Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 29 Nov 2019 14:24:20 +0100 Subject: [PATCH] OSBS: disable the console and the operator manager Signed-off-by: Clement Verna --- .../templates/cluster-inventory-osbs.j2 | 2 ++ 1 file changed, 2 insertions(+) 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 32e1d6bfee..39e92fabac 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 @@ -93,6 +93,8 @@ openshift_install_examples={{openshift_ansible_install_examples}} {% endif %} openshift_web_console_install = false +openshift_console_install = false +openshift_enable_olm=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