mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
docs: updated list of applications using libvirt.
Added: * Virt ruby bindings * Foreman for provisioning and webui.
This commit is contained in:
parent
66dc2ae61b
commit
a2d401d3ba
1
AUTHORS
1
AUTHORS
@ -174,6 +174,7 @@ Patches have also been contributed by:
|
|||||||
Taisuke Yamada <tai@rakugaki.org>
|
Taisuke Yamada <tai@rakugaki.org>
|
||||||
Heath Petersen <HeathPetersen@Kandre.com>
|
Heath Petersen <HeathPetersen@Kandre.com>
|
||||||
Neil Wilson <neil@aldur.co.uk>
|
Neil Wilson <neil@aldur.co.uk>
|
||||||
|
Ohad Levy <ohadlevy@gmail.com>
|
||||||
|
|
||||||
[....send patches to get your name here....]
|
[....send patches to get your name here....]
|
||||||
|
|
||||||
|
@ -14,7 +14,9 @@
|
|||||||
<p>
|
<p>
|
||||||
To add an application not listed on this page, send a message
|
To add an application not listed on this page, send a message
|
||||||
to the <a href="contact.html">mailing list</a>, requesting it
|
to the <a href="contact.html">mailing list</a>, requesting it
|
||||||
be added here. If your application uses libvirt as its API,
|
be added here, or simply send a patch against the documentation
|
||||||
|
in the libvirt.git docs subdirectory.
|
||||||
|
If your application uses libvirt as its API,
|
||||||
the following graphic is available for your website to advertise
|
the following graphic is available for your website to advertise
|
||||||
support for libvirt:
|
support for libvirt:
|
||||||
</p>
|
</p>
|
||||||
@ -226,6 +228,17 @@
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><a href="https://github.com/ohadlevy/virt#readme">Ruby
|
||||||
|
Libvirt Object bindings</a></dt>
|
||||||
|
<dd>
|
||||||
|
Allows using simple ruby objects to manipulate
|
||||||
|
hypervisors, guests, storage, network etc. It is
|
||||||
|
based on top of
|
||||||
|
the <a href="http://libvirt.org/ruby">native ruby
|
||||||
|
bindings</a>.
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
<h2><a name="livecd">LiveCD / Appliances</a></h2>
|
<h2><a name="livecd">LiveCD / Appliances</a></h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
@ -284,6 +297,26 @@
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><a href="http://theforeman.org">Foreman</a></dt>
|
||||||
|
<dd>
|
||||||
|
Foreman is an open source web based application aimed to be a
|
||||||
|
Single Address For All Machines Life Cycle Management. Foreman:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Creates everything you need when adding a new machine to
|
||||||
|
your network, its goal being automatically managing
|
||||||
|
everything you would normally manage manually (DNS, DHCP,
|
||||||
|
TFTP, Virtual Machines,CA, CMDB...)</li>
|
||||||
|
<li>Integrates with Puppet (and acts as web front end to it).</li>
|
||||||
|
<li>Takes care of provisioning until the point puppet is
|
||||||
|
running, allowing Puppet to do what it does best.</li>
|
||||||
|
<li>Shows you Systems Inventory (based on Facter) and
|
||||||
|
provides real time information about hosts status based on
|
||||||
|
Puppet reports.</li>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
<h2><a name="web">Web applications</a></h2>
|
<h2><a name="web">Web applications</a></h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user