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

support boot mode, legacy or uefi #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

nsatsia
Copy link

@nsatsia nsatsia commented Jan 3, 2024

Sushy-tools as used with K8s Metal3 requires UEFI booting to support virtual-CD mounting via Redfish. This change allows the user to select uefi as the boot mode for the target VMs.

defaults/main.yml Outdated Show resolved Hide resolved
--boot loader.readonly=yes
--boot loader.type=pflash
--boot loader.secure=no
--boot loader=/usr/share/OVMF/OVMF_CODE.secboot.fd
Copy link
Owner

Choose a reason for hiding this comment

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

is this path always the case on all distros, or does it need to be a var?

Copy link
Owner

Choose a reason for hiding this comment

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

@nsatsia is this path always the case on all distros, or does it need to be a var?

Copy link
Owner

@csmart csmart Mar 17, 2024

Choose a reason for hiding this comment

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

@nsatsia if it's the same file location on all nodes, we can leave it, but if not we should make it a distro var.

Also, I wonder if we should add the package as dep for each distro...

@csmart
Copy link
Owner

csmart commented Jan 3, 2024

@nsatsia thanks for the contribution! I've left a couple of comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants