Bug #32867
closedCreating ansible collection repo fails with: "Invalid URL Ensure the URL ends '/'" but repo gets created
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1962132
Description of problem:
Creating a repo using one of the hints in UI hint leads to pop-up error in the repository dialog, but repo gets created in the background
Version-Release number of selected component (if applicable):
Satellite 6.10 snap 1
How reproducible:
always
Steps to Reproduce:
1. Create product, create repo within it
2. In the repository creation dialog, select ansible collection type
3. For Upstream URL you can pick from example urls from the popup hint ( https://galaxy.ansible.com/api/v2/collections,
https://galaxy.ansible.com/api/v2/collections/testing/k8s_demo_collection), or use different url in the suggested from (I used https://galaxy.ansible.com/api/v2/collections/theforeman/foreman), click save
4. Red pop-up error box shows up with the following content:
Task c158e696-c92f-4f24-b7f4-7daf2eec41fd: PulpAnsibleClient::ApiError: Error message: the server returns an error HTTP status code: 400 Response headers: {"Date"=>"Wed, 19 May 2021 10:36:05 GMT", "Server"=>"gunicorn/20.0.4", "Content-Type"=>"application/json", "Vary"=>"Accept,Cookie", "Allow"=>"GET, POST, HEAD, OPTIONS", "X-Frame-Options"=>"SAMEORIGIN", "Content-Length"=>"127", "Correlation-ID"=>"13312c8a-5d2b-4118-8f34-4b7d3ea835fc", "Access-Control-Expose-Headers"=>"Correlation-ID", "Via"=>"1.1 dhcp-2-198.vms.sat.rdu2.redhat.com", "Connection"=>"close"} Response body: {"non_field_errors":["Invalid URL https://galaxy.ansible.com/api/v2/collections/theforeman/foreman. Ensure the URL ends '/'."]}
5. Add trailing '/' to the url, click save again -- form complains "name already taken" -- the repository actually got created in step 3
6. Trying to sync that repo fails with:
"Required lock is already taken by other running tasks"
Actual results:
described above
Expected results:
The repository shouldn't be created contrary to the UI error message. Also the message could be clearer and the UI hint shouldn't suggest the invalid repo form. Or, the check for the trailing / should be relaxed...
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/9423 added
Updated by Jonathon Turel over 3 years ago
- Target version set to Katello 4.1.1
- Triaged changed from No to Yes
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.2.0 added
Updated by Samir Jha over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|ae8389d2279a0a61070f06eb69386a65085c4bc0.
Updated by Justin Sherrill over 3 years ago
- Bugzilla link changed from 1962132 to 1962189
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/Katello/katello/pull/9497 added