Story #6213
closedTask #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
.
Updated by bmbouter over 4 years ago
- Parent issue set to #6057
- Sprint set to Sprint 66
Adding to the sprint because it's a subtask of an epic already on the sprint.
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision 32d9383f | View on GitHub
As an installer user, plugin snippets will by symlinked
fixes: #6213
Updated by mdepaulo@redhat.com over 4 years ago
- Assignee set to mdepaulo@redhat.com
Updated by Anonymous over 4 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|32d9383fd2f61a54b5c18468c59b708e1175abfb.
Updated by mdepaulo@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
As an installer user, plugin snippets will by symlinked
fixes: #6213