Ridley gem for knife-vsphere
sethas opened this issue · 1 comments
sethas commented
I am trying to use the Ridley api , to talk to vsphere.
I have knife-vsphere commands running on the cli , Would like to use it in my rails app, using ridley .
Can I do , ridley.vsphere.find("datastores") in my code?
thommay commented
Ridley is an api client for the chef server. It knows nothing about vsphere.
knife-vsphere uses vmomi
- https://github.com/vmware/rbvmomi .
I'll be closing this, since it's not a ridley issue.