bootstrap-vz/plugins/opennebula
2014-02-27 23:03:23 +01:00
..
assets Simplify ONE Context installation 2014-01-09 22:00:09 +01:00
__init__.py Simplify ONE Context installation 2014-01-09 22:00:09 +01:00
README.md Move README back to one plugin 2013-08-11 15:53:32 +02:00
tasks.py Rely on $PATH to resolve commands. Fixes #12 2014-02-27 23:03:23 +01:00

Open Nebula provider

This provider adds OpenNebula contextualization to the virtual image (see http://opennebula.org/documentation:rel4.2:cong).

It set ups the network and ssh keys. TO do so you should configure your virtual machine context with something like:

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

Provider will install all .pub files in the root authorized_keys file.

In case of an EC2 start, if the USER_EC2_DATA element is a script it will be executed.