1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<div dir="ltr">I tryed also WebVirtMgr from git repo <a href="https://github.com/retspen/webvirtmgr" target="_blank">https://github.com/retspen/webvirtmgr</a><div class="gmail_extra"><br></div><div class="gmail_extra">it need only django python-virtinst httpd mod_python mod_wsgi (all in our repo)</div>
<div class="gmail_extra">it worked after some modifies:</div><div class="gmail_extra">1. create webvirtmgr subfolder and copy all files into</div><div class="gmail_extra">2. launch ./manage.py syncdb into root source folder</div>
<div class="gmail_extra" style>3. modify /etc/sysconfig/libvirtd uncommented LIBVIRTD_ARGS="--listen"</div><div class="gmail_extra" style>4. modify /etc/libvirt/libvirtd.conf as follow:</div><div class="gmail_extra" style>
<div class="gmail_extra"> listen_tls = 0</div><div class="gmail_extra"> listen_tcp = 1</div><div class="gmail_extra" style>5. restart libvirtd service</div></div><div class="gmail_extra" style>6. launch internal webserver with ./manage.py runserver <a href="http://127.0.0.1:8000">127.0.0.1:8000</a></div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>in <a href="https://www.webvirtmgr.net/docs/">https://www.webvirtmgr.net/docs/</a> 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:</div>
<div class="gmail_extra" style>saslpasswd2: could not find auxprop plugin, was searching for [all]<br></div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>this cause problem with authentication, see images <a href="http://img407.imageshack.us/img407/4402/noauth.jpg">http://img407.imageshack.us/img407/4402/noauth.jpg</a></div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>if we solve this problem could try to use also this web frontend.</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>have you any idea to fix ?</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style><br></div><div class="gmail_extra"><br><div class="gmail_quote">2013/1/8 Juan Luis Baptiste <span dir="ltr"><<a href="mailto:juancho@mageia.org" target="_blank">juancho@mageia.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><br><br><div class="gmail_quote">On Tue, Jan 8, 2013 at 10:50 AM, Armando B. <span dir="ltr"><<a href="mailto:hmandevteam@gmail.com" target="_blank">hmandevteam@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">Hi friends,<div>i looking in svn repo for some solution about KVM web management solution, but i haven't founded applications.</div><div><br></div><div>I used, for a little virtual cluster, VirtualBox + VbTool + phpVirtualbox (all presents in our repo).</div>
<div><br></div><div>For KVM there is great virt-manager for cli gui but nothing for web gui.</div><div><br></div><div>Searching online i saw:</div><div><div><a href="http://www.openqrm-enterprise.com" target="_blank">http://www.openqrm-enterprise.com</a></div>
<div><a href="http://www.ovirt.org/Home" target="_blank">http://www.ovirt.org/Home</a></div><div><a href="https://www.webvirtmgr.net" target="_blank">https://www.webvirtmgr.net</a></div><div><a href="http://archipelproject.org" target="_blank">http://archipelproject.org</a></div>
<div><a href="http://karesansui-project.info/" target="_blank">http://karesansui-project.info/</a></div><div><a href="https://code.osuosl.org/projects/ganeti-webmgr" target="_blank">https://code.osuosl.org/projects/ganeti-webmgr</a></div>
</div><div><br>
</div><div>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) </div><div><br>
</div><div>what do you think about ?</div><div>Would we have a web management solution for KVM in Mageia ?</div><div><br></div><div><br></div></div></blockquote><div><br></div><div> </div></div></div><div>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.</div>
<div><br></div><div>Mandriva has a ganeti package, I'm looking at it but as already said, probably it's too late for mga 3.</div><br clear="all"><div>Cheers,</div><span><font color="#888888">-- <br>Juancho
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br> themonospot project - <a href="http://www.integrazioneweb.com/themonospot" target="_blank">http://www.integrazioneweb.com/themonospot</a><br> monosim project - <a href="http://www.integrazioneweb.com/monosim" target="_blank">http://www.integrazioneweb.com/monosim</a><br>
comex project - <a href="http://comex-project.googlecode.com" target="_blank">http://comex-project.googlecode.com</a><br> webpman project - <a href="http://www.integrazioneweb.com/webpman" target="_blank">http://www.integrazioneweb.com/webpman</a>
</div></div>
|