Bug 1146108

Summary: Console should show downloadable cartridge with vendor name to distinguish with original cartridge.
Product: OpenShift Online Reporter: Luke Meyer <lmeyer>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: jforrest, jliggitt, jokerman, libra-bugs, libra-onpremise-devel, lmeyer, mmccomas, wjiang, wsun, yanpzhan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1145877 Environment:
Last Closed: 2015-02-18 16:51:12 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:    
Bug Blocks: 1145877    
Attachments:
Description Flags
screenshot of fixed UI none

Description Luke Meyer 2014-09-24 13:15:35 UTC
+++ This bug was initially created as a clone of Bug #1145877 +++

Description of problem:
Add some downloadable cartridges such as perl 5.10 use oo-admin-ctl-cartridge on broker.
On website, check https://<server>/console/application_types .It show two Perl 5.10 labels

Version-Release number of selected component (if applicable):
ose2.2/2014-09-23.4

How reproducible:
Always

Steps to Reproduce:
1.Add one download perl cartridges on broker:
oo-admin-ctl-cartridge -c import --url https://raw.githubusercontent.com/jhou1/dcart-perl-git/master/metadata/manifest.yml --activate
2.rhc cartridge list
3.Check web cartridges type on https://<server>/console/application_types

Actual results:
2.In command line display distinguished, the cartridge vender are show.
jhou1-perl-5.10 (!) Perl 5.10                               web
perl-5.10            Perl 5.10                               web

3.It shows two Perl 5.10 labels,the download cartridge name doesn't contain cartridge vender.Refer to attachment.

Expected results:
2.Should show cartridge vender in cartridge name as that in  "rhc cartridge list"

Additional info:

Comment 1 Jordan Liggitt 2014-09-24 13:50:07 UTC
Don't want to clutter the UI unnecessarily. Maybe just show when there's more than one cartridge with the same name?

Comment 2 Jessica Forrester 2014-09-24 17:20:29 UTC
Created attachment 940835 [details]
screenshot of fixed UI

Comment 3 Jessica Forrester 2014-09-24 19:08:33 UTC
Fixed in https://github.com/openshift/origin-server/pull/5836

Comment 4 openshift-github-bot 2014-09-24 19:46:33 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/20460f8d1461138852f1c9166ba5d17aa6a2f1e3
Bug 1146108 - display unique name on cartridge if there is another cart with the same display name

Comment 5 weiwei jiang 2014-09-26 03:26:02 UTC
Checked on devenv_5193, and the issue has been fixed, so verify this.