diff --git a/AUTHORS b/AUTHORS index e61e32cb596c46141fee0ef09842373802454689..63661b11ae4fbaa2fb9deb96e84190228de97e5f 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 8b949f37e4d94afc8c88c2842e65586a7f84476b..b5160fabf50166794ff0506e2ed9c082d8dbd5e8 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