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

By default Pulp requires Redis #2057

Closed
pulpbot opened this issue Jan 17, 2022 · 1 comment
Closed

By default Pulp requires Redis #2057

pulpbot opened this issue Jan 17, 2022 · 1 comment
Assignees
Labels

Comments

@pulpbot
Copy link
Member

pulpbot commented Jan 17, 2022

Author: @bmbouter (bmbouter)

Redmine Issue: 9475, https://pulp.plan.io/issues/9475


Right now Pulp attempts to use Redis no matter what. Yet at the same time we don't provide the necessary settings to do so: https://github.com/pulp/pulpcore/blob/master/pulpcore/app/settings.py#L200-L207

This means that you have to configured Redis to use Pulp, yet Pulp could be fully usable (although slower) without Redis. I believe the installer configured Redis by default, but other deployments like Pulp on k8s would have to take additional care to deploy Redis, which makes Pulp harder to deploy overall. It would be better if Pulp by default didn't require Redis, yet those users who use the installer just get Redis automatically configured as a bonus.

@pulpbot
Copy link
Member Author

pulpbot commented Jan 17, 2022

From: pulpbot (pulpbot)
Date: 2021-12-03T16:14:30Z


PR: #1752

pavelpicka added a commit to pavelpicka/pulpcore that referenced this issue Jan 18, 2022
Pulp does not use redis if not configured by user.

* connection check based on CACHE_ENABLED option

closes: pulp#2057
pulp#2057
pavelpicka added a commit to pavelpicka/pulpcore that referenced this issue Jan 18, 2022
Pulp does not use redis if not configured by user.

* connection check based on CACHE_ENABLED option

closes: pulp#2057
pulp#2057
pavelpicka added a commit to pulp/plugin_template that referenced this issue Jan 21, 2022
after pulp/pulpcore#2057 we need to specify
redis in settings.py

[noissue]
pavelpicka added a commit to pulp/plugin_template that referenced this issue Jan 21, 2022
after pulp/pulpcore#2057 we need to specify
redis in settings.py

[noissue]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants