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
Return a list of the images that are on the provider.
Create a single BareMetal server from a data dict.
Create a node.
Destroy a node. Will check termination protection and warn if enabled.
CLI Example: .. code-block:: bash
salt-cloud --destroy mymachine
Return the first configured instance.
Return the image object to use.
Return a list of the BareMetal servers that are on the provider.
Return a list of the BareMetal servers that are on the provider.
Return a list of the BareMetal servers that are on the provider, with select fields.
Make a call to the Scaleway API.
Return the script deployment object.
Show the details from a Scaleway BareMetal server.
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/clouds/all/salt.cloud.clouds.scaleway.html