Browse Source

arghh !

master
Nicolas Massé 9 years ago
parent
commit
fcfedeb366
  1. 6
      allinone.hosts

6
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=''

Loading…
Cancel
Save