From 84d492dba9967186f782751fe105741be1c504e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 21 Jun 2017 13:04:02 +0200 Subject: [PATCH] default params --- allinone.hosts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/allinone.hosts b/allinone.hosts index 645b7dc..cf89652 100644 --- a/allinone.hosts +++ b/allinone.hosts @@ -54,5 +54,9 @@ openshift_clock_enabled=true # Do not create the default project "my-project" openshift_additional_projects={} -# Enable the multitenant SDN -os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant' +# Choose the default networking plugin so that all projects can communicate with eachother +os_sdn_network_plugin_name='redhat/openshift-ovs-subnet' + +# On an 'All-in-one' OpenShift cluster, there is no need to have node selectors +openshift_router_selector='' +openshift_registry_selector=''