[libvirt] [PATCH] docs: added link for nimbus to apps page

--- docs/apps.html.in | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/docs/apps.html.in b/docs/apps.html.in index d8bc265..8b949f3 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -197,6 +197,18 @@ </dd> </dl> + <h2><a name="iaas">Infrastructure as a Service (IaaS)</a></h2> + + <dl> + <dt><a href="http://www.nimbusproject.org">Nimbus</a></dt> + <dd> + Nimbus is an open-source toolkit focused on providing + Infrastructure-as-a-Service (IaaS) capabilities to the scientific + community. It uses libvirt for communication with all KVM and Xen + virtual machines. + </dd> + </dl> + <h2><a name="libraries">Libraries</a></h2> <dl> -- 1.7.4.1

2011/2/14 Justin Clift <jclift@redhat.com>:
--- docs/apps.html.in | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/docs/apps.html.in b/docs/apps.html.in index d8bc265..8b949f3 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -197,6 +197,18 @@ </dd> </dl>
+ <h2><a name="iaas">Infrastructure as a Service (IaaS)</a></h2> + + <dl> + <dt><a href="http://www.nimbusproject.org">Nimbus</a></dt> + <dd> + Nimbus is an open-source toolkit focused on providing + Infrastructure-as-a-Service (IaaS) capabilities to the scientific + community. It uses libvirt for communication with all KVM and Xen + virtual machines. + </dd> + </dl> + <h2><a name="libraries">Libraries</a></h2>
<dl>
ACK. While you're at it you could also list OpenStack Compute, OpenNebula and Eucalyptus here :) Matthias

On 15/02/2011, at 2:25 AM, Matthias Bolte wrote: <snip>
While you're at it you could also list OpenStack Compute, OpenNebula and Eucalyptus here :)
Yeah, I was kind of thinking that for OpenNebula, but haven't looked into the others enough yet to know what they use. Guess I'd better check them out then add them. :) + Justin

2011/2/14 Justin Clift <jclift@redhat.com>:
On 15/02/2011, at 2:25 AM, Matthias Bolte wrote: <snip>
While you're at it you could also list OpenStack Compute, OpenNebula and Eucalyptus here :)
Yeah, I was kind of thinking that for OpenNebula, but haven't looked into the others enough yet to know what they use. Guess I'd better check them out then add them. :)
+ Justin
OpenStack uses libvirt (via Python bindings) in it's compute controller for KVM, QEMU, UML, and XEN. They use XenAPI directly for XenServer and Xen Cloud Platform and WMI for Hyper-V. The upcoming VMware ESXi support will be based directly on the vSphere API via Python ZSI. OpenNebula uses libvirt via C API and virsh for KVM, XEN and ESX(i). Eucalyptus uses libvirt in it's node controller for KVM and XEN. Matthias

On 02/14/2011 08:25 AM, Matthias Bolte wrote:
2011/2/14 Justin Clift <jclift@redhat.com>:
--- docs/apps.html.in | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
+ <h2><a name="iaas">Infrastructure as a Service (IaaS)</a></h2> + + <dl> + <dt><a href="http://www.nimbusproject.org">Nimbus</a></dt>
ACK.
While you're at it you could also list OpenStack Compute, OpenNebula and Eucalyptus here :)
Since it's doc-only, there's no risk if it goes in pre-0.8.8; and since it's not documenting libvirt directly, there's no harm if you wait until post-0.8.8 to further beef up this section. That is, it's your call when to push this :) -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

On Mon, Feb 14, 2011 at 09:47:32AM -0700, Eric Blake wrote:
On 02/14/2011 08:25 AM, Matthias Bolte wrote:
2011/2/14 Justin Clift <jclift@redhat.com>:
--- docs/apps.html.in | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
+ <h2><a name="iaas">Infrastructure as a Service (IaaS)</a></h2> + + <dl> + <dt><a href="http://www.nimbusproject.org">Nimbus</a></dt>
ACK.
While you're at it you could also list OpenStack Compute, OpenNebula and Eucalyptus here :)
Since it's doc-only, there's no risk if it goes in pre-0.8.8; and since it's not documenting libvirt directly, there's no harm if you wait until post-0.8.8 to further beef up this section. That is, it's your call when to push this :)
I'm fine pushing this now (as long as the XML/HTML is valid :-) there is no real reason to wait for this, just don't break the build ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On 15/02/2011, at 2:23 PM, Daniel Veillard wrote:
On Mon, Feb 14, 2011 at 09:47:32AM -0700, Eric Blake wrote:
On 02/14/2011 08:25 AM, Matthias Bolte wrote:
2011/2/14 Justin Clift <jclift@redhat.com>:
--- docs/apps.html.in | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
+ <h2><a name="iaas">Infrastructure as a Service (IaaS)</a></h2> + + <dl> + <dt><a href="http://www.nimbusproject.org">Nimbus</a></dt>
ACK.
While you're at it you could also list OpenStack Compute, OpenNebula and Eucalyptus here :)
Since it's doc-only, there's no risk if it goes in pre-0.8.8; and since it's not documenting libvirt directly, there's no harm if you wait until post-0.8.8 to further beef up this section. That is, it's your call when to push this :)
I'm fine pushing this now (as long as the XML/HTML is valid :-) there is no real reason to wait for this, just don't break the build !
Heh, ok. It's pretty trivial stuff, so pushed it. Easier than having to remember it later on. (lazy approach) :)
participants (4)
-
Daniel Veillard
-
Eric Blake
-
Justin Clift
-
Matthias Bolte