kayobe/roles/kayobe-network-bootstrap
Alex-Welsh c508b19909
CI: Fix ipaddr invocation in network bootstrap
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
2025-04-23 14:41:15 +01:00
..
2021-03-01 17:57:51 +00:00

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 interface
  • bridge_ip: IP address to assign to the bridge
  • bridge_prefix: CIDR prefix to assign to the bridge
  • bridge_port_interface: name of the bridge port dummy interface