I tryed also WebVirtMgr from git repo https://github.com/retspen/webvirtmgr
it need only django python-virtinst httpd mod_python mod_wsgi (all in our repo) it worked after some modifies: 1. create webvirtmgr subfolder and copy all files into 2. launch ./manage.py syncdb into root source folder 3. modify /etc/sysconfig/libvirtd uncommented LIBVIRTD_ARGS="--listen" 4. modify /etc/libvirt/libvirtd.conf as follow: listen_tls = 0 listen_tcp = 1 5. restart libvirtd service 6. launch internal webserver with ./manage.py runserver 127.0.0.1:8000 in https://www.webvirtmgr.net/docs/ is required to add user by using saslpasswd2 and THIS IS PROBLEM: saslpasswd2 -a libvirt fred (as sampe) don't create passwd.db file. In messages i saw: saslpasswd2: could not find auxprop plugin, was searching for [all] this cause problem with authentication, see images http://img407.imageshack.us/img407/4402/noauth.jpg if we solve this problem could try to use also this web frontend. have you any idea to fix ? 2013/1/8 Juan Luis Baptiste <[email protected]> > > > On Tue, Jan 8, 2013 at 10:50 AM, Armando B. <[email protected]> wrote: > >> Hi friends, >> i looking in svn repo for some solution about KVM web management >> solution, but i haven't founded applications. >> >> I used, for a little virtual cluster, VirtualBox + VbTool + phpVirtualbox >> (all presents in our repo). >> >> For KVM there is great virt-manager for cli gui but nothing for web gui. >> >> Searching online i saw: >> http://www.openqrm-enterprise.com >> http://www.ovirt.org/Home >> https://www.webvirtmgr.net >> http://archipelproject.org >> http://karesansui-project.info/ >> https://code.osuosl.org/projects/ganeti-webmgr >> >> packaging of some of these is difficult for dependencies not already in >> our repo, perhaps ganeti could be more simple to package (in repo missing >> only 2 packages: python-whoosh and django-fields) >> >> what do you think about ? >> Would we have a web management solution for KVM in Mageia ? >> >> >> > > While this is something that I would love to see on Mageia, I think it's > late for inclusion on Mageia 3, version freeze is tomorrow, so even if > ganeti could be packaged and imported with all of the missing deps today, > I'm not sure there's enough time to test it before tomorrow's freeze. > > Mandriva has a ganeti package, I'm looking at it but as already said, > probably it's too late for mga 3. > > Cheers, > -- > Juancho -- themonospot project - http://www.integrazioneweb.com/themonospot monosim project - http://www.integrazioneweb.com/monosim comex project - http://comex-project.googlecode.com webpman project - http://www.integrazioneweb.com/webpman
