From a4dacac82ebd1393ed11785dcee9131497ed4a98 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 13 Apr 2025 18:54:18 -0400 Subject: [PATCH] add weyma-talos-testw04 --- .../machine/weyma-talos-testw04/hostname.yaml | 3 +++ .../machine/weyma-talos-testw04/network.yaml | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100755 config-patches/machine/weyma-talos-testw04/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-testw04/network.yaml diff --git a/config-patches/machine/weyma-talos-testw04/hostname.yaml b/config-patches/machine/weyma-talos-testw04/hostname.yaml new file mode 100755 index 0000000..4a7d767 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw04/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-testw04" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw04/network.yaml b/config-patches/machine/weyma-talos-testw04/network.yaml new file mode 100755 index 0000000..105a33a --- /dev/null +++ b/config-patches/machine/weyma-talos-testw04/network.yaml @@ -0,0 +1,10 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "f4:52:14:60:5e:30" + dhcp: true + - deviceSelector: + hardwareAddr: "f4:52:14:60:5e:31" + dhcp: true + mtu: 9000 \ No newline at end of file