csmart / ansible-role-virt-infra

Define and manage guests and networks on a KVM host with Ansible
GNU General Public License v3.0
67 stars 48 forks source link

support boot mode, legacy or uefi #75

Open nsatsia opened 8 months ago

nsatsia commented 8 months ago

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.

csmart commented 8 months ago

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