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
Return a list of the images that are on the provider
Create a single VM from a data dict
Build and submit the XML to create a node
Destroy a node.
CLI Example:
salt-cloud --destroy mymachine
Return the first configured instance.
Return the image object to use
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
Make a web call to a Parallels provider
Return the script deployment object
Show the details from Parallels concerning an image
Show the details from Parallels concerning an instance
Start a node.
CLI Example:
salt-cloud -a start mymachine
Stop a node.
CLI Example:
salt-cloud -a stop mymachine
Wait until a specific state has been reached on a node
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/clouds/all/salt.cloud.clouds.parallels.html