berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 84 forks source link

Ridley gem for knife-vsphere #376

Closed sethas closed 6 years ago

sethas commented 6 years ago

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

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.