Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

0020: Converge Katello and Foreman Ports #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Oct 11, 2016

No description provided.


### Custom Port Ranges

One idea is to move all services to a set of well known ports and choose a port range that allows adding new services to a well defined location. For example:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although this is a nice idea, I think this well create unnecessary pain for users upgrading -1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what users? We need to change at least one port anyway, so some upgrade path must be there anyway.

I like the idea of doing in for once but correctly. And also it looks like egrep ^90 /etc/services is empty.


The Katello reverse proxy deployed on Capsules to achieve isolation feature currently runs on 8443. This means that subscription-manager is configured to point at and go through 8443 and is yet another port that must be managed.

* Move reverse proxy to 443
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

easy to break if there is any default apache ssl setup? we should not use common known ports.


### Capsule vs Smart Proxy Ports

The Foreman Proxy uses 8443 by default on installation while the Capsule install for Katello uses 9090. This was originally done due to Candlepin's use of 8443; however, given Candlepin is a local installation the port it uses matters less.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so in all in one default install, subscription manager clients connect directly to 8443(candlepin) or rather it get proxied via katello itself?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants