diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-January/021357.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-January/021357.html | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-January/021357.html b/zarb-ml/mageia-dev/2013-January/021357.html new file mode 100644 index 000000000..8521152e3 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021357.html @@ -0,0 +1,162 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] web virtual management solution + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20web%20virtual%20management%20solution&In-Reply-To=%3CCAAWb%2BvAw%3Dzx%2BLDJ_MkrARyRWYUiGxpjazGg%2BaQDkfhm3EPnf5w%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="021323.html"> + <LINK REL="Next" HREF="021360.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] web virtual management solution</H1> + <B>Armando B.</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20web%20virtual%20management%20solution&In-Reply-To=%3CCAAWb%2BvAw%3Dzx%2BLDJ_MkrARyRWYUiGxpjazGg%2BaQDkfhm3EPnf5w%40mail.gmail.com%3E" + TITLE="[Mageia-dev] web virtual management solution">hmandevteam at gmail.com + </A><BR> + <I>Wed Jan 9 08:54:47 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="021323.html">[Mageia-dev] web virtual management solution +</A></li> + <LI>Next message: <A HREF="021360.html">[Mageia-dev] web virtual management solution +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21357">[ date ]</a> + <a href="thread.html#21357">[ thread ]</a> + <a href="subject.html#21357">[ subject ]</a> + <a href="author.html#21357">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I tryed also WebVirtMgr from git repo <A HREF="https://github.com/retspen/webvirtmgr">https://github.com/retspen/webvirtmgr</A> + +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 <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: +saslpasswd2: could not find auxprop plugin, was searching for [all] + +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> + +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 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">juancho at mageia.org</A>> + +><i> +</I>><i> +</I>><i> On Tue, Jan 8, 2013 at 10:50 AM, Armando B. <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">hmandevteam at gmail.com</A>> wrote: +</I>><i> +</I>>><i> Hi friends, +</I>>><i> i looking in svn repo for some solution about KVM web management +</I>>><i> solution, but i haven't founded applications. +</I>>><i> +</I>>><i> I used, for a little virtual cluster, VirtualBox + VbTool + phpVirtualbox +</I>>><i> (all presents in our repo). +</I>>><i> +</I>>><i> For KVM there is great virt-manager for cli gui but nothing for web gui. +</I>>><i> +</I>>><i> Searching online i saw: +</I>>><i> <A HREF="http://www.openqrm-enterprise.com">http://www.openqrm-enterprise.com</A> +</I>>><i> <A HREF="http://www.ovirt.org/Home">http://www.ovirt.org/Home</A> +</I>>><i> <A HREF="https://www.webvirtmgr.net">https://www.webvirtmgr.net</A> +</I>>><i> <A HREF="http://archipelproject.org">http://archipelproject.org</A> +</I>>><i> <A HREF="http://karesansui-project.info/">http://karesansui-project.info/</A> +</I>>><i> <A HREF="https://code.osuosl.org/projects/ganeti-webmgr">https://code.osuosl.org/projects/ganeti-webmgr</A> +</I>>><i> +</I>>><i> packaging of some of these is difficult for dependencies not already in +</I>>><i> our repo, perhaps ganeti could be more simple to package (in repo missing +</I>>><i> only 2 packages: python-whoosh and django-fields) +</I>>><i> +</I>>><i> what do you think about ? +</I>>><i> Would we have a web management solution for KVM in Mageia ? +</I>>><i> +</I>>><i> +</I>>><i> +</I>><i> +</I>><i> While this is something that I would love to see on Mageia, I think it's +</I>><i> late for inclusion on Mageia 3, version freeze is tomorrow, so even if +</I>><i> ganeti could be packaged and imported with all of the missing deps today, +</I>><i> I'm not sure there's enough time to test it before tomorrow's freeze. +</I>><i> +</I>><i> Mandriva has a ganeti package, I'm looking at it but as already said, +</I>><i> probably it's too late for mga 3. +</I>><i> +</I>><i> Cheers, +</I>><i> -- +</I>><i> Juancho +</I> + + + +-- + themonospot project - <A HREF="http://www.integrazioneweb.com/themonospot">http://www.integrazioneweb.com/themonospot</A> + monosim project - <A HREF="http://www.integrazioneweb.com/monosim">http://www.integrazioneweb.com/monosim</A> + comex project - <A HREF="http://comex-project.googlecode.com">http://comex-project.googlecode.com</A> + webpman project - <A HREF="http://www.integrazioneweb.com/webpman">http://www.integrazioneweb.com/webpman</A> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-dev/attachments/20130109/68635c24/attachment-0001.html> +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="021323.html">[Mageia-dev] web virtual management solution +</A></li> + <LI>Next message: <A HREF="021360.html">[Mageia-dev] web virtual management solution +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21357">[ date ]</a> + <a href="thread.html#21357">[ thread ]</a> + <a href="subject.html#21357">[ subject ]</a> + <a href="author.html#21357">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |