From dbc4be6d156723d57b785d96bbdeb6eb33ebc68e Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 5 May 2025 13:50:58 -0400 Subject: [PATCH] add weyma-talos-testw05 --- .../machine/weyma-talos-testw05/hostname.yaml | 3 +++ .../machine/weyma-talos-testw05/network.yaml | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100755 config-patches/machine/weyma-talos-testw05/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-testw05/network.yaml diff --git a/config-patches/machine/weyma-talos-testw05/hostname.yaml b/config-patches/machine/weyma-talos-testw05/hostname.yaml new file mode 100755 index 0000000..6289d66 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw05/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-testw05" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw05/network.yaml b/config-patches/machine/weyma-talos-testw05/network.yaml new file mode 100755 index 0000000..69949c1 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw05/network.yaml @@ -0,0 +1,10 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "00:16:3e:21:fd:34" + dhcp: true + - deviceSelector: + hardwareAddr: "00:16:3e:86:5f:76" + dhcp: true + mtu: 9000 \ No newline at end of file