The ipaddr filter has been removed from ansible.netcommon from version 8 onwards. Functionality has been moved to ansible.utils. The full name "ansible.utils.ipaddr" must be used for compatibility. Related-Bug: #2107335 Change-Id: Iac4c9f98b12dccd50fd42a7d33575aadfb1f1114
Kayobe network bootstrap
Ansible role to bootstrap network configuration in CI.
The role creates a bridge interface and a dummy interface, and adds the dummy interface as a port in the bridge. The bridge is assigned an IP address.
Role variables
bridge_interface: name of the bridge interfacebridge_ip: IP address to assign to the bridgebridge_prefix: CIDR prefix to assign to the bridgebridge_port_interface: name of the bridge port dummy interface