The Parallels cloud module is used to control access to cloud providers using the Parallels VPS system.
/etc/salt/cloud.providers
or/etc/salt/cloud.providers.d/parallels.conf
:my-parallels-config:
# Parallels account information
user: myuser
password: mypassword
url: https://api.cloud.xmission.com:4465/paci/v1.0/
driver: parallels
salt.cloud.clouds.parallels.
avail_images
(call=None)Return a list of the images that are on the provider
salt.cloud.clouds.parallels.
destroy
(name, call=None)Destroy a node.
CLI Example:
salt-cloud --destroy mymachine
salt.cloud.clouds.parallels.
list_nodes_full
(call=None)Return a list of the VMs that are on the provider
salt.cloud.clouds.parallels.
list_nodes_select
(call=None)Return a list of the VMs that are on the provider, with select fields
salt.cloud.clouds.parallels.
query
(action=None, command=None, args=None, method='GET', data=None)Make a web call to a Parallels provider
salt.cloud.clouds.parallels.
show_image
(kwargs, call=None)Show the details from Parallels concerning an image
salt.cloud.clouds.parallels.
show_instance
(name, call=None)Show the details from Parallels concerning an instance
salt.cloud.clouds.parallels.
start
(name, call=None)Start a node.
CLI Example:
salt-cloud -a start mymachine