Issue #9475
closedBy default Pulp requires Redis
Description
Ticket moved to GitHub: "pulp/pulpcore/2057":https://github.com/pulp/pulpcore/issues/2057
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.
Updated by bmbouter about 3 years ago
- Subject changed from By default Pulp doesn't require Redis to By default Pulp requires Redis
Updated by dkliban@redhat.com about 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 106
Updated by ppicka almost 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ppicka
Updated by pulpbot almost 3 years ago
- Status changed from ASSIGNED to POST
Updated by rchan almost 3 years ago
- Sprint changed from Sprint 110 to Sprint 111
Updated by rchan almost 3 years ago
- Sprint changed from Sprint 111 to Sprint 112
Updated by pulpbot almost 3 years ago
- Description updated (diff)
- Status changed from POST to CLOSED - DUPLICATE