bootstrap-vz/bootstrapvz/plugins/opennebula
Anders Ingemann 34bb45bb00 Factor release codename fetching out into common.tools
This allows code that runs before the bootstrapinformation object has been created
to also figure out the release codename
2014-07-09 23:17:05 +02:00
..
__init__.py Factor release codename fetching out into common.tools 2014-07-09 23:17:05 +02:00
README.md Move code into proper package folder 2014-04-02 21:26:13 +02:00
tasks.py Factor release codename fetching out into common.tools 2014-07-09 23:17:05 +02: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