From 1188a7ced5f32dd4aa1cefc33c3b6ef274d3163d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 9 Feb 2018 13:49:24 +0100 Subject: [PATCH] Do not install the ansible service broker (thanks @jchraibi !) --- prod.hosts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prod.hosts b/prod.hosts index 00e9c7f..27ca2e8 100644 --- a/prod.hosts +++ b/prod.hosts @@ -64,3 +64,10 @@ openshift_additional_projects={} # Enable the "flat network" SDN os_sdn_network_plugin_name='redhat/openshift-ovs-subnet' + +# Do not install the service broker +openshift_enable_service_catalog=false +template_service_broker_install=false +ansible_service_broker_install=false + +