From 165546626bf953f86473f393d6efd335feb87b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 8 Sep 2017 12:53:41 +0200 Subject: [PATCH] fix registry placement --- prod.hosts | 3 ++- test.hosts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/prod.hosts b/prod.hosts index a841031..2acfd60 100644 --- a/prod.hosts +++ b/prod.hosts @@ -50,8 +50,9 @@ osm_default_node_selector='workload-app=true' # Make sure NTP is enabled openshift_clock_enabled=true -# default router +# Place router and registry on infra nodes openshift_hosted_router_selector='workload-infra=true' +openshift_hosted_registry_selector='workload-infra=true' # Do not create the default project "my-project" openshift_additional_projects={} diff --git a/test.hosts b/test.hosts index 871c1c4..0b31e09 100644 --- a/test.hosts +++ b/test.hosts @@ -50,8 +50,9 @@ osm_default_node_selector='workload-app=true' # Make sure NTP is enabled openshift_clock_enabled=true -# default router +# Place router and registry on infra nodes openshift_hosted_router_selector='workload-infra=true' +openshift_hosted_registry_selector='workload-infra=true' # Do not create the default project "my-project" openshift_additional_projects={}