Problem:
Can not install foreman and katello errors in logs command used to install
foreman-installer --scenario katello --tuning medium --noop*Expected outcome:**
Foreman and Proxy versions:
Foreman and Proxy plugin versions:
Distribution and version:
centos 7.6
Other relevant data:
TCP connection error for foreman 443. from smart proxy. Also tftp sever running locally but it cant see certain pxe files even though i copied to relevant location from my kickstart.
/Stage[main]/Foreman_proxy::Tftp::Netboot/File[/var/lib/tftpboot/grub2/shimx64.efi]: Could not evaluate: Could not retrieve information from environment production source(s) file:///boot/efi/EFI/centos/shimx64.efi
/Stage[main]/Foreman_proxy::Tftp::Netboot/File[/var/lib/tftpboot/grub2/grubx64.efi]: Could not evaluate: Could not retrieve information from environment production source(s) file:///boot/efi/EFI/centos/grubx64.efi
/Stage[main]/Foreman_proxy::Tftp/File[/var/lib/tftpboot/pxelinux.0]: Could not evaluate: Could not retrieve information from environment production source(s) file:///usr/share/syslinux/pxelinux.0
/Stage[main]/Foreman_proxy::Tftp/File[/var/lib/tftpboot/memdisk]: Could not evaluate: Could not retrieve information from environment production source(s) file:///usr/share/syslinux/memdisk
/Stage[main]/Foreman_proxy::Tftp/File[/var/lib/tftpboot/menu.c32]: Could not evaluate: Could not retrieve information from environment production source(s) file:///usr/share/syslinux/menu.c32
Is that for the new version of foreman and ketello that centos 7.6 is unsupported. Which versions should i be installing? Also the missing files. Do i need a specific tftp package installed to get those files as it does not like the ones copied from my kickstart even though they are the correct version.
I am also getting issues that my local server does not see port 443 for the url of foreman. However no firewall installed and I can open Firefox and go to https:// www.google.com without any issues and that works so port 443 is open.
CentOS 7.6 is just unsupported. CentOS has no support for older minor releases. You run with known security issues.
The real problem is that you only showed tiny parts of the log and I can only guess. I recall there were changes around the grub package names in the 7.5ish time frame, but that’s some time ago. I can tell you that it tries to copy files from one place in the filesystem to /var/lib/tftpboot and that fails for some reason. You don’t provide enough logs to say why.
Just to add to this post. I have now got foreman 2.1 and Katello 3.16RC5 installed on centos 7.6. I can get to the foreman dashboard. Will start configuring and adding my local repos next week.