Closed arafath-mk closed 5 years ago
I think that's because in 0.9.1 ip addresses are fetched from host arp cache https://github.com/subuk/vmango/blob/v0.9.1/libvirt/virtual_machine_repository.go#L222
Next version will fetch it from qemu guest agent or libvirt network lease https://github.com/subuk/vmango/blob/master/libvirt/virtual_machine_repository.go#L222
Latest version of
vamango
is installed inCentOS 7.6
using the following commands.A new VM was created from
CentOS-7-x86_64-GenericCloud-1901.qcow2
. The IP of the VM was not listed in thevamango
web page.virsh net-dhcp-leases vmango
command showed the IP address correctly. After rebooting the VM, the IP was shown properly in the vmango web page too.