Bug 735434

Summary: pulp-admin repo list and info should show repo url
Product: [Retired] Katello Reporter: Mike McCune <mmccune>
Component: ClientAssignee: Bryan Kearney <bkearney>
Status: CLOSED NOTABUG QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.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: 2011-09-02 15:46:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike McCune 2011-09-02 15:45:59 UTC
There is no way as a user to know the path to the repo on the pulp service itself after you create it.  You have to just know that they are found at:

https://somehost.example.com/pulp/repos/<id>/

the command 'distribution list' shows the URL to the tree:

$ pulp-admin distribution list
+------------------------------------------+
       List of Available Distributions
+------------------------------------------+

Id                    	ks-kstree-noarch         
Description           	ks-kstree-noarch          
URL                   	https://localhost/pulp/ks/repo/f15-x86_64/


we should do the same for repos:

$ pulp-admin repo list
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Id                 	kstree                   
Name               	kstree                   
Feed URL           	http://172.31.1.102/repo/f15-x86_64/
Feed Type          	remote                   
Content Type       	yum                      
Feed Certs         	CA:No   Cert:No
Consumer Certs     	CA:No   Cert:No
Architecture       	noarch                   
Sync Schedule      	None                     
Packages           	2935                     
Files              	0                        
Distributions      	ks-kstree-noarch         
Publish            	True                     
Clones             	[]                       
Groups             	None                     
Filters            	[]                       
Notes              	{}                       
URL                     https://localhost/pulp/repo/f15-x86_64/

Comment 1 Mike McCune 2011-09-02 15:46:40 UTC
oops, wrong product