New in version 2015.8.0.
The Scaleway cloud module is used to interact with your Scaleway BareMetal Servers.
Use of this module only requires the api_key
parameter to be set. Set up
the cloud configuration at /etc/salt/cloud.providers
or
/etc/salt/cloud.providers.d/scaleway.conf
:
scaleway-config:
# Scaleway organization and token
access_key: 0e604a2c-aea6-4081-acb2-e1d1258ef95c
token: be8fd96b-04eb-4d39-b6ba-a9edbcf17f12
driver: scaleway
depends: | requests |
---|
salt.cloud.clouds.scaleway.
avail_images
(call=None)Return a list of the images that are on the provider.
salt.cloud.clouds.scaleway.
destroy
(name, call=None)Destroy a node. Will check termination protection and warn if enabled.
CLI Example: .. code-block:: bash
salt-cloud --destroy mymachine
salt.cloud.clouds.scaleway.
list_nodes
(call=None)Return a list of the BareMetal servers that are on the provider.
salt.cloud.clouds.scaleway.
list_nodes_full
(call=None)Return a list of the BareMetal servers that are on the provider.
salt.cloud.clouds.scaleway.
list_nodes_select
(call=None)Return a list of the BareMetal servers that are on the provider, with select fields.