Hi guys,
I’ve been going over this guide (https://github.com/OpenNebula/docker-machine-opennebula) for using docker-machine with opnenebula and have successfully installed the boot2docker image as per the vsphere specific instructions.
The problem I’m encountering is that the deployment fails with “IP address is not set” error which I belive originates in line 519 in this file (https://github.com/OpenNebula/docker-machine-opennebula/blob/a63fd7d4033a9ea0c502e3e822820c7774c4e7aa/opennebula.go).
This is not suprising, as running onevm show {id} -x shows the XML strucured like this:
<NIC>
<NIC_ID>![CDATA[0]]</NIC_ID>
<NIC>
so, none of the information needed for the XPATH expression in that code.
Any ideas what’s happening? I’m using vSphere 6 with ESXi 6 hosts.