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 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 message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 your system with the proper care and attention, will work
for any cloud system that has an openstack interface.



On 22 Jul 2016 8:11 a.m., "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 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 message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.