Bug #29449
closedMinor fixes for developing for pulp3
Description
Not sure if this is a feature or a bug.
I recently tried to connect my Katello forklift to an external pulp-server in order to test/develop against the latest pulp3 and pulp_deb for pulp3.
After manually replacing the settings for pulpcore in the smart_proxy_features
-table, I had the problem that repository could not be created because of a 404.
Turns out Katello tried to get /pulp/api/v3//status/
on the pulp3-server, which does not work. It has to be /pulp/api/v3/status/
.
After that worked, katello was not able to authenticate because the Config sent to the API-connector did not include username and password.
So I added the possibility to configure them in the above mentioned settings, where the pulp_url
is also defined.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8632 added
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/Katello/katello/pull/8640 added
Updated by Markus Bucher almost 5 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/8632)
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/smart_proxy_pulp/pull/23 added
Updated by James Jeffers almost 5 years ago
- Target version set to Katello 3.16.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 5 years ago
- Fixed in Releases Katello 3.16.0 added
Updated by Markus Bucher almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|e38b9e2f4924b50961629b51ba21d0338b822f85.
Updated by Samir Jha over 4 years ago
- Triaged changed from Yes to No
Untriaging this since we should probably get this in 3.15 to support upgrades. https://community.theforeman.org/t/upgrade-to-katello-15-pulp3-status-failed-404/18980/5
Updated by Jonathon Turel over 4 years ago
- Category set to Repositories
- Target version changed from Katello 3.16.0 to Katello 3.15.2
- Triaged changed from No to Yes