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.
Updated by Thomas McKay about 9 years ago
- Blocks Tracker #12107: ISS (Inter-Satellite Sync) Tracker added
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5583 added
Updated by Chris Duryee about 9 years ago
- Status changed from Ready For Testing to Assigned
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
Updated by Chris Duryee about 9 years ago
- Status changed from Ready For Testing to Assigned
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release set to 86
- Triaged changed from No to Yes
Updated by Chris Duryee almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|b25847d10d944bf3b29c5cd713c6850aad1c66ae.
Actions