Re: [libvirt-users] Managing VMs across multiple physical hosts

2016-04-25 Thread Markos Gogoulos
You can either open an issue on https://github.com/mistio/mist.io or email the support list at supp...@mist.io Cheers, Markos On Mon, Apr 25, 2016 at 9:41 PM, Daniel Corbe wrote: > Looks like an interesting project for a number of reasons. Do you guys > have a mailing list though? Cos I’ve

Re: [libvirt-users] Managing VMs across multiple physical hosts

2016-04-25 Thread William Kern
the libvirt command to see what is running is simply 'virsh list' so if you have a config tool system like puppet/chef/ansible (or even remote ssh commands) you can simply send that command to each node. We use ansible, so a simple on liner would be: ansible all -i virt_list.ini -m command -a

Re: [libvirt-users] Managing VMs across multiple physical hosts

2016-04-25 Thread Daniel Corbe
Looks like an interesting project for a number of reasons. Do you guys have a mailing list though? Cos I’ve run into a couple of installation issues that I need assistance resolving. -Daniel > On Apr 25, 2016, at 8:17 AM, Markos Gogoulos wrote: > > Hi Daniel, > > mist.io is an open sou

Re: [libvirt-users] Managing VMs across multiple physical hosts

2016-04-25 Thread Markos Gogoulos
Hi Daniel, mist.io is an open source project and a Saas for managing clouds, servers and KVM hypervisors. The open source version can be found on https://github.com/mistio/mist.io Feel free to open issues on what is missing from an ideal KVM management solution. Regards, Markos On Mon, Apr 25

[libvirt-users] Managing VMs across multiple physical hosts

2016-04-24 Thread Daniel Corbe
Hello List, We’re currently managing VMs across approximately 26 physical hosts. We tend to migrate VMs around a lot to do things like spread load and keep VMs running when physical hosts are in need of package updates. Suffice it to say sometimes finding out which physical host a VM is curren