Actions
Issue #6931
closedAs a user I want to use Unix Domain Socket UDS) when appropriate (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:
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by dkliban@redhat.com over 4 years ago
- Assignee set to spredzy
- Sprint set to Sprint 74
Added by spredzy over 4 years ago
Added by spredzy over 4 years ago
Revision 8e91f700 | View on GitHub
pulp_redis: Allow to configure Unix Domain Socket
This commit ensures one can configure redis so it listens to unix domain socket (if wanted) rather than forcing it to listen on TCP socket.
Benefits of this commit has been higlighted in previous PR[1].
Also, this commit introduces pulp_redis_bind
to offer an expected
experience for people using pulp/pulp_installer
when it comes to
configure network services (ie. pulp_api_bind
, pulp_content_bind
).
fixes #6931
Updated by spredzy over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|8e91f700effdaaa26fc96ababd592141433f4002.
Updated by spredzy over 4 years ago
Applied in changeset ansible-pulp3|8e91f700effdaaa26fc96ababd592141433f4002.
Updated by fao89 over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
pulp_redis: Allow to configure Unix Domain Socket
This commit ensures one can configure redis so it listens to unix domain socket (if wanted) rather than forcing it to listen on TCP socket.
Benefits of this commit has been higlighted in previous PR[1].
Also, this commit introduces
pulp_redis_bind
to offer an expected experience for people usingpulp/pulp_installer
when it comes to configure network services (ie.pulp_api_bind
,pulp_content_bind
).fixes #6931
[1] https://github.com/pulp/pulp_installer/pull/322