]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
small OpenNebula driver doc update
authorDaniel Veillard <veillard@redhat.com>
Wed, 1 Jul 2009 21:24:47 +0000 (21:24 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 1 Jul 2009 21:24:47 +0000 (21:24 +0000)
* docs/drvone.html docs/drvone.html.in: small OpenNebula driver
  doc update by Abel Miguez Rodriguez
daniel

ChangeLog
docs/drvone.html
docs/drvone.html.in

index 4d05bf6639871aea15d2c13dd06879a297de19be..4f26fbcac36d64ec5434c03024e6517801841600 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul  1 23:23:19 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+       * docs/drvone.html docs/drvone.html.in: small OpenNebula driver
+         doc update by Abel Miguez Rodriguez
+
 Wed Jul  1 16:22:38 CEST 2009 Daniel Veillard <veillard@redhat.com>
 
        * docs/drvone.html.in docs/drvone.html docs/drivers.html.in
index 50ed815696bad32c289c3a5694eba5cc50d67d37..68f35e667fd70bc7df11484d770e23f4ff26a083 100644 (file)
       <div id="content">
         <h1>OpenNebula Virtual Infrastructure Manager driver</h1>
         <p><a name="toc" id="toc"></a><a href="http://opennebula.org/">OpenNebula</a>
-is a Virtual Infrastructure Engine
-that manages Virtual Machines (VM) in a pool of distributed resources
-by orchestrating network, storage and virtualization technologies.
-The OpenNebula driver lets you manage your private cloud using a
-standard libvirt interface, including the API as well as the related
+is a Virtual Infrastructure Manager that controls Virtual Machines (VM) in a pool of distributed resources
+by orchestrating network, storage and virtualization technologies. The OpenNebula driver lets you manage your private or hybrid (<a href="http://aws.amazon.com/ec2/">Amazon EC2</a> or <a href="http://www.elastichosts.com/">Elastic Hosts</a> based) cloud using a standard libvirt interface, including the API as well as the related
 tools and VM description files.</p>
         <h2>
 <a name="prereq" id="prereq"></a>Deployment pre-requisites</h2>
         <ul><li>
 <p style="margin-bottom: 0in">A working OpenNebula installation,
-       version 1.2 or higher. 
+       version 1.2 or higher.
        </p>
-       </li><li>
-<p>"libxmlrpc-c3" &gt;= 1.06.27-1 development package.
-               </p>
-</li></ul>
+       </li></ul>
         <h2>
 <a name="uris" id="uris"></a>Connections to OpenNebula driver</h2>
         <p>The Uri of the driver protocol is "one". Some example
-connection Uris for the driver are: 
+connection Uris for the driver are:
 </p>
         <pre>    one:///                      (local access)
     one+unix:///                 (local access)
@@ -171,8 +165,7 @@ connection Uris for the driver are:
         <p>There are some limitations on the XML attributes that may be
 specified when interfacing OpenNebula. The following xml example
 details the attributes and options supported by the OpenNebula
-driver: 
-</p>
+driver:</p>
         <h3>Paravirtualized guest direct kernel boot 
 </h3>
         <pre>    &lt;domain type='one'&gt;
@@ -223,8 +216,14 @@ driver:
         <p>
 <b>Note:</b> The "&lt;interface type='network'&gt;" will
 attach the interface to a previously configured network (named
-<tt>onenetwork</tt>) within the OpenNebula system, typically with the
+<tt>onenetwork</tt>) within the <a href="http://opennebula.org/">OpenNebula</a> system, typically with the
 <tt>onevnet</tt> CLI command.</p>
+        <p><b>Note</b>: OpenNebula supports the simultaneous use of different hypervisors, so you can specify any os type (linux or hvm) supported by your cluster.    
+</p>
+        <h2>Links</h2>
+        <ul><li><a href="http://www.opennebula.org/doku.php?id=documentation">OpenNebula Documentation</a>
+</li><li><a href="http://www.opennebula.org/doku.php?id=documentation:rel1.2:ug">OpenNebula User Guide</a>
+</li></ul>
       </div>
     </div>
     <div id="footer">
index 65a63b36c7f9df83ddfcb7e6e683564297be59d4..820b14a9c033e427c09bf586a33154f6dc1c1a07 100644 (file)
 <body lang="en-US" dir="LTR">
 <h1>OpenNebula Virtual Infrastructure Manager driver</h1>
 <p><a name="toc"></a><a href="http://opennebula.org/">OpenNebula</a>
-is a Virtual Infrastructure Engine
-that manages Virtual Machines (VM) in a pool of distributed resources
-by orchestrating network, storage and virtualization technologies.
-The OpenNebula driver lets you manage your private cloud using a
-standard libvirt interface, including the API as well as the related
+is a Virtual Infrastructure Manager that controls Virtual Machines (VM) in a pool of distributed resources
+by orchestrating network, storage and virtualization technologies. The OpenNebula driver lets you manage your private or hybrid (<a href="http://aws.amazon.com/ec2/">Amazon EC2</a> or <a href="http://www.elastichosts.com/">Elastic Hosts</a> based) cloud using a standard libvirt interface, including the API as well as the related
 tools and VM description files.</p>
 <h2>
 <a name="prereq"></a>Deployment pre-requisites</h2>
 <ul>
 <li>
 <p style="margin-bottom: 0in">A working OpenNebula installation,
-       version 1.2 or higher. 
+       version 1.2 or higher.
        </p>
        </li>
-<li>
-<p>"libxmlrpc-c3" &gt;= 1.06.27-1 development package.
-               </p>
-</li>
 </ul>
 <h2>
 <a name="uris"></a>Connections to OpenNebula driver</h2>
 <p>The Uri of the driver protocol is "one". Some example
-connection Uris for the driver are: 
+connection Uris for the driver are:
 </p>
 <pre>    one:///                      (local access)
     one+unix:///                 (local access)
@@ -45,8 +38,8 @@ connection Uris for the driver are:
 <p>There are some limitations on the XML attributes that may be
 specified when interfacing OpenNebula. The following xml example
 details the attributes and options supported by the OpenNebula
-driver: 
-</p>
+driver:</p> 
+
 <h3>Paravirtualized guest direct kernel boot 
 </h3>
 <pre>    &lt;domain type='one'&gt;
@@ -97,7 +90,18 @@ driver:
 <p>
 <b>Note:</b> The "&lt;interface type='network'&gt;" will
 attach the interface to a previously configured network (named
-<tt>onenetwork</tt>) within the OpenNebula system, typically with the
+<tt>onenetwork</tt>) within the <a href="http://opennebula.org/">OpenNebula</a> system, typically with the
 <tt>onevnet</tt> CLI command.</p>
+
+<p><b>Note</b>: OpenNebula supports the simultaneous use of different hypervisors, so you can specify any os type (linux or hvm) supported by your cluster.    
+</p>
+
+<h2>Links</h2>
+<ul>
+<li><a href="http://www.opennebula.org/doku.php?id=documentation">OpenNebula Documentation</a>
+</li>
+<li><a href="http://www.opennebula.org/doku.php?id=documentation:rel1.2:ug">OpenNebula User Guide</a>
+</li>
+</ul>
 </body>
 </html>