From fcfedeb366e2386eee5b4fbc654dffa61e6ae361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 3 Jul 2017 15:39:31 +0200 Subject: [PATCH] arghh ! --- allinone.hosts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/allinone.hosts b/allinone.hosts index c19c69a..c371aa5 100644 --- a/allinone.hosts +++ b/allinone.hosts @@ -24,7 +24,7 @@ ansible_ssh_user=redhat openshift35.openshift.test [nodes] -openshift35.openshift.test openshift_schedulable=true +openshift35.openshift.test openshift_schedulable=true openshift_node_labels="{'region': 'infra'}" # # The rest is used only by the OpenShift installer playbook @@ -60,7 +60,3 @@ openshift_additional_projects={} # 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=''