chef-provisioning-vsphere
chef-provisioning-vsphere copied to clipboard
chef-provisioning is not working with new Chef Development Kit 4.0.60
Versions:
- Version of Chef-Provisioning: 2.7.6
- Version of Chef-Provisioning-vSphere: 2.3.1
Platform Details
- Version of vSphere/vCenter: 6.0
- Version of ESXi: 6.0
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.