Issue #6628
closed
nginx config broken in Pulp in a Container
Status:
CLOSED - CURRENTRELEASE
Files
- Triaged changed from No to Yes
- Sprint set to Sprint 72
This issue can be worked around by exposing the content app directly (without going through nginx).
$ mkdir settings pulp_storage pgsql containers
$ echo "CONTENT_ORIGIN='$(hostname):8081'
ANSIBLE_API_HOSTNAME='http://$(hostname):8080'
ANSIBLE_CONTENT_HOSTNAME='http://$(hostname):8080/pulp/content'
TOKEN_AUTH_DISABLED=True" >> settings/settings.py
$ podman run --detach \
--publish 8080:80 \
--publish 8081:24816 \
--name pulp \
--volume ./settings:/etc/pulp:Z \
--volume ./pulp_storage:/var/lib/pulp:Z \
--volume ./pgsql:/var/lib/pgsql:Z \
--volume ./containers:/var/lib/containers:Z \
--device /dev/fuse \
pulp/pulp-fedora31
- Status changed from NEW to POST
- Assignee set to fao89
- Project changed from Pulp to Container Support
- Status changed from POST to MODIFIED
- Sprint/Milestone set to 1.4.0
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Fixed webserver snippets
https://pulp.plan.io/issues/6628 closes #6628