Bug 969948

Summary: The initial content of diy application's webpage needs updating
Product: OpenShift Online Reporter: Jianwei Hou <jhou>
Component: ContainersAssignee: Jhon Honce <jhonce>
Status: CLOSED UPSTREAM QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.x   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-03 15:13:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jianwei Hou 2013-06-03 07:12:18 UTC
Description of problem:
Create a diy application, and visit it's webpage, the content of the webpage still mentions an old environment variable "OPENSHIFT_INTERNAL_IP". Here is part of its contents:
The only restriction is that your application should bind to $OPENSHIFT_INTERNAL_IP:8080

Now that we have transferred to v2, maybe we should abandon this deprecated environment variable in the initial instruction in the webpage of the app.

Version-Release number of selected component (if applicable):
On STG(devenv-stage_356), devenv-stage_356

How reproducible:
Always

Steps to Reproduce:
1. Create a diy application and access its url


Actual results:
The webpage displayed content:
The only restriction is that your application should bind to $OPENSHIFT_INTERNAL_IP:8080

Expected results:
The only restriction is that your application should bind to $OPENSHIFT_DIY_IP:8080

Additional info:

Comment 1 Jhon Honce 2013-06-03 15:13:04 UTC
Will be covered in https://trello.com/c/pwPlA2xX

Comment 2 openshift-github-bot 2013-06-25 16:14:17 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/50e5cf51d46f9ed67aa08e0e906d2497bad7fe5d
Bug 976758 & 969948 - Update the name of internal IP env var to match v2 carts
https://bugzilla.redhat.com/show_bug.cgi?id=976758
https://bugzilla.redhat.com/show_bug.cgi?id=969948
Changed the OPENSHIFT_INTERNAL_IP env var in index.html and start hook to OPENSHIFT_DIY_IP