Actions
Issue #4352
closedServe Content App on non-localhost in dev environment
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:
Dev Environment
Sprint:
Sprint 48
Quarter:
Description
Currently, the content app is only served at localhost. The rest of the api is visible as the hostname, so this is surprising.
Updated by amacdona@redhat.com almost 6 years ago
This is where we bind to localhost:
https://github.com/pulp/ansible-pulp3/blob/master/roles/pulp3-content/templates/pulp_content_app.service.j2#L16
Updated by CodeHeeler almost 6 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 48
Added by Bruno Rocha almost 6 years ago
Added by Bruno Rocha almost 6 years ago
Revision 4e7a5d8e | View on GitHub
Adds pulp_content_host
variable to specify custom hostname and port
for CONTENT_HOST server app bindings.
Updated by rochacbruno almost 6 years ago
- Assignee deleted (
rochacbruno)
Related PR https://github.com/pulp/ansible-pulp3/pull/71
I think it is now missing fixing the dev playbooks to add that new parameter
Updated by Anonymous almost 6 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp3|4e7a5d8ee8165b6920990acf7bc25936c22194d6.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Actions
Adds
pulp_content_host
variable to specify custom hostname and port for CONTENT_HOST server app bindings.closes #4352 https://pulp.plan.io/issues/4352