Bug 1077506

Summary: [RFE] Support to list details information about one specific pulp repo
Product: [Retired] Pulp Reporter: Shirley Zhou <szhou>
Component: API/integrationAssignee: Ina Panova <ipanova>
Status: CLOSED UPSTREAM QA Contact: pulp-qe-list
Severity: medium Docs Contact:
Priority: medium    
Version: 2.3CC: cplummer+bz, cstpierr, ipanova, justin.garrison, mshao, skarmark
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-19 01:12:58 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 Shirley Zhou 2014-03-18 06:40:22 UTC
Description of problem:
# pulp-admin rpm repo list --details 
Now above command can list all existing pulp repos details, while no way to get details for only one specific pulp repo.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Christina Plummer 2014-04-03 14:05:48 UTC
+1 to this RFE.  I frequently need to review the detailed configuration for an individual repo (either so I can determine if something needs to be changed, or to configure a new repo with similar settings), and it is tedious to have to wade through the details for all repos (including the SSL certs and GPG keys!) when I am only interested in one.

Comment 2 Justin Garrison 2014-09-29 18:38:20 UTC
+1! (as Christina said)

Comment 3 Justin Garrison 2014-11-17 20:06:20 UTC
Just to say, I currently work around this by using sed to remove unwanted repos.

eg.

pulp-admin repo list --details | sed -n '/repo-name/,/^$/p'

-n turns off printing by default
/repo-name/ <- what I'm looking for
/,/ match between
/^$/ <- blank line
/p <- print (since -n turned it off)

Not a solution, just a work around.

Comment 4 Ina Panova 2014-12-01 16:35:36 UTC
https://github.com/pulp/pulp/pull/1377

Comment 5 Brian Bouterse 2015-02-19 01:12:58 UTC
Moved to https://pulp.plan.io/issues/225