Actions
Bug #31950
closedNeed to configure pulp_ansible/galaxy endpoint in apache for satellite deployments:
Difficulty:
Triaged:
No
Description
For pulp_ansible deployments, installer should add the following apache conf
ProxyPass /pulp_ansible/galaxy/ unix:///run/pulpcore-api.sock|http://hostname/pulp_ansible/galaxy/
ProxyPassReverse /pulp_ansible/galaxy/ unix:///run/pulpcore-api.sock|http://hostname/pulp_ansible/galaxy/
Also,
Also, etc/pulp/settings.py needs to have the following to support ansible collection content type when it is enabled.:
ANSIBLE_API_HOSTNAME = ""https://hostname"
ANSIBLE_CONTENT_HOSTNAME = "https://hostname/pulp/content/"
Updated by Ewoud Kohl van Wijngaarden almost 4 years ago
How weird to include a protocol in a setting named HOSTNAME. Makes no sense to me.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/184 added
Updated by Justin Sherrill over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|6ed8be4ec1dd8170fdf8e373019164ac15cb2dec.
Actions