Browse Source

default params

master
Nicolas Massé 9 years ago
parent
commit
84d492dba9
  1. 8
      allinone.hosts

8
allinone.hosts

@ -54,5 +54,9 @@ openshift_clock_enabled=true
# Do not create the default project "my-project" # Do not create the default project "my-project"
openshift_additional_projects={} openshift_additional_projects={}
# Enable the multitenant SDN # Choose the default networking plugin so that all projects can communicate with eachother
os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant' 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