The OpenNebula cloud module is used to control access to an OpenNebula cloud.
Use of this module requires the xml_rpc, user and password parameter to be set. Set up the cloud configuration at /etc/salt/cloud.providers or /etc/salt/cloud.providers.d/opennebula.conf:
my-opennebula-config:
xml_rpc: http://localhost:2633/RPC2
user: oneadmin
password: JHGhgsayu32jsa
provider: opennebula
Return a list of the templates that are on the provider
Return a dict of all available VM locations on the cloud provider with relevant data
Because sizes are built into templates with OpenNebula, there will be no sizes to return here
Create a single VM from a data dict
Destroy a node. Will check termination protection and warn if enabled.
CLI Example:
salt-cloud --destroy mymachine
Return the first configured instance.
Return the image object to use
Return the VM's location
Return a list of the VMs that are on the provider
Return a list of the VMs that are on the provider
Return a list of the VMs that are on the provider, with select fields
Return the script deployment object
Show the details from OpenNebula concerning a VM
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.2