Issue #4615
Update config file in systemd documentation
Description
In the actual section about Systemd It is said that the default config file is /etc/pulp/server.yaml.
https://docs.pulpproject.org/en/3.0/nightly/installation/instructions.html#systemd
After migration to dynaconf this file is /etc/pulp/settings.py as indicated in
https://docs.pulpproject.org/en/3.0/nightly/installation/configuration.html#configuration
Related issues
Associated revisions
Revision f85272d7
View on GitHub
Clarifies systemd docs and path
The path was a generic one, so this uses the default of the ansible-pulp installer to align them more closely. It also updates the location of the systemd unit files.
History
#1
Updated by bmbouter almost 2 years ago
- Has duplicate Task #4622: systemd examples are missing dynaconf changes added
#2
Updated by amacdona@redhat.com almost 2 years ago
- Triaged changed from No to Yes
- Tags Documentation, Pulp 3 added
#3
Updated by bmbouter almost 2 years ago
- Status changed from NEW to POST
PR available at: https://github.com/pulp/pulpcore/pull/63
#4
Updated by bmbouter almost 2 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|1b2dfceb3e45493aadb54ad38e9976d4c28fdc44.
#5
Updated by bmbouter almost 2 years ago
- Status changed from MODIFIED to POST
Moving back to post for 1 more PR
#6
Updated by bmbouter almost 2 years ago
- Assignee set to bmbouter
another PR fix: https://github.com/pulp/pulpcore/pull/64
#7
Updated by bmbouter almost 2 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|f85272d7ee31a593a2b14b11ea528b95e371df56.
#8
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#9
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
#10
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Clarifies systemd and settings docs
This started as a simple systemd clarification...
The settings were very confusing in various ways as pointed out by the user on the mailing list. This rewrite hopefully simplifies things some.
https://pulp.plan.io/issues/4615 closes #4615