Project

General

Profile

Actions

Feature #31185

open

ansible-pulp installer updates needed to support pulp-ansible deployment

Added by James Jeffers over 3 years ago. Updated over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Some of the httpd configurations needed:

/etc/httpd/conf.d/05-foreman-ssl.conf:
```
...
ProxyPass /pulp_ansible !
...
```

/etc/httpd/conf.d/05-foreman-ssl.d/pulp_ansible.conf:
```
ProxyPass /pulp_ansible/galaxy/ http://127.0.0.1:24817/pulp_ansible/galaxy/ retry=0
ProxyPassReverse /pulp_ansible/galaxy/ http://127.0.0.1:24817/pulp_ansible/galaxy/

ProxyPass /pulp/content/ http://localhost:24816/pulp/content/
ProxyPassReverse /pulp/content/ http://localhost:24816/pulp/content/
```

/etc/pulp/settings.py
```
CONTENT_HOST = "centos7-katello-devel-stable.example.com"
CONTENT_ORIGIN = "https://centos7-katello-devel-stable.example.com"
ANSIBLE_API_HOSTNAME="https://<katello FQDN>"
ANSIBLE_CONTENT_HOSTNAME="https://<katello FQDN>/pulp/content"
...
```

Actions #1

Updated by James Jeffers over 3 years ago

  • Tracker changed from Bug to Feature
  • Project changed from Katello to Installer
  • Category deleted (Installer)
Actions

Also available in: Atom PDF