Add efi support#83
Merged
Merged
Conversation
Author
|
Adapted from the EFI + secure boot patch that stalled: #12 |
|
👍🏼 |
Add support for booting VMs in EFI mode. Currently secure boot is not supported. If using with the stackhpc.libvirt-host role, set libvirt_host_enable_efi_support to true to install required packages. Co-Authored-By: Mark Goddard <mark@stackhpc.com>
priteau
approved these changes
Feb 10, 2022
jovial
approved these changes
Feb 10, 2022
openstack-mirroring
pushed a commit
to openstack/tenks
that referenced
this pull request
Feb 11, 2022
Adds support for using UEFI boot mode for nodes. This is done via node capabilities, as it is in Ironic. The default boot mode is now configurable via the default_boot_mode variable. The default boot mode remains legacy BIOS for now, although this may change. Updates the existing CI jobs, with the OVS jobs using BIOS boot mode, and the linuxbridge jobs using UEFI boot mode. Depends-On: stackhpc/ansible-role-libvirt-vm#83 Depends-On: stackhpc/ansible-role-libvirt-host#50 Depends-On: https://review.opendev.org/c/openstack/kayobe/+/827486 Change-Id: Ifaf95ecfd4f6e925d3c69d4b324fdf2cd6b0ca52
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
Feb 11, 2022
* Update tenks from branch 'master'
to fc1b42c60d19e148a746bc171a71ec13dd39ecfd
- Support UEFI boot mode
Adds support for using UEFI boot mode for nodes. This is done via node
capabilities, as it is in Ironic.
The default boot mode is now configurable via the default_boot_mode
variable. The default boot mode remains legacy BIOS for now, although
this may change.
Updates the existing CI jobs, with the OVS jobs using BIOS boot mode,
and the linuxbridge jobs using UEFI boot mode.
Depends-On: stackhpc/ansible-role-libvirt-vm#83
Depends-On: stackhpc/ansible-role-libvirt-host#50
Depends-On: https://review.opendev.org/c/openstack/kayobe/+/827486
Change-Id: Ifaf95ecfd4f6e925d3c69d4b324fdf2cd6b0ca52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for booting VMs in EFI mode.
Currently secure boot is not supported.
If using with the stackhpc.libvirt-host role, set
libvirt_host_enable_efi_support to true to install required packages.
Co-Authored-By: Mark Goddard mark@stackhpc.com