Bug #4323
closedKatello: Adding a new repository after issuing "katello create repo --org=XXX --product=XXX --name=XXX" adding further repos fail with 400 Bad Request.
Description
Added a repo using (Note that name and product are the same)
katello create repo --org=XXX --product=XXX --name=XXX
Adding further repos fail with "400 Bad Request"
Removal of the repo XXX allows further repos to be added normally
Using the following works fine
katello create repo --org=XXX --product=XXX --name=XXX-yyy
Updated by Dominic Cleal almost 11 years ago
- Project changed from Foreman to Katello
Updated by Justin Sherrill over 10 years ago
- Translation missing: en.field_release set to 13
- Triaged set to No
Updated by Eric Helms over 10 years ago
- Category set to Hammer
- Target version set to 45
- Triaged changed from No to Yes
Updated by Eric Helms over 10 years ago
- Status changed from New to Closed
Testing with latest Katello CLI this does not appear to be an issue. Please re-open if you are still seeing it.
Updated by Partha Aji over 10 years ago
Looks like fixed. Closing.
$ hammer repository create --product=foo --name=spoo --organization-id=1 --content-type=yum
Repository created
$ hammer repository list --organization-id=1
---|------|---------|-------------
ID | NAME | PRODUCT | CONTENT TYPE
---|------|---------|-------------
2 | spoo | foo | yum
---|------|---------|-------------