The GoGrid cloud module. This module interfaces with the gogrid public cloud service. To use Salt Cloud with GoGrid log into the GoGrid web interface and create an api key. Do this by clicking on "My Account" and then going to the API Keys tab.
depends: | libcloud >= 0.13.2 |
---|
Set up the cloud configuration at /etc/salt/cloud.providers or /etc/salt/cloud.providers.d/gogrid.conf:
my-gogrid-config:
# The generated api key to use
apikey: asdff7896asdh789
# The apikey's shared secret
sharedsecret: saltybacon
provider: gogrid
Note
A Note about using Map files with GoGrid:
Due to limitations in the GoGrid API, instances cannot be provisioned in parallel with the GoGrid driver. Map files will work with GoGrid, but the -P argument should not be used on maps referencing GoGrid instances.
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 a libcloud node for the named VM
Return the salt_interface type to connect to. Either 'public_ips' (default) or 'private_ips'.
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
Reboot a single VM
Return the script deployment object
Show the details from the provider concerning an instance
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.2