Actions
Story #1355
closedStory #1150: As a user, I can lazily fetch repositories
As a user, I want to be able to initiate a repo download task.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.8.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
We need to add an API and admin command to support user initiated repo download tasks. This way, user can manually ensure that repos are completely downloaded. They will need this to remedy download failure cases.
Actions
Add a new REST API endpoint to download lazy repositories.
This new API is located at v2/repositories//actions/download/. This commit also adds support for this API in pulp-admin.
closes #1355