|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/src/cloud-init/doc/rtd/reference/datasources/ |
Upload File : |
.. _datasource_nwcs:
NWCS
****
The NWCS datasource retrieves basic configuration values from the locally
accessible metadata service. All data is served over HTTP from the address
``169.254.169.254``.
Configuration
=============
The NWCS datasource can be configured as follows: ::
datasource:
NWCS:
url: 'http://169.254.169.254'
retries: 3
timeout: 2
wait: 2
* ``url``: The URL used to acquire the metadata configuration.
* ``retries``: Determines the number of times to attempt to connect to the
metadata service.
* ``timeout``: Determines the timeout (in seconds) to wait for a response from
the metadata service
* ``wait``: Determines the timeout in seconds to wait before retrying after
accessible failure.