From b35bfd987ad13f4560e894e69a2259bfc2b7d4db Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 24 Sep 2025 16:01:38 -0400 Subject: [PATCH] experimental vlan config for weyma-talos-testw04 --- .../machine/weyma-talos-testw04/network.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config-patches/machine/weyma-talos-testw04/network.yaml b/config-patches/machine/weyma-talos-testw04/network.yaml index 105a33a..c9e0c7f 100755 --- a/config-patches/machine/weyma-talos-testw04/network.yaml +++ b/config-patches/machine/weyma-talos-testw04/network.yaml @@ -3,8 +3,18 @@ machine: interfaces: - deviceSelector: hardwareAddr: "f4:52:14:60:5e:30" + driver: "mlx4_core" dhcp: true + vlans: + - vlanId: 50 + dhcp: false - deviceSelector: hardwareAddr: "f4:52:14:60:5e:31" dhcp: true - mtu: 9000 \ No newline at end of file + mtu: 9000 + - interface: br0 + addresses: + - 10.105.20.254/24 + bridge: + interfaces: + - eno1.50 \ No newline at end of file