From 6f5b400f4a9ee71f45dba9678a3b7ee372de481c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 21 Jan 2024 15:55:37 -0600 Subject: [PATCH] vm-hosts: Fix test network device name The network device for the test/*pyrocufflink.red* network is named `br1`. This needs to match in the systemd-networkd configuration or libvirt will not be able to attach virtual machines to the bridge. --- group_vars/vm-hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/vm-hosts.yml b/group_vars/vm-hosts.yml index 48b6b18..cc04608 100644 --- a/group_vars/vm-hosts.yml +++ b/group_vars/vm-hosts.yml @@ -195,7 +195,7 @@ vmhost_networks: LinkLocalAddressing: 'no' - name: 60-test Match: - Name: test + Name: br1 Network: Description: pyrocufflink.red VM network bridge DHCP: 'no'