nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

Unable to specify host in cluster #245

Open jermon opened 7 years ago

jermon commented 7 years ago

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 commented 6 years ago

Have a look at pull request #257