vagrant-vsphere
vagrant-vsphere copied to clipboard
Unable to reference template in different datacenter
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?
https://github.com/nsidc/vagrant-vsphere/issues/79 references a way to do this.
vsphere.data_center_name = 'main'