Re: "Application is not available" Post 1.5 Upgrade

2017-05-03 Thread Jordan Liggitt
It's been fixed in the 1.5 release branch, but 1.5.1 has not been cut with the fix yet On Tue, May 2, 2017 at 10:31 PM, Rahul Agarwal wrote: > Hi Team, > > This is because of below bug. This should have been addressed in 1.5 > upgrade. > > https://github.com/openshift/origin/issues/13862 > > Tha

Re: "Application is not available" Post 1.5 Upgrade

2017-05-03 Thread Rahul Agarwal
Hi Jordan, Thanks for the update. I checked out openshift-ansible-3.5.60-1 tag. To fix, i had to remove trailing "/" from the routes. Is there anything else that needs fix? Besides which tag is the fixed tag? Is that openshift-ansible-3.5.55-1? Thanks, Rahul On Wed, May 3, 2017 at 9:37 AM, Jord

Re: "Application is not available" Post 1.5 Upgrade

2017-05-03 Thread Jordan Liggitt
Removing the trailing slash from the route is the workaround, not the fix. The actual fix has not been released in a tagged origin release yet. It will be fixed in 1.5.1 On Wed, May 3, 2017 at 10:45 AM, Rahul Agarwal wrote: > Hi Jordan, > > Thanks for the update. I checked out openshift-ansible

Re: Routing & External Service

2017-05-03 Thread David Conde
Thanks Aleksandar, I'll give that a try. David Conde On 2 May 2017 at 22:36, Aleksandar Lazic wrote: > Hi David. > > Am Wed, 26 Apr 2017 16:09:03 +0100 > schrieb David Conde : > > > I am looking for a bit of advice on the best practice for routing. > > > > I have a service which I do not con

Re: "Application is not available" Post 1.5 Upgrade

2017-05-03 Thread Rahul Agarwal
Thanks Jordan. Do you know wehn is 1.5.1 is set to be released? On Wed, May 3, 2017 at 10:51 AM, Jordan Liggitt wrote: > Removing the trailing slash from the route is the workaround, not the fix. > > The actual fix has not been released in a tagged origin release yet. It > will be fixed in 1.5.1

'oc new-app -f openshift/templates/nodejs.json' fails

2017-05-03 Thread David VOGEL
I tried unsuccessfully to create a new-app using an Openshift template. The following command fails; a service is deployed but an image never gets built: $ oc new-app -f openshift/templates/nodejs.json ... deploymentconfig "nodejs-example" created --> Success Build schedule, use 'oc logs

Re: 'oc new-app -f openshift/templates/nodejs.json' fails

2017-05-03 Thread Aleksandar Lazic
Hi David. Am Wed, 3 May 2017 22:55:05 + schrieb David VOGEL : > I tried unsuccessfully to create a new-app using an Openshift > template. The following command fails; a service is deployed but an > image never gets built: > > $ oc new-app -f openshift/templates/nodejs.json > ... > deploy