Project

General

Profile

Actions

Bug #13468

closed

tftp kickstart link uses port 8000 which actually should be port 80 for it to work

Added by Kedar Bidarkar about 8 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Foreman Proxy Content
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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


Related issues 1 (0 open1 closed)

Related to Katello - Bug #10675: Make --capsule-templates option true by defaultClosedLukas Zapletal06/02/2015Actions
Actions #1

Updated by Kedar Bidarkar about 8 years ago

It seems templates feature got accidentally enabled by default for satellite.

The above output is from default capsule (satellite).

Actions #2

Updated by Dominic Cleal about 8 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.

Actions #3

Updated by Kedar Bidarkar about 8 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.

Actions #4

Updated by Dominic Cleal about 8 years ago

  • Project changed from Foreman to Katello
  • Status changed from Feedback to New
Actions #5

Updated by Eric Helms about 8 years ago

  • Category set to Foreman Proxy Content
  • translation missing: en.field_release set to 86
Actions #6

Updated by Stephen Benjamin about 8 years ago

  • Related to Bug #10675: Make --capsule-templates option true by default added
Actions #7

Updated by Stephen Benjamin about 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

Actions

Also available in: Atom PDF