diff --git a/ChangeLog b/ChangeLog index 4d05bf6639..4f26fbcac3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 1 23:23:19 CEST 2009 Daniel Veillard + + * 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 * docs/drvone.html.in docs/drvone.html docs/drivers.html.in diff --git a/docs/drvone.html b/docs/drvone.html index 50ed815696..68f35e667f 100644 --- a/docs/drvone.html +++ b/docs/drvone.html @@ -139,26 +139,20 @@

OpenNebula Virtual Infrastructure Manager driver

OpenNebula -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 (Amazon EC2 or Elastic Hosts based) cloud using a standard libvirt interface, including the API as well as the related tools and VM description files.

Deployment pre-requisites

  • A working OpenNebula installation, - version 1.2 or higher. + version 1.2 or higher.

    -
  • -

    "libxmlrpc-c3" >= 1.06.27-1 development package. -

    -
+

Connections to OpenNebula driver

The Uri of the driver protocol is "one". Some example -connection Uris for the driver are: +connection Uris for the driver are:

    one:///                      (local access)
     one+unix:///                 (local access)
@@ -171,8 +165,7 @@ connection Uris for the driver are:
         

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: -

+driver:

Paravirtualized guest direct kernel boot

    <domain type='one'>
@@ -223,8 +216,14 @@ driver:
         

Note: The "<interface type='network'>" will attach the interface to a previously configured network (named -onenetwork) within the OpenNebula system, typically with the +onenetwork) within the OpenNebula system, typically with the onevnet CLI command.

+

Note: OpenNebula supports the simultaneous use of different hypervisors, so you can specify any os type (linux or hvm) supported by your cluster. +

+

Links

+