Project

General

Profile

Actions

Bug #6298

closed

katello development deployment should allow http access

Added by Justin Sherrill almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Difficulty:
easy
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Currently the development deployment does not support a few things with regard to provisioning:

access to /pulp/repos via httpd
access to unattended url via http.

Adding the following to /etc/httpd/conf.d/15-default.conf seems to resolve this:

ProxyPass /pulp !
ProxyPass /pub !
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000
ProxyPreserveHost on

Include /etc/pulp/vhosts80/*.conf

Actions #1

Updated by Justin Sherrill almost 10 years ago

ProxyPass /pulp !
ProxyPass /pub !
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000
ProxyPreserveHost on

Include /etc/pulp/vhosts80/*.conf

Actions #2

Updated by Eric Helms almost 10 years ago

  • Status changed from New to Assigned
  • Assignee set to Eric Helms
  • Target version set to 48
  • Triaged changed from No to Yes
Actions #3

Updated by Justin Sherrill almost 10 years ago

The 2nd part of the issue related to accessing the /unattended foreman route via http, so we need to also forward traffic on port 80 to the rails server on 3000. By doing this we also need to grant access to /pulp and /pub normally, hence:

ProxyPass /pulp !
ProxyPass /pub !
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000
ProxyPreserveHost on

Actions #4

Updated by Eric Helms almost 10 years ago

  • Status changed from Assigned to Ready For Testing
Actions #5

Updated by Eric Helms over 9 years ago

  • Target version changed from 48 to 49
Actions #6

Updated by Eric Helms over 9 years ago

  • Target version changed from 49 to 54
Actions #7

Updated by Eric Helms over 9 years ago

  • Status changed from Ready For Testing to Closed
  • Pull request https://github.com/Katello/katello-installer/pull/91 added
Actions #8

Updated by Eric Helms over 9 years ago

  • translation missing: en.field_release set to 13
Actions

Also available in: Atom PDF