Actions
Issue #6895
closed[pulp_installer] Parametrize redis package name in roles/pulp_redis
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 75
Quarter:
Description
As a user, while the default redis package is called redis - which is fine - I would like to be able to specify a different package name, as we can specify a diffferent service name.
It is currently hardcoded at the playbook level[1] which prevents any overloading.
[1] https://github.com/pulp/pulp_installer/blob/master/roles/pulp_redis/tasks/main.yml#L32
Updated by dkliban@redhat.com about 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 74
Added by spredzy almost 3 years ago
Added by spredzy almost 3 years ago
Allow user to specify redis package and service name
Currently redis package is hardcoded and a user can not overwrite it. This commits aims to bring more flexibility while keeping the default the same as they are today.
fixes #6895
Updated by pulpbot almost 3 years ago
- Status changed from NEW to POST
Updated by spredzy almost 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|4c004d48cf2a32821c304d340642fcba7c337de2.
Updated by spredzy almost 3 years ago
Applied in changeset ansible-pulp3|4c004d48cf2a32821c304d340642fcba7c337de2.
Updated by fao89 almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow user to specify redis package and service name
Currently redis package is hardcoded and a user can not overwrite it. This commits aims to bring more flexibility while keeping the default the same as they are today.
fixes #6895