Bug 994614

Summary: oo-admin-cartridge --list doesn't show every cartridge
Product: OpenShift Online Reporter: Paul Morie <pmorie>
Component: ContainersAssignee: Paul Morie <pmorie>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: bmeng, yadu
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-08-29 12:49:52 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 Paul Morie 2013-08-07 15:48:07 UTC
If two cartridges share a manifest using Version-Overrides, oo-admin-cartridge --list will only show one of them.  For example:

$ oo-admin-cartridge --list | grep mock
(redhat, mock, 0.1, 0.0.1)
(redhat, mock-plugin, 0.1, 0.0.1)

This list should also contain version 0.2 of the mock cartridge.

Comment 1 Paul Morie 2013-08-15 16:07:14 UTC
PR submitted; fix available.

Comment 2 Yan Du 2013-08-16 02:46:31 UTC
verified on devenv_3658, version 0.2 of the mock cartridge can be listed.

[root@ip-10-164-105-12 ~]# oo-admin-cartridge --list | grep mock
(redhat, mock, 0.1, 0.0.1)
(redhat, mock, 0.2, 0.0.1)
(redhat, mock-plugin, 0.1, 0.0.1)

move the bug to verified.