wido commented on issue #3519: kvm/cloudstack-guest-tool: Tool to query Qemu Guest Agent URL: https://github.com/apache/cloudstack/pull/3519#issuecomment-514698450 @rhtyd Yes, virsh allows you to fetch this information as well, but you would need to execute this: <pre>virsh qemu-agent-command i-1-1VM '{"execute": "guest-network-get-interfaces"}'|jq</pre> The idea of this tool is to add commands which you (as an admin) can use to quickly talk to a VM. Usually you want to see if the VM is set up properly. We could expand it with even more commands so that you could: - Reset a password (in case this is broken inside the VM) - Execute a command
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
