Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 895958

Summary: URL suffix should be the user's domain
Product: OpenShift Container Platform Reporter: Ziqian SUN (Zamir) <zsun>
Component: WebsiteAssignee: chris alfonso <calfonso>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 1.2.0CC: hbrock, libra-onpremise-devel, szhou, xjia
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-01-18 14:36:13 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:
Attachments:
Description Flags
Wrong domain name after the input box. none

Description Ziqian SUN (Zamir) 2013-01-16 11:17:56 UTC
Description of problem:
URL suffix is always "example.com" instead of user's own domain name

Version-Release number of selected component (if applicable):

OpenShift Enterprise puddle: 1.1.x/2013-01-14.3

How reproducible:
always

Steps to Reproduce:
Login into the OSE website (Such as broker.rhn.com)
check the following urls on the broker

/console/applications/app1/building/new
/console/account
/console/account/domain/edit
/console/application_types/jbosseap-6.0


Actual results:
The domain name after the input box is not my domain name.
http://[inputbox]-zsun.example.com

Expected results:

The domain name after the input box is the user's own domain name.
http://[inputbox]-zsun.rhn.com

Additional info:
Screes Shot attached.

Comment 1 Ziqian SUN (Zamir) 2013-01-16 11:18:41 UTC
Created attachment 679471 [details]
Wrong domain name after the input box.

Comment 3 Ziqian SUN (Zamir) 2013-01-17 09:56:32 UTC
There is a "example.com" in the first line of the paragraph below "WHAT YOU GET".So please make sure to fix it as well.

Comment 4 chris alfonso 2013-01-18 13:22:10 UTC
In /etc/openshift/console.conf, there is a setting for this domain DOMAIN_SUFFIX=example.com

That is where example.com comes from in the page you're looking at.  If you still have the issue after changing that value and restarting the openshift-console service, please let us know.

Comment 5 xjia 2013-01-18 14:23:50 UTC
After change DOMAIN_SUFFIX, it can work properly.
I think it should be written in the Deployment Doc.