Issue #1496
closed
Pulp stores its WSGI files in /srv, which by FHS is reserved for the user and by Fedora standards is forbidden
Status:
CLOSED - CURRENTRELEASE
Description
We should move our WSGI files somewhere else, probably where our Python files are.
- Status changed from NEW to ASSIGNED
- Assignee set to rbarlow
- Priority changed from Normal to High
- Triaged changed from No to Yes
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to 5
- Platform Release set to 2.8.0
- Status changed from 5 to 6
$ pulp-admin status
+----------------------------------------------------------------------+
Status of the server
+----------------------------------------------------------------------+
Api Version: 2
Database Connection:
Connected: True
Known Workers:
_id: scheduler@ip-10-15-2-47.eu-west-1.compute.internal
_ns: workers
Last Heartbeat: 2016-03-03T13:03:36Z
_id: reserved_resource_worker-1@ip-10-15-2-47.eu-west-1.compute.int
ernal
_ns: workers
Last Heartbeat: 2016-03-03T13:04:36Z
_id: reserved_resource_worker-0@ip-10-15-2-47.eu-west-1.compute.int
ernal
_ns: workers
Last Heartbeat: 2016-03-03T13:04:37Z
_id: resource_manager@ip-10-15-2-47.eu-west-1.compute.internal
_ns: workers
Last Heartbeat: 2016-03-03T13:04:38Z
Messaging Connection:
Connected: True
Versions:
Platform Version: 2.8.0b6
$ ls -a /srv/pulp/
. ..
$ ls -a /usr/share/pulp/wsgi/
. .. content.wsgi puppet_forge.wsgi repo_auth.wsgi webservices.wsgi
- Status changed from 6 to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Store WSGI scripts in /usr/share/pulp/wsgi instead of /srv.
https://pulp.plan.io/issues/1496
re #1496