vagrant-vsphere icon indicating copy to clipboard operation
vagrant-vsphere copied to clipboard

Unable to reference template in different datacenter

Open prusa opened this issue 8 years ago • 1 comments

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?

prusa avatar Jun 28 '16 23:06 prusa

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

vsphere.data_center_name = 'main'

DamonStamper avatar Dec 18 '18 21:12 DamonStamper