Browse Source

fix node selector issues

master
Nicolas Massé 9 years ago
parent
commit
7648139dc6
  1. 8
      allinone.hosts

8
allinone.hosts

@ -20,7 +20,7 @@ openshift_master_default_subdomain=app.openshift.test
openshift35.openshift.test openshift35.openshift.test
[nodes] [nodes]
openshift35.openshift.test openshift_node_labels='{ "workload": "infra", "workload": "app" }' openshift35.openshift.test openshift_schedulable=true
# #
# The rest is used only by the OpenShift installer playbook # The rest is used only by the OpenShift installer playbook
@ -48,15 +48,9 @@ openshift_docker_insecure_registries=172.30.0.0/16
# Disable any authentication # Disable any authentication
openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}] openshift_master_identity_providers=[{'name': 'allow_all', 'login': 'true', 'challenge': 'true', 'kind': 'AllowAllPasswordIdentityProvider'}]
# default project node selector
osm_default_node_selector='workload=app'
# Make sure NTP is enabled # Make sure NTP is enabled
openshift_clock_enabled=true openshift_clock_enabled=true
# default router
openshift_hosted_router_selector='workload=infra'
# Do not create the default project "my-project" # Do not create the default project "my-project"
openshift_additional_projects={} openshift_additional_projects={}

Loading…
Cancel
Save