Choosing the option "Deploy OVF Template", so "Customize Hardward Settings" is not one of the steps, and can“t change the SCSI Controller.
VMware vSphere ESXi 8.0
The VM from which the template is created has LSI Logic SAS configured on the SCSI controller. For Red Hat 8 VMs, LSI Logic SAS is not supported. For further information, see the Broadcom Compatibility Guide.
This issue can be resolved by manually editing the OVF file inside the OVA package.
Step 1: Extract the OVA File
This will usually produce three files:
Example (Linux/macOS):tar xvf your-file.ova
Step 2: Edit the OVF File
ResourceSubType element<rasd:ResourceSubType>lsilogic</rasd:ResourceSubType>
<rasd:Parent>3</rasd:Parent>
DiskControllerReference defined earlier in the OVF file.<rasd:Parent>1</rasd:Parent>
Step 3: Repackage the Files
Using VMware OVF Tool:
ovftool your-directory/your-file.ovf your-new-file.ova
Or using tar:
tar cvf your-new-file.ova your-file.ovf your-disk.vmdk your-file.mf
Step 4: Re-import the OVA
Refer to this documentation for steps to change the virtual controller type: Changing the virtual SCSI controller of a virtual machine
Reference article: OVF Template Deployment from the content library fails with "Value "Isilogic" of ResourceSubType element not found in [VirtualSCSl)"