Skip to content

Commit

Permalink
chore: update minimum hardware requirement for vmware ova
Browse files Browse the repository at this point in the history
his PR bumps the minimum hardware family to vmx-15. This corresponds to "ESXi 6.7 U2" and matches the minimum required for anyone deploying the vsphere CSI as shown in [this](https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/3.0/vmware-vsphere-csp-getting-started/GUID-0AB6E692-AA47-4B6A-8CEA-38B754E16567.html) doc. This allows us to bypass an extra step anytime talos is deployed into a vsphere environment.

Signed-off-by: Spencer Smith <[email protected]>
(cherry picked from commit 70fdca6)
  • Loading branch information
rsmitty authored and smira committed May 1, 2024
1 parent 22e5753 commit 1d9705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/imager/ova/ova.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ovfTpl = `<?xml version="1.0" encoding="UTF-8"?>
<vssd:ElementName>Virtual Hardware Family</vssd:ElementName>
<vssd:InstanceID>0</vssd:InstanceID>
<vssd:VirtualSystemIdentifier>talos</vssd:VirtualSystemIdentifier>
<vssd:VirtualSystemType>vmx-13</vssd:VirtualSystemType>
<vssd:VirtualSystemType>vmx-15</vssd:VirtualSystemType>
</System>
<Item>
<rasd:AllocationUnits>hertz * 10^6</rasd:AllocationUnits>
Expand Down

0 comments on commit 1d9705a

Please sign in to comment.