Scaleway - cloud-init 25.1.2 documentation (original) (raw)

Back to top

View this page

Toggle table of contents sidebar

Scaleway datasource uses data provided by the Scaleway instance metadata service to do initial configuration of the network services.

The instance metadata service is reachable at the following addresses :

Configuration

Scaleway datasource may be configured in system configuration (in /etc/cloud cloud.cfg) or by adding a file with the .cfg suffix containing the following information in the /etc/cloud.cfg.d directory:

datasource: Scaleway: retries: 3 timeout: 10 max_wait: 2 metadata_urls: - alternate_url

User-data

cloud-init fetches user-data using the instance metadata service using the/user_data endpoint. Scaleway’s documentation provides a detailed description on how to use user-data. One can also interact with it using theuser-data api.