Actions
Bug #32917
openPulpcore module should deploy Redis only if required by one or more enabled features
Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
No
Description
With Pulpcore 3.14, Redis will only be required by Pulpcore when one of the following features is enabled:
- use_rq_tasking_system (older tasking system with RQ worker type, no longer default)
- Pulpcore's new content caching feature (not yet enabled)
While Redis is still required on Foreman server for Dynflow, due to these changes Redis may not be required for Content Proxy Server.
Therefore there should be an option to enable or disable (default enable) management of the Redis deployment in puppet-pulpcore, so that the Capsule scenario can skip deploying Redis when not required by the enabled Pulpcore features.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/206 added
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/207 added
Actions