The IBM SCE cloud module. This module interfaces with the IBM SCE public cloud service. To use Salt Cloud with IBM SCE log into the IBM SCE web interface and create an SSH key.
Set up the cloud configuration at /etc/salt/cloud.providers or /etc/salt/cloud.providers.d/ibmsce.conf:
my-imbsce-config:
# The generated api key to use
user: myuser@mycompany.com
# The user's password
password: saltybacon
# The name of the ssh key to use
ssh_key_name: mykey
# The ID of the datacenter to use
location: Raleigh
provider: ibmsce
Return a dict of all available VM images on the cloud provider with relevant data
Return a dict of all available VM locations on the cloud provider with relevant data
Return a dict of all available VM images on the cloud provider with relevant data
Create a single VM from a data dict
Delete a single VM
Return the first configured instance.
Return a conn object for the passed VM data
Return the image object to use
Return the location object to use
Return the VM's size object
Return a list of the VMs that are on the provider
Return a list of the VMs that are on the provider, with all fields
Return a list of the VMs that are on the provider, with select fields
Return the script deployment object
Show the details from the provider concerning an instance
Return the ssh_interface type to connect to. Either 'public_ips' (default) or 'private_ips'.
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.