Issue #4352
Serve Content App on non-localhost in dev environment
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.
Associated revisions
Revision 4e7a5d8e
View on GitHub
Adds pulp_content_host
variable to specify custom hostname and port
for CONTENT_HOST server app bindings.
History
#1
Updated by amacdona@redhat.com almost 2 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
#2
Updated by CodeHeeler almost 2 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 48
#3
Updated by rochacbruno almost 2 years ago
- Assignee set to rochacbruno
#4
Updated by rochacbruno almost 2 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
#5
Updated by Anonymous almost 2 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp3|4e7a5d8ee8165b6920990acf7bc25936c22194d6.
#6
Updated by amacdona@redhat.com almost 2 years ago
- Tags RCM added
#7
Updated by amacdona@redhat.com almost 2 years ago
- Tags Pulp 3 added
#8
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#9
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
#10
Updated by bmbouter over 1 year ago
- Tags deleted (
RCM)
#11
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
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