kayobe/releasenotes/notes/ip-allocation-skip-9e81c13324b7a7e1.yaml
Maksim Malchuk 1de4f2a4a3 Skip IP address allocation and configuration if needed
Sometimes some hosts should be configured with an interface without any
IP address set (e.g. bridged interface) and to achieve that this change
adds the new attribute 'no_ip' for the network configuration. Also the
change contain a test for this.

Change-Id: I2c9dfeca7f0d37a96f9cbd9df51d94098cf07258
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2022-03-18 11:39:40 +01:00

7 lines
190 B
YAML

---
features:
- |
The new filter ``net_no_ip`` adds the attribute ``no_ip`` which can be set
to ``true`` to skip IP address allocation and configuration for specific
networks.