Bug #31950
Need to configure pulp_ansible/galaxy endpoint in apache for satellite deployments:
Fixed in Releases:
Found in Releases:
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/"
Associated revisions
History
#1
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
How weird to include a protocol in a setting named HOSTNAME. Makes no sense to me.
#2
Updated by The Foreman Bot over 1 year ago
- Assignee set to Justin Sherrill
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/184 added
#3
Updated by Justin Sherrill over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|6ed8be4ec1dd8170fdf8e373019164ac15cb2dec.
Fixes #31950 - support ansible plugin