Actions
Task #1451
closedStory #1150: As a user, I can lazily fetch repositories
Implement alternate content sources in the pulp streamer
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.8.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
This was not done because of uncertainty in the ContentSource API (it is documented as requiring an absolute path to the file destination), but it may be possible that it can take a file object, which Nectar accepts. This task involves ensuring it is possible to use file objects with alternate content download requests, and then using alternate content sources instead of Nectar directly in the streamer.
Actions
Implement alternate content sources in the streamer.
Alternate content sources is now supported for repositories using download policies other than
immediate
.closes #1451