vmware/pyvmomi-community-samples

Unable to deploy OVA file automatically

Open

#481 opened on May 2, 2018

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Python (914 forks)batch import
help wanted

Repository metrics

Stars
 (972 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello,

I deploied successfully a tiny OVA file using the vShpere Web Client. When I try to deploy the same OVA file using the script deploy_ova.py, I receive this error :

(vim.fault.UnsupportedDatastore) { dynamicType = , dynamicProperty = (vmodl.DynamicProperty) [], msg = 'The virtual machine is not supported on the target datastore.', faultCause = , faultMessage = (vmodl.LocalizableMessage) [], datastore = 'vim.Datastore:datastore-436' }

Could you give me some advices please ?

Thanks Xavier

Contributor guide