Task #7750
closed
Add Installation Layout on the filesystem to the installation guide
Status:
CLOSED - CURRENTRELEASE
So the pulp team decided on pulpcore_static
because:
- It's similar to the
static
directory we use for Pulp 2. "pulpcore" is our standard Pulp 3 prefix for conflicting file/services/etc names.
- It's meant for static assets served by the webserver rather than by whitenoise in the Pulp 3 processes. Currently Apache or nginx, potentially other webservers that don't have that exact setting. Potentially some other web / cloud architecture mechanism.
- I think there are alternatives to the "DocumentRoot" config setting we may use at some point, particularly if the webserver is to be shared with other applications.
DocRoot is more specific to the current implementation and makes perfect sense for someone who is versed in Apache or Nginx. But I still prefer pulpcore_static, which is more future-proof in terms of naming, and backwards referential (Pulp 2 "static").
Changing the name of the directory would require our installer to provide an upgrade path for this change. At this time we don't have the capacity to work on such a feature in the installer. Let's all use /var/lib/pulp/pulpcore_static/.
- Tracker changed from Issue to Task
- Status changed from NEW to CLOSED - COMPLETE
- % Done set to 0
- Severity deleted (
2. Medium)
- Triaged deleted (
No)
- Subject changed from Determine the recommended document root to Add Installation Layout on the filesystem to the installation guide
- Description updated (diff)
- Status changed from CLOSED - COMPLETE to NEW
- Tags Documentation added
Re-opened as a documentation task and updated the description.
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Sprint/Milestone set to 3.10.0
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Add filesystem layout to deployment docs
fixes #7750 https://pulp.plan.io/issues/7705