Re: [go-nuts] Controlling VMware ESXi from Go

2016-07-21 Thread James
Take a look at govmomi -- works well with individual ESXi nodes. On Thu, Jul 21, 2016 at 20:11 Brad Fitzpatrick wrote: > If you have experience controlling VMware ESXi nodes from Go, could you > point me at recommended packages? Or API reference? > > Note: no vCenter, no vSphere management conso

Re: [go-nuts] Controlling VMware ESXi from Go

2016-07-21 Thread Tim Hawkins
Do they have an OpenStack wrapper for ESXi? If they do that is probaly an easier target to be looking at# http://docs.openstack.org/kilo/config-reference/content/vmware.html It does seem to exist for vSphere. https://github.com/openstack/golang-client Openstack golang client. Upside is that y

[go-nuts] Controlling VMware ESXi from Go

2016-07-21 Thread Brad Fitzpatrick
If you have experience controlling VMware ESXi nodes from Go, could you point me at recommended packages? Or API reference? Note: no vCenter, no vSphere management console, no Windows. Only Linux (or OS X), and only the basic level of ESXi. I'm new to all this. Thanks! -- You received this mes