vagrant-vsphere
vagrant-vsphere copied to clipboard
Ability to specify ESXi host in the compute_resource_name or a separate parameter
We want to specify a physical host versus specifying a host cluster due to licensing issues.
Something like the following would be an example, where esxpsrv27 is the ESXi host and the host cluster is TestDev.
vsphere.compute_resource_name = "TestDev/esxpsrv27"
Is your cluster not licensed for DRS and so it fails because it targets the cluster rather than a specific host?
+1 we are looking for the same thing.
We want to deploy VMs on a specific host of a cluster without using DRS... is it possible?