From bad7ecd9b3fc08dd84599efbb9a4400d88010e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 10 Aug 2015 18:57:58 +0200 Subject: [PATCH] Update setting default route MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The suggested steps don’t work, (oc expose) ends up using ruby-hello-world.wiring.router.default.local. Based on https://github.com/openshift/origin/pull/3173/files , this seems to work. --- eap-latest-setup.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eap-latest-setup.md b/eap-latest-setup.md index 027797b..43f1494 100644 --- a/eap-latest-setup.md +++ b/eap-latest-setup.md @@ -344,11 +344,10 @@ On the **master** node perform the following operations If you want default routes (we'll talk about these later) to automatically get the right domain (the one you configured earlier with your wildcard DNS), then -you should edit `/etc/sysconfig/atomic-enterprise-master` and add the following: +you should edit `/etc/openshift/master/master-config.yaml` and add the following: -[//]: # (TODO: OPENSHIFT_ROUTE_SUBDOMAIN -> ???) - - OPENSHIFT_ROUTE_SUBDOMAIN=cloudapps.example.com + routingConfig: + subdomain: cloudapps.example.com Or modify it appropriately for your domain.