Feature #13543
Allow for repo group publishing in Pulp
Description
Pulp allows for repo groups to be published, but this functionality is currently not exposed in Runcible.
This feature is to add this to API passthrough to Runcible so Katello can publish repo groups. This consists of two parts:
- allow distributors to be added to repo groups (for now, only the export distributor)
- allow runcible users to call the publish API on a repo group
Additionally, the export distributor has been added as a valid option as yum repos (see https://pulp.plan.io/issues/1394). This is a small change that is related to repo group publishing, so I would like to include it in this ticket.
Associated revisions
History
#1
Updated by The Foreman Bot over 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/runcible/pull/168 added
#2
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) set to 132
#3
Updated by Chris Duryee about 6 years ago
- Status changed from Ready For Testing to Closed
PR is merged, marking as CLOSED.
Fixes #13543 - allow for repo group publishing
This commit adds the "publish" API for pulp repo group publishing, and allows
for the export distributor on repo groups.
Additionally, it adds support for the 'relative_url' parameter on the export
distributor config.