Bug 717975
Summary: | Repo discovery to parse if url itself is repository | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Garik Khachikyan <gkhachik> |
Component: | user-experience | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | mkoci, pkilambi, skarmark, tsanders |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 27 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-24 20:16:27 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: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
Garik Khachikyan
2011-06-30 15:07:18 UTC
Please provide the URL that you were passing to repo discovery. -Todd commit 487ae673b9bf158a4a1fa9752dd6a389f7c9cef5 $ sudo pulp-admin repo discovery --url=http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/test_bandwidth_repo/ --type=yum Discovering urls with yum metadata, This could take some time... Number of Urls Discovered (-): 1 +------------------------------------------+ Repository Urls discovered @ [http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/test_bandwidth_repo/] +------------------------------------------+ (-) [1] http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/test_bandwidth_repo Select urls for which candidate repos should be created; use `y` to confirm (h for help): build: 0.224 verified [root@preethi ~]# rpm -q pulp pulp-0.0.224-1.fc14.noarch [root@preethi ~]# pulp-admin repo discovery --url http://repos.fedorapeople.org/repos/pulp/pulp/fedora-15/ --typ=yum Discovering urls with yum metadata, This could take some time... Number of Urls Discovered (/): 4 +------------------------------------------+ Repository Urls discovered @ [http://repos.fedorapeople.org/repos/pulp/pulp/fedora-15/] +------------------------------------------+ (-) [1] http://repos.fedorapeople.org/repos/pulp/pulp/fedora-15/x86_64 (-) [2] http://repos.fedorapeople.org/repos/pulp/pulp/fedora-15/x86_64 (-) [3] http://repos.fedorapeople.org/repos/pulp/pulp/fedora-15/i386 (-) [4] http://repos.fedorapeople.org/repos/pulp/pulp/fedora-15/i386 Select urls for which candidate repos should be created; use `y` to confirm (h for help):q Operation aborted upon user request. [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin repo discovery --url=http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/test_bandwidth_repo/ Usage: pulp-admin <options> repo discovery <options> pulp-admin: error: Option --type is required; please see --help [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin repo discovery --url=http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/test_bandwidth_repo/ --type=yum Discovering urls with yum metadata, This could take some time... Number of Urls Discovered (|): 1 +------------------------------------------+ Repository Urls discovered @ [http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/test_bandwidth_repo/] +------------------------------------------+ (-) [1] http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/test_bandwidth_repo Select urls for which candidate repos should be created; use `y` to confirm (h for help): Pulp v1.0 is released Closed Current Release. Pulp v1.0 is released. |