I need a little help setting up vagrant vsphere. I am trying to connect to 
an esxi server. Here is the VagrantFile : 

  config.vm.box = 'dummy'
  config.vm.box_url = 'dummy.box'

  config.vm.provider :vsphere do |vsphere|
    vsphere.host = '10.0.20.2'
    vsphere.name = 'dummytest'
 vsphere.clone_from_vm = true
    vsphere.template_name = 'dummy.box'
    vsphere.user = 'root'
    vsphere.password = '*******'
    vsphere.insecure = true
  end

What is the proper way to use the template? I get this error : Configured 
template/source VM could not be found

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to