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 #36626 - safe checks for the pxe_loader #9993

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

stejskalleos
Copy link
Contributor

No description provided.

<% if @host.pxe_loader.include?('UEFI') || @host.pxe_loader.include?('BIOS') -%>
<%- if @host.pxe_loader.include?('UEFI') -%>
<% if pxe_loader.include?('UEFI') || pxe_loader.include?('BIOS') -%>
<%- if pxe_loader.include?('UEFI') -%>
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if this should be@host.pxe_loader_efi? (and modify that to handle nil values for pxe_loader.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Isn't that something we decided not to do in https://github.com/theforeman/foreman/pull/9785/files?
I'm for having it explicitly in the template, so users know what's going on.

@stejskalleos
Copy link
Contributor Author

Rebased on the latest develop, @ekohl @ShimShtein, do you have any other comments?

I'm still trying to figure out why Katello is failing; it looks like it's failing for every PR.

Copy link
Member

@ShimShtein ShimShtein left a comment

Choose a reason for hiding this comment

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

Looks like Katello tests are stuck for some reason. Integration tests don't seem related too.

All in all LGTM, but I'll leave the final decision to @ekohl.

@stejskalleos
Copy link
Contributor Author

It's been a month since the last approval and no concerns have been raised; I'm merging the PR.

@stejskalleos stejskalleos merged commit 092034b into theforeman:develop Jul 1, 2024
50 of 53 checks passed
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