Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #34774 - don't expose tftp syslinux files directly #738

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Apr 14, 2022

advanced users who might want to change this, can override this by
setting foreman_proxy::globals::tftp_syslinux_filenames in hiera

@ehelms
Copy link
Member

ehelms commented Apr 18, 2022

Typo in commit s/expore/expose

Copy link
Member

@ehelms ehelms left a comment

Choose a reason for hiding this comment

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

I do not recall if the installer will automatically drop unknown parameters or if we need a migration.

advanced users who might want to change this, can override this by
setting `foreman_proxy::globals::tftp_syslinux_filenames` in hiera
@evgeni
Copy link
Member Author

evgeni commented Apr 19, 2022

Typo in commit s/expore/expose

fixed.

I do not recall if the installer will automatically drop unknown parameters or if we need a migration.

My memory tells me it'll be silently dropped, but I'll recheck.

@evgeni
Copy link
Member Author

evgeni commented Apr 19, 2022

[root@rhel7 ~]# grep -A5 tftp_syslinux_filenames /etc/foreman-installer/scenarios.d/satellite-answers.yaml 
  tftp_syslinux_filenames:
  - "/usr/share/syslinux/chain.c32"
  - "/usr/share/syslinux/mboot.c32"
  - "/usr/share/syslinux/menu.c32"
  - "/usr/share/syslinux/memdisk"
  - "/usr/share/syslinux/pxelinux.0"
[root@rhel7 ~]# foreman-installer

[root@rhel7 ~]# grep -A5 tftp_syslinux_filenames /etc/foreman-installer/scenarios.d/satellite-answers.yaml 
[root@rhel7 ~]# 

It's not sufficient to call --migrations-only, but I think that's OK?

@evgeni evgeni changed the title Fixes #34774 - don't expore tftp syslinux files directly Fixes #34774 - don't expose tftp syslinux files directly Apr 19, 2022
@evgeni evgeni merged commit 258e36c into theforeman:master Apr 19, 2022
@evgeni evgeni deleted the i34774 branch April 19, 2022 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants