Project

General

Profile

Actions

Bug #31950

closed

Need to configure pulp_ansible/galaxy endpoint in apache for satellite deployments:

Added by Samir Jha about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Difficulty:
Triaged:
No
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/"

Actions #1

Updated by Ewoud Kohl van Wijngaarden about 3 years ago

How weird to include a protocol in a setting named HOSTNAME. Makes no sense to me.

Actions #2

Updated by The Foreman Bot about 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
Actions #3

Updated by Justin Sherrill about 3 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF