Hi,
I would like to deploy an ovf into my workstation for testing purposes. Is there any way to do that? When I try to import it, I get this:
The import failed because ... ova did not pass OVF specification conformance or virtual hardware compliance checks.
and this (after clicking the "Retry" button):
Line 149: Unsupported element 'Property'.
That specific line contains this:
<Property ovf:key="vamitimezone"
The whole "property" is
<Property ovf:key="vamitimezone"
ovf:type="string"
ovf:userConfigurable="true"
ovf:value="Etc/UTC"
ovf:qualifiers="ValueMap{"Pacific/Samoa", "Pacific/Auckland", "US/Hawaii", "US/Alaska", "US/Pacific", "US/Mountain", "US/Central", "US/Eastern", "America/Caracas", "America/Argentina/Buenos_Aires", "America/Recife", "Etc/GMT-1", "Etc/UTC", "Europe/London", "Europe/Paris", "Africa/Cairo", "Europe/Moscow", "Asia/Baku", "Asia/Karachi", "Asia/Calcutta", "Asia/Dacca", "Asia/Bangkok", "Asia/Hong_Kong", "Asia/Tokyo", "Australia/Sydney", "Pacific/Noumea", "Pacific/Fiji"}">
<Label ovf:msgid="application.timezone.label"/>
<Description ovf:msgid="application.timezone.description"/>
</Property>
It is a 2 VMs OVF (vcOPS). I tried creating the VM and adding the vmdks but there are so many OS errors during OS start-up that I think that maybe (hopefully) there's an easier way to do this.
Any help is more than welcome
Regards,
elgreco81