You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
While trying to clone template to VM using vagrant-vsphere I am running into timeout error after 5 minutes:
==> default: Calling vSphere CloneVM with the following settings:
==> default: -- Template VM: pcc-149-56-104-121_datacenter2487/vm/Templates/Linux/centos-7-server
==> default: -- Target VM: pcc-149-56-104-121_datacenter2487/vm/TEST/kitchen-cookbooks-default-centos-7-server_default_1501830422774_3121
STDERR: Undefined namespace prefix: //soapenv:Body/*
---- End output of vagrant up --no-provision --provider vsphere ----
Ran vagrant up --no-provision --provider vsphere returned 1] on default-centos-7-server
I'm not sure there is much I can do about this from the rbvmomi side. What you mentioned should work. You can increase the timeout for rbvmomi, but if the provider is where the timeout is occurring, I'm not sure what I could offer.
How can I check if object returned fromtemplate.CloneVM_Task(folder: vm_base_folder, name: name, spec: spec) is complete other than .wait_for_completion? Do you have any idea about possible re-implementation of wait_for_completion in form of polling loop?
While trying to clone template to VM using
vagrant-vsphere
I am running into timeout error after 5 minutes:The issue is also described here:
nsidc/vagrant-vsphere#106
Seems like in my case, on OVH Private Cloude (vSphere 6), timeout is more or less after 5min:
The text was updated successfully, but these errors were encountered: