Bug 548501
| Summary: | RHQ, default configuration, GUI Console URL: please change from loopback to resource's IP or hostname | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | wes hayutin <whayutin> | 
| Component: | Core UI | Assignee: | RHQ Project Maintainer <rhq-maint> | 
| Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> | 
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | jshaughn | 
| Target Milestone: | --- | Keywords: | SubBug | 
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://10.16.120.153:7080/admin/config/Config.do?mode=edit | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-16 20:16:16 UTC | Type: | --- | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 565635 | ||
| 
        
          Description
        
        
          wes hayutin
        
        
        
        
        
          2009-12-17 16:30:38 UTC
        
       content = content.replaceAll("@@@BASEURL@@@", "http://" + ServerProperties.getValidServerBindAddress(props) + ":" + ServerProperties.getHttpPort(props) + "/");
That is code inside the installer war - the installer will set the default value in the  DB using that code above - i.e. the server bind address.
Perhaps we should use a different default here?
Note that this will only take effect when you do a "Overwrite Schema" - because that  @@@BASEURL@@@ is a replacement string inside the sysconfig-data.xml file that is used to prepopulate the database when the schema is first created. Adding more servers to the cloud or re-installing the server with the "Keep Existing Data" option won't change this value.
This base url is the value you see in the UI in Administration>SystemConfiguration>Settings.
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug making sure we're not missing any bugs in rhq_triage |