Actions
Feature #12446
closedAdd ability to export yum repositories to disk
Description
As a user, I would like Katello to export yum reposoties to disk. This includes both full and incremental date-based exports.
For this feature, the export will just be a dump to disk. Wrapping in tgz or ISO can be added later.
Deliverables for this feature are:
- /export API for kicking off exports of yum repos which includes an optional "since" field for the incremental. If no date is given, perform a full export.
- API wiring to kick off Pulp yum repo exports using the export distributor
- any needed migrations to create export distributors for existing yum repos
- a configurable on-disk export destination, set in the Katello tab under /settings.
The output of this task is to be able to hit the katello API and create an on-disk yum export.
Actions