diff options
author | zsdc <taras@vyos.io> | 2023-02-16 18:29:53 +0200 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2023-02-16 18:29:53 +0200 |
commit | 67c90165b39b31da6b066a80513b22e8259156f7 (patch) | |
tree | 46893e3296969b375a52c19e76fb70dde9e6e659 /tests | |
parent | 8cf8051edd8bf903954f788217210ed977ec1e09 (diff) | |
download | vyos-cloud-init-67c90165b39b31da6b066a80513b22e8259156f7.tar.gz vyos-cloud-init-67c90165b39b31da6b066a80513b22e8259156f7.zip |
network: T5012: Added a new option for network-config control
A new option for Cloud-Init was added:
```
vyos_config_options:
network_config: <disabled/enabled>
```
Possible values:
* by default - equal to the `network['config']` from the active Cloud-Init
configuration
* `enabled` - configure networking, even if global `network['config']` is set
to `disabled`
* `disabled` - do not configure networking, regardless of global
`network['config']` value
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions