From a2d401d3ba19920eae6c5ddf5d3fd7c4c0eb759e Mon Sep 17 00:00:00 2001 From: Ohad Levy Date: Tue, 14 Jun 2011 19:17:09 +0300 Subject: [PATCH] docs: updated list of applications using libvirt. Added: * Virt ruby bindings * Foreman for provisioning and webui. --- AUTHORS | 1 + docs/apps.html.in | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e61e32cb59..63661b11ae 100644 --- a/AUTHORS +++ b/AUTHORS @@ -174,6 +174,7 @@ Patches have also been contributed by: Taisuke Yamada Heath Petersen Neil Wilson + Ohad Levy [....send patches to get your name here....] diff --git a/docs/apps.html.in b/docs/apps.html.in index 8b949f37e4..b5160fabf5 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -14,7 +14,9 @@

To add an application not listed on this page, send a message to the mailing list, 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 support for libvirt:

@@ -226,6 +228,17 @@ +
+
Ruby + Libvirt Object bindings
+
+ Allows using simple ruby objects to manipulate + hypervisors, guests, storage, network etc. It is + based on top of + the native ruby + bindings. +
+

LiveCD / Appliances

@@ -284,6 +297,26 @@
+
+
Foreman
+
+ Foreman is an open source web based application aimed to be a + Single Address For All Machines Life Cycle Management. Foreman: + +
    +
  • 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...)
  • +
  • Integrates with Puppet (and acts as web front end to it).
  • +
  • Takes care of provisioning until the point puppet is + running, allowing Puppet to do what it does best.
  • +
  • Shows you Systems Inventory (based on Facter) and + provides real time information about hosts status based on + Puppet reports.
  • +
+
+

Web applications

-- GitLab