From 84def46f8be452447b061d15dad216d678bd021a Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 26 Sep 2025 14:32:19 -0400 Subject: [PATCH] add kubevirt network to weyma-talos-testw05 --- .../machine/weyma-talos-testw05/network.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config-patches/machine/weyma-talos-testw05/network.yaml b/config-patches/machine/weyma-talos-testw05/network.yaml index c905d33..ab01817 100755 --- a/config-patches/machine/weyma-talos-testw05/network.yaml +++ b/config-patches/machine/weyma-talos-testw05/network.yaml @@ -7,4 +7,12 @@ machine: - deviceSelector: hardwareAddr: "00:16:3e:e5:79:0a" dhcp: true - mtu: 9000 \ No newline at end of file + mtu: 9000 + - deviceSelector: + hardwareAddr: "00:16:3e:6b:1c:1d" + dhcp: false + - interface: br0 + dhcp: false + bridge: + interfaces: + - enx00163e6b1c1d \ No newline at end of file