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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
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>
|