nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

Unable to reference template in different datacenter #195

Open prusa opened 8 years ago

prusa commented 8 years ago

When defining a template with

vsphere.template_name = 'template-01'

There doesn't seem to be a way to specify what datacenter the template lives in. If I'm deploying a few VMs across datacenters, is it possible to specifically say which template in which datacenter to use?

DamonStamper commented 5 years ago

https://github.com/nsidc/vagrant-vsphere/issues/79 references a way to do this.

vsphere.data_center_name = 'main'