From abe96d97b2e42133591d2c0cdbb2327acd4d7f4c Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 16 Feb 2021 16:34:10 -0500 Subject: [PATCH] define a br0_port0_mac so that system will function --- inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org b/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org index d19b108fec..98b1249722 100644 --- a/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org +++ b/inventory/host_vars/vmhost-x86-copr02.rdu-cc.fedoraproject.org @@ -27,6 +27,8 @@ mac3: "b4:96:91:63:3b:9d" mac4: "b4:96:91:63:3b:9e" mac5: "b4:96:91:63:3b:9f" +br0_port0_mac: "{{ mac0 }}" + network_connections: - name: br0 state: up @@ -53,3 +55,4 @@ network_connections: type: ethernet master: br0 mac: "{{ br0_port0_mac }}" +