Bug #13468
closedtftp kickstart link uses port 8000 which actually should be port 80 for it to work
Description
from the file
/var/lib/tftpboot/pxelinux.cfg/01-00-1a-4a-3e-a6-04
----------------------------------------------------------
DEFAULT linux
LABEL linux
KERNEL boot/RedHat-7.2-x86_64-vmlinuz
APPEND initrd=boot/RedHat-7.2-x86_64-initrd.img ks=http://test11.redhat.com:8000/unattended/provision?token=af62b028-7af9-435c-ba70-7be916b86126 network ks.sendmac
The above kickstart link uses port 8000, but it works only if port 80 is used.
IPAPPEND 2
Updated by Kedar Bidarkar almost 9 years ago
It seems templates feature got accidentally enabled by default for satellite.
The above output is from default capsule (satellite).
Updated by Dominic Cleal almost 9 years ago
- Status changed from New to Feedback
Not sure if you're saying this bug should be rejected or not. If you have the templates smart proxy feature enabled on the provisioning subnet of a host, then it appears to be working correctly.
Updated by Kedar Bidarkar almost 9 years ago
As per ehelms suggestion this got accidentally enabled for satellite, https://github.com/Katello/katello-installer/blob/master/config/answers.katello-installer.yaml#L32
Hence a "new host" is unable to fetch the ks file as the port is getting configured as 8000.
Looks like "templates" features should be enabled only on capsule and not on satellite, else we face this issue.
For now setting, "katelo-installer --foreman-proxy-templates false" helps solve this issue.
Updated by Dominic Cleal almost 9 years ago
- Project changed from Foreman to Katello
- Status changed from Feedback to New
Updated by Eric Helms almost 9 years ago
- Category set to Foreman Proxy Content
- Translation missing: en.field_release set to 86
Updated by Stephen Benjamin over 8 years ago
- Related to Bug #10675: Make --capsule-templates option true by default added
Updated by Stephen Benjamin over 8 years ago
- Status changed from New to Rejected
Hmm, I know this was an issue at one point in 2.4, but it was fixed (https://github.com/Katello/katello-installer/pull/243) last July. After that the installer was re-written for scenarios, but it looks like it's still off: https://github.com/Katello/katello-installer/blob/master/config/katello-answers.yaml#L29.
I checked a recent install and it looks fine too.
Thanks