You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 configurationMore 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.
The text was updated successfully, but these errors were encountered: