Hi,
I know that is quite the subject title. Apologies for the -vvv level.
Problem:
In short, we have two new katello servers called katello03 and katello04.
DNS “A” records go to both them
katello03: 10.244.18.33
katello04: 10.244.18.34
We also have a DNS “A” record that is just called katello. Currently it points to the same IP of katello03.
katello: 10.244.18.33
The server already has content on there, content views, etc but there was an ask to make it all work with the FQDN of “katello” instead of katello03 to make hopefully make things easier if we ever need to change things in the future.
I attempted to reconfigure like with the hostname of the box itself being katello03:
foreman-installer
–scenario katello \
–certs-cname katello.foo.net
–certs-update-server
–foreman-proxy-foreman-base-url=“https://katello.foo.net”
–puppet-server-foreman-url=“https://katello.foo.net” \
After it finished the install I generated a new smart proxy tar ball and reinstalled it on the smart proxy connected to katello03 hoping it would work.
However, the smart proxies throw a 500 error and the clients can’t install packages.
Expected outcome:
Can this work? The GUI itself works great at katello.foo.net going to katello03.foo.net but we are hoping to get the smart proxies to work with this generic “A” record as well.
Perhaps I need to add:
–foreman-servername=“https://katello.foo.net”
–foreman-foreman-url=“https://katello.foo.net”
as well but wanted to see if what we are hoping to do is even feasible.
Foreman and Proxy versions:
Foreman 3.0 and Katello 4.2.1
Distribution and version:
CentOS 7.9
Thank you for information you may be able to provide,
- Eledor