Project

Profile

Help

Issue #1496

closed

Pulp stores its WSGI files in /srv, which by FHS is reserved for the user and by Fedora standards is forbidden

Added by rbarlow over 8 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

We should move our WSGI files somewhere else, probably where our Python files are.

Actions #1

Updated by rbarlow over 8 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to rbarlow
  • Priority changed from Normal to High
  • Triaged changed from No to Yes
Actions #2

Updated by rbarlow over 8 years ago

  • Status changed from ASSIGNED to POST

Added by rbarlow over 8 years ago

Revision adc8490c | View on GitHub

Store WSGI scripts in /usr/share/pulp/wsgi instead of /srv.

https://pulp.plan.io/issues/1496

re #1496

Added by rbarlow over 8 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 over 8 years ago

Revision 9209fea4 | View on GitHub

Use /usr/share/pulp/wsgi instead of /srv/pulp.

https://pulp.plan.io/issues/1496

re #1496

Added by rbarlow over 8 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 over 8 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

Actions #3

Updated by rbarlow about 8 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #4

Updated by rbarlow about 8 years ago

  • Status changed from MODIFIED to 5
  • Platform Release set to 2.8.0
Actions #5

Updated by placko about 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
Actions #6

Updated by dkliban@redhat.com about 8 years ago

  • Status changed from 6 to CLOSED - CURRENTRELEASE
Actions #8

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF