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

Unable to specify host in cluster

Open jermon opened this issue 6 years ago • 1 comments

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)

jermon avatar Aug 22 '17 09:08 jermon

Have a look at pull request #257

floek avatar Jan 30 '18 16:01 floek