Bug 1153287
| Summary: | Applications with the same alias are only listed once in the administration console | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Timothy Williams <tiwillia> |
| Component: | Management Console | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1.0 | CC: | anli, bleanhar, cryan, erich, jokerman, kcleveng, libra-onpremise-devel, lmeyer, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-openshift-origin-admin-console-1.28.0.1-1 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: The admin console did not account for two applications with the same alias.
Consequence: The admin console was not capable of displaying multiple applications with the same alias.
Fix: The admin console has been fixed to display all applications with the same alias.
Result: Applications with the same alias are now displayed properly.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-12 13:09:23 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
Timothy Williams
2014-10-15 17:13:53 UTC
This condition will only occur when we relax alias constraints with the undocumented broker.conf option PREVENT_ALIAS_COLLISION=false in order to give two apps the same alias. It's also conceivable, though highly unlikely, that the query could come back with multiple apps by virtue of matching on more than one parameter (app uuid, app name, alias). In any case, with this patch multiple matches now are simply displayed. https://github.com/openshift/origin-server/pull/6020 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/dd23d844a85e0147f5fc49a1f8f035f89972fe59 admin-console: allow multiple app search results https://bugzilla.redhat.com/show_bug.cgi?id=1153287 Bug 1153287 - Applications with the same alias are only listed once in the administration console Should be resolved when we merge upstream changes again. Verified and pass on puddle-2-2-2015-01-23 1) turn on admin-console by add the follow item in 000002_openshift_origin_broker_proxy.conf ProxyPass /admin-console http://127.0.0.1:8080/admin-console ProxyPass /assets http://127.0.0.1:8080/assets 2) add same alias to different applications 3) search alias named in https://$broker/admin-console/search. all applications can be found. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0220.html |