Starting with vSphere 6.5 you have some limitations with OVF format. For example you cannot export in OVA format anymore.
Note that you can still import in OVF or OVA. But you may have also some issues in OVF import.
The deployment fails after upgrading to vCenter Server Appliance 6.5 U1and you you see an error similar to:
This version of vCenter Server does not support Deploy OVF Template using this version of vSphere Web Client. To Deploy OVF Template, login with version 6.5.0.0 of vSphere Web Client.
- Connect to the vCenter Server Appliance with an SSH session and root credentials.
- Run this command to enable access the Bash shell:
shell.set –enabled true
- Type shell and press Enter.
- Navigate to /etc/vmware-content-library/config/ with this command:
cd /etc/vmware-content-library/config/
- Create a backup of the ts-config.properties and ts-config.properties.rpmnew file with these commands:
cp ts-config.properties ts-config.properties.orig
cp ts-config.properties.rpmnew ts-config.properties.rpmnew.orig
- Rename ts-config.properties.rpmnew to ts-config.properties.
mv ts-config.properties.rpmnew ts-config.properties
- Restart the Content Library service:
service-control –stop vmware-content-library;service-control –start vmware-content-library
- Refresh the vSphere Web Client browser Window.
For more information see VMware KB 2151085 (OVF deployment fails after upgrading to vCenter Server Appliance 6.5 U1).