-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
I have a structure in my vsphere looking like this
vcenter.xxx.com
--> Datacenter
---> Cluster
----> Host1
----> Host2
----> Host3
Today I can specify down to Cluster level
by writing
vsphere.host = 'vcenter.xxx.com'
vsphere.data_center_name = 'Datacenter'
vsphere.compute_resource_name = 'Dev'
But I cant specify host to use in the cluster
Probably should be something like:
vsphere.compute_resource_name = 'Dev/Host1'
But that becomes an error today.
Please help
$ vagrant -v
Vagrant 1.9.7
$ vagrant plugin list
vagrant-vsphere (1.12.1)
floek
Metadata
Metadata
Assignees
Labels
No labels