Bug 1130028
Summary: | 'rhc app-show --gears' lists jbossas and jbosseap cartridges four times for scalable apps | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> |
Component: | oc | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 2.2.0 | CC: | adellape, bleanhar, ffranz, jokerman, libra-bugs, libra-onpremise-devel, lmeyer, mmccomas, tiwillia, wzheng, yanpzhan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | rhc-1.37.1.2-1.el6op | Doc Type: | Bug Fix |
Doc Text: |
In the output of `rhc app-show <app> --gears`, cartridges for a scalable gear were previously listed by the endpoints they exposed. If a cartridge exposed multiple endpoints, it was listed multiple times in the output of `rhc app-show <app> --gears`. This bug fix updates rhc so that only unique values in the list of cartridges with exposed endpoints are considered, and as a result cartridges with multiple exposed endpoints are only listed once per gear.
|
Story Points: | --- |
Clone Of: | 1125926 | Environment: | |
Last Closed: | 2015-09-30 16:36: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: | |||
Bug Depends On: | 1125926 | ||
Bug Blocks: |
Description
Gaoyun Pei
2014-08-14 08:15:50 UTC
This is resolved by https://github.com/openshift/rhc/commit/061f6f0ff39d37ec0a09b6ce9ce3850ed871244f Verified on rhc-1.37.1.2-1.el6op Steps to verify: 1.Create a scalable jbosseap application. # rhc app create jbosseap jbosseap-6 -s 2.Show the app with -g option # rhc app show jbosseap -g ID State Cartridges Size SSH URL ----------------- ------- ---------------------- ----- --------------------------------------------------- domzyp-jbosseap-1 started haproxy-1.4 jbosseap-6 small domzyp-jbosseap-1.com.cn The jbosseap-6 cartridge is correctly displayed now, so move the bug to Verified. 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/RHSA-2015-1844.html |