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

🌱 E2E: Use UEFI #2204

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

🌱 E2E: Use UEFI #2204

wants to merge 5 commits into from

Conversation

lentzi90
Copy link
Member

@lentzi90 lentzi90 commented Jan 21, 2025

What this PR does / why we need it:

Switch e2e tests to UEFI instead of Legacy.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from lentzi90. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@metal3-io-bot metal3-io-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 21, 2025
@@ -143,7 +143,6 @@ mkdir -p "${IMAGE_DIR}"
## Download disk images
wget --quiet -P "${IMAGE_DIR}/" https://artifactory.nordix.org/artifactory/metal3/images/iso/"${IMAGE_FILE}"
wget --quiet -P "${IMAGE_DIR}/" https://fastly-cdn.system-rescue.org/releases/11.00/systemrescue-11.00-amd64.iso
wget --quiet -P "${IMAGE_DIR}/" https://artifactory.nordix.org/artifactory/metal3/images/iso/minimal_linux_live-v2.iso
Copy link
Member Author

Choose a reason for hiding this comment

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

This is not used in the tests so there is no point downloading it.

@lentzi90
Copy link
Member Author

Message: "admission webhook \"baremetalhost.metal3.io\" denied the request: BMC driver ipmi does not support secure boot",

Oh. I need to rethink this a bit then.

Rename confusing variables. Mostly "hostname" -> "name", because it
didn't have anything to do with the hostname. It is just the name of the
VM we create, and that happens to also become the hostname unless
changed elsewhere.
Simplify LoadBMCConfig and vbmctl main.

Signed-off-by: Lennart Jern <[email protected]>
Initialize the connection once and reuse, instead of constantly creating
new connections.

Signed-off-by: Lennart Jern <[email protected]>
Switch e2e tests to UEFI instead of Legacy.

Signed-off-by: Lennart Jern <[email protected]>
@metal3-io-bot metal3-io-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 30, 2025
@lentzi90
Copy link
Member Author

/hold
This is work in progress

@metal3-io-bot metal3-io-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants