Skip to content

Commit

Permalink
Merge pull request #1554 from zmrow/vmware-bootorder-extraconfig
Browse files Browse the repository at this point in the history
VMware: OVF template changes to support the vSphere CSI driver
  • Loading branch information
zmrow authored May 4, 2021
2 parents 60910c6 + 6e469d0 commit 3d082d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion variants/vmware-dev/template.ovf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<System>
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName>
<vssd:InstanceID>0</vssd:InstanceID>
<vssd:VirtualSystemType>vmx-14</vssd:VirtualSystemType>
<vssd:VirtualSystemType>vmx-15</vssd:VirtualSystemType>
</System>
<Item>
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits>
Expand Down Expand Up @@ -81,6 +81,9 @@
</Item>
<vmw:Config ovf:required="false" vmw:key="bootOptions.efiSecureBootEnabled" vmw:value="false"/>
<vmw:Config ovf:required="false" vmw:key="firmware" vmw:value="bios"/>
<vmw:ExtraConfig ovf:required="false" vmw:key="disk.enableUUID" vmw:value="true"/>
<vmw:ExtraConfig ovf:required="false" vmw:key="bios.bootOrder" vmw:value="hdd"/>
<vmw:ExtraConfig ovf:required="false" vmw:key="bios.hddOrder" vmw:value="nvme0:1"/>
</VirtualHardwareSection>
</VirtualSystem>
</Envelope>

0 comments on commit 3d082d8

Please sign in to comment.