From ee5f6dce5c426c7a7012373b5e65d69933faebf7 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 25 Sep 2025 13:28:23 -0400 Subject: [PATCH] update weyma-talos-testw02 and weyma-talos-w02 for kubevirt bridge --- .../machine/weyma-talos-testw01/network.yaml | 11 ++++++++++- config-patches/machine/weyma-talos-w02/network.yaml | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/config-patches/machine/weyma-talos-testw01/network.yaml b/config-patches/machine/weyma-talos-testw01/network.yaml index 1b938b1..2a819f2 100755 --- a/config-patches/machine/weyma-talos-testw01/network.yaml +++ b/config-patches/machine/weyma-talos-testw01/network.yaml @@ -3,8 +3,17 @@ machine: interfaces: - deviceSelector: hardwareAddr: "e8:ff:1e:d5:f8:22" + driver: "igc" dhcp: true + vlans: + - vlanId: 50 + dhcp: false - deviceSelector: hardwareAddr: "e8:ff:1e:d5:f8:21" mtu: 9000 - dhcp: true \ No newline at end of file + dhcp: true + - interface: br0 + dhcp: false + bridge: + interfaces: + - enp2s0.50 \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-w02/network.yaml b/config-patches/machine/weyma-talos-w02/network.yaml index ab9de37..86ef2b9 100755 --- a/config-patches/machine/weyma-talos-w02/network.yaml +++ b/config-patches/machine/weyma-talos-w02/network.yaml @@ -3,8 +3,17 @@ machine: interfaces: - deviceSelector: hardwareAddr: "e8:ff:1e:d4:b8:89" + driver: "igc" dhcp: true + vlans: + - vlanId: 50 + dhcp: false - deviceSelector: hardwareAddr: "e8:ff:1e:d4:b8:8a" mtu: 9000 - dhcp: true \ No newline at end of file + dhcp: true + - interface: br0 + dhcp: false + bridge: + interfaces: + - enp1s0.50 \ No newline at end of file