Task #4243
closedStory #3693: Lazy for Pulp3
Rename 'cache_only' policy
100%
Description
It doesn't make sense anymore since we're not caching content. Maybe use 'stream_only'?
Related issues
Updated by bmbouter almost 6 years ago
- Parent issue set to #3693
+1 to stream_only
Also I added it to the lazy epic.
Updated by mdellweg almost 6 years ago
The other options are called 'immediate' and 'on_demand'.
So i'd suggest taking something that can be used as an adjective.
My suggestion: 'streamed'
Updated by bmbouter almost 6 years ago
- Status changed from NEW to POST
- Assignee set to bmbouter
- Sprint set to Sprint 46
Rename completed in the _pulp_streamer, pulp_file, and pulcore
Added by bmbouter almost 6 years ago
Added by bmbouter almost 6 years ago
Revision 8219efd5 | View on GitHub
Adds the content app to pulpcore.content
The Settings can be a lot simpler now that the architecture no longer required redirection. It does need to account for the content being served on a different HOST. This PR handles that.
Since the settings are now single values, they are much easier to override using Dynaconf, which is great.
The content app can be removed now that the streamer code is handling it all.
This PR is a prototype and has no docs. Use Pulp as normal , but run the streamer from github.com/bmbouter/pulp_streamer/ and run the streamer with:
gunicorn pulpcore.streamer:server --bind localhost:8080 --worker-class aiohttp.GunicornWebWorker -w 2
This PR needs pulp-smash changes from pulp_file so it requires the PR below:
Required PR: https://github.com/pulp/pulp_file/pull/140
https://pulp.plan.io/issues/4239 closes #4239
https://pulp.plan.io/issues/3698 closes #3698
https://pulp.plan.io/issues/3699 closes #3699
Added by bmbouter almost 6 years ago
Revision 8219efd5 | View on GitHub
Adds the content app to pulpcore.content
The Settings can be a lot simpler now that the architecture no longer required redirection. It does need to account for the content being served on a different HOST. This PR handles that.
Since the settings are now single values, they are much easier to override using Dynaconf, which is great.
The content app can be removed now that the streamer code is handling it all.
This PR is a prototype and has no docs. Use Pulp as normal , but run the streamer from github.com/bmbouter/pulp_streamer/ and run the streamer with:
gunicorn pulpcore.streamer:server --bind localhost:8080 --worker-class aiohttp.GunicornWebWorker -w 2
This PR needs pulp-smash changes from pulp_file so it requires the PR below:
Required PR: https://github.com/pulp/pulp_file/pull/140
https://pulp.plan.io/issues/4239 closes #4239
https://pulp.plan.io/issues/3698 closes #3698
https://pulp.plan.io/issues/3699 closes #3699
Updated by bmbouter almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|8219efd59098fc5e883ea831d4fb38b7ae15422d.
Updated by bherring almost 6 years ago
- Copied to Test #4298: Rename 'cache_only' policy added
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Rename cache_only to streamed
https://pulp.plan.io/issues/4243 re #4243