Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename cache_only to streamed #140

Merged
merged 1 commit into from
Dec 13, 2018
Merged

Rename cache_only to streamed #140

merged 1 commit into from
Dec 13, 2018

Conversation

bmbouter
Copy link
Member

@bmbouter bmbouter commented Dec 10, 2018

bmbouter pushed a commit to bmbouter/pulp that referenced this pull request Dec 12, 2018
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: pulp/pulp_file#140

https://pulp.plan.io/issues/4239
closes #4239
bmbouter pushed a commit to bmbouter/pulp that referenced this pull request Dec 12, 2018
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: pulp/pulp_file#140

https://pulp.plan.io/issues/4239
closes #4239

https://pulp.plan.io/issues/3698
closes pulp#3698

https://pulp.plan.io/issues/3699
closes pulp#3699

https://pulp.plan.io/issues/4181
closes #4181
bmbouter pushed a commit to bmbouter/pulp that referenced this pull request Dec 13, 2018
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: pulp/pulp_file#140

https://pulp.plan.io/issues/4239
closes #4239

https://pulp.plan.io/issues/3698
closes pulp#3698

https://pulp.plan.io/issues/3699
closes pulp#3699

https://pulp.plan.io/issues/4181
closes #4181

https://pulp.plan.io/issues/4243
closes #4243
@bmbouter bmbouter merged commit f17c801 into pulp:master Dec 13, 2018
@bmbouter bmbouter deleted the rename-policy branch December 13, 2018 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants