Actions
Issue #4946
closedpulp_content_host default value is set in the wrong ansible role
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 54
Quarter:
Description
the default value for pulp_content_host is set here: roles/pulp-content/defaults/main.yml
but its used in the 'pulp' role here: https://github.com/pulp/ansible-pulp/blob/master/roles/pulp/templates/settings.py.j2#L5-L7
It seems that the default will be used depending on the order that things are loaded, but its not guaranteed. The default and the docs for that variable should be moved to the pulp role.
Related issues
Actions
Default to localhost bind and move var
The pulp_content_host was being defined in pulp-content, but being used in the 'pulp' role. This moves the setting to the pulp/README.md and removes it from being a default specified by main.yml.
Also the pulp_content_bind is now 127.0.0.1 instead of 0.0.0.0 as part of story 4963.
https://pulp.plan.io/issues/4963 closes #4963
https://pulp.plan.io/issues/4946 closes #4946