chef-boneyard / chef-provisioning-vsphere

DEPRECATED: A chef-provisioning provisioner for VMware vSphere
MIT License
17 stars 15 forks source link

chef-provisioning is not working with new Chef Development Kit 4.0.60 #100

Open dvenrao opened 5 years ago

dvenrao commented 5 years ago

Versions:

Platform Details

Scenario:

kitchen list

Steps to Reproduce:

Install new chefdk 4.0.60 and run kitehen test with sphere driver kitchen.yml file

Expected Result:

list vms

Actual Result:

------Exception------- Class: Kitchen::ClientError Message: Could not load the 'vsphere' driver from the load path. Did you mean: dummy, exec, proxy ? Please ensure that your driver is installed as a gem or included in your Gemfile if using Bundler.

Please see .kitchen/logs/kitchen.log for more details Also try running kitchen diagnose --all for configuration

More Info:

If i change driver to vcenter by installing other gem kitchen-vcenter then it is loading driver But vsphere driver not loading with this gem, There may be compatibility issue with new chefdk.