Issue #1496
closedPulp stores its WSGI files in /srv, which by FHS is reserved for the user and by Fedora standards is forbidden
Description
We should move our WSGI files somewhere else, probably where our Python files are.
Updated by rbarlow almost 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to rbarlow
- Priority changed from Normal to High
- Triaged changed from No to Yes
Updated by rbarlow almost 9 years ago
- Status changed from ASSIGNED to POST
Added by rbarlow almost 9 years ago
Added by rbarlow almost 9 years ago
Revision 9bc5a8a5 | View on GitHub
Install WSGI scripts to /usr/share/pulp/wsgi instead of /srv.
https://pulp.plan.io/issues/1496
re #1496
Added by rbarlow almost 9 years ago
Added by rbarlow almost 9 years ago
Revision 73b813b6 | View on GitHub
Move contents of /srv/pulp to /usr/share/pulp/srv.
It is an error for an RPM package to install content into /srv as this path is reserved for the local administrator.
https://pulp.plan.io/issues/1496
fixes #1496
Added by rbarlow almost 9 years ago
Revision 73b813b6 | View on GitHub
Move contents of /srv/pulp to /usr/share/pulp/srv.
It is an error for an RPM package to install content into /srv as this path is reserved for the local administrator.
https://pulp.plan.io/issues/1496
fixes #1496
Updated by rbarlow almost 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|73b813b6c2ce682708f9386d71a29393e6d8fe77.
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to 5
- Platform Release set to 2.8.0
Updated by placko over 8 years ago
- 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
Updated by dkliban@redhat.com over 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Store WSGI scripts in /usr/share/pulp/wsgi instead of /srv.
https://pulp.plan.io/issues/1496
re #1496