Bug 1155773

Summary: pulp-admin rpm package install needs to support other nevra fields in addition to name.
Product: [Retired] Pulp Reporter: Jeff Ortel <jortel>
Component: rpm-supportAssignee: pulp-bugs
Status: CLOSED DUPLICATE QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.4.0   
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: 2014-10-24 14:19:00 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 Jeff Ortel 2014-10-22 19:13:40 UTC
Description of problem:

The pulp-admin rpm package install command only supports package specification by name.  Needs to support epoch, version, release and (probably) arch.  Broken (from the CLI perspective) in 2.4.0 by https://bugzilla.redhat.com/show_bug.cgi?id=1004981.  1004981 fixed the handler (and correctly so) but CLI needs to be updated as well.


Version-Release number of selected component (if applicable):

2.4.0


How reproducible:

Always

Steps to Reproduce:
1. pulp-admin rpm package install run --consumer-id=<id> -n <package-1.0-1>
2.
3.

Actual results:


Install task created with id [ f9d1177d-4548-430d-b4ce-9b470a162228 ]
This command may be exited via ctrl+c without affecting the request.

Refresh Repository Metadata

Install Failed

*:package-1.0-1*-*.*: No package(s) available to install


Expected results:

Works.


Additional info:

Comment 1 Jeff Ortel 2014-10-22 19:17:13 UTC
Important note: This is just a CLI thing.

Comment 2 Jeff Ortel 2014-10-24 14:19:00 UTC

*** This bug has been marked as a duplicate of bug 1155411 ***