diff --git a/allinone.hosts b/allinone.hosts index 6c5f1b1..645b7dc 100644 --- a/allinone.hosts +++ b/allinone.hosts @@ -20,7 +20,7 @@ openshift_master_default_subdomain=app.openshift.test openshift35.openshift.test [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 @@ -48,15 +48,9 @@ openshift_docker_insecure_registries=172.30.0.0/16 # Disable any authentication 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 openshift_clock_enabled=true -# default router -openshift_hosted_router_selector='workload=infra' - # Do not create the default project "my-project" openshift_additional_projects={}