Story #6213
Task #6057: [EPIC] Introduce custom plugin snippets for custom apache and nginx routes
As an installer user, plugin snippets will by symlinked
100%
Description
Plugins, e.g. pulp_ansible provide snippets according to a convention whereby they are stored in the Python package. See here as an example.
In the webserver role, the installer needs to inspect each plugin to see if a custom snippet exists. If it does symlink it.
For Nginx the symlinks need to go to /etc/nginx/conf.d/
For Apache the installer needs to create a pulp
folder at /etc/httpd/pulp/
and symlink the files inside it. For example pulp_ansible would be either /etc/nginx/conf.d/pulp_ansible.conf
or /etc/httpd/pulp/pulp_ansible.conf
.
Associated revisions
Revision 32d9383f
View on GitHub
As an installer user, plugin snippets will by symlinked
fixes: #6213
History
#4
Updated by mdepaulo@redhat.com 11 months ago
- Assignee set to mdepaulo@redhat.com
#5
Updated by Anonymous 11 months ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|32d9383fd2f61a54b5c18468c59b708e1175abfb.
#6
Updated by mdepaulo@redhat.com 10 months ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
As an installer user, plugin snippets will by symlinked
fixes: #6213