Browse Source

Do not install the ansible service broker (thanks @jchraibi !)

master
Nicolas Massé 8 years ago
parent
commit
1188a7ced5
  1. 7
      prod.hosts

7
prod.hosts

@ -64,3 +64,10 @@ openshift_additional_projects={}
# Enable the "flat network" SDN # Enable the "flat network" SDN
os_sdn_network_plugin_name='redhat/openshift-ovs-subnet' 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

Loading…
Cancel
Save