bootstrap-vz/bootstrapvz/plugins/opennebula
2018-02-25 04:12:24 +00:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
README.rst Compat with new sphinx 2016-03-04 01:21:52 +01:00
tasks.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00

Open Nebula
-----------

This plugin adds `OpenNebula
contextualization <http://opennebula.org/documentation:rel4.2:cong>`__
to the image, which sets up the network configuration and SSH keys.

The virtual machine context should be configured as follows:

.. code-block:: text

  ETH0_DNS      $NETWORK[DNS, NETWORK_ID=2]
  ETH0_GATEWAY  $NETWORK[GATEWAY, NETWORK_ID=2]
  ETH0_IP       $NIC[IP, NETWORK_ID=2]
  ETH0_MASK     $NETWORK[MASK, NETWORK_ID=2]
  ETH0_NETWORK  $NETWORK[NETWORK, NETWORK_ID=2]
  FILES         path_to_my_ssh_public_key.pub

The plugin will install all *.pub* files in the root authorized\_keys
file. When using the ec2 provider, the USER\_EC2\_DATA will be executed
if present.

Settings
~~~~~~~~

This plugin has no settings. To enable it add ``"opennebula":{}`` to the
plugin section of the manifest.