Re: Changing ROUTING_SUFFIX?

2018-05-04 Thread Frederic Giloux
Yes, that's correct. You will need to update old routes. The rational is that it is a default value not something that is enforced. Regards, Frédéric On Fri, May 4, 2018 at 6:55 PM, Dave Neary wrote: > Thanks - that answers my question. It will work on new routes, but not >

Re: Changing ROUTING_SUFFIX?

2018-05-04 Thread Dave Neary
Thanks - that answers my question. It will work on new routes, but not old routes - correct? Thanks, Dave. On 05/04/2018 12:52 PM, Frederic Giloux wrote: > Hi Dave, > > the variable was renamed with 3.2: >

Re: Changing ROUTING_SUFFIX?

2018-05-04 Thread Frederic Giloux
Hi Dave, the variable was renamed with 3.2: https://docs.openshift.com/enterprise/3.2/install_config/revhistory_install_config.html#thu-may-12-2016 after running ansible you can check /etc/origin/master/master-config.yaml you should have these lines with your value: routingConfig: subdomain:

Re: Changing ROUTING_SUFFIX?

2018-05-04 Thread Dave Neary
Thanks Frederic, I did this, but the routing suffix still gives the old answer for existing projects - is this expected, or did I do something wrong? Also: I think that in openshift-ansible that the config file is set in roles/openshift_facts/defaults/main.yml as 'osm_default_subdomain' - is

Changing ROUTING_SUFFIX?

2018-05-03 Thread Dave Neary
Hi, When I set up OpenShift Origin, I left the default routing suffix .router.default.svc.cluster.local (figured if it needed changing, I'd find out sooner or later and be able to change it). Now I need to change it to have my app work, and I'm unclear what the best way to do that is - is this a