From 46c1d46c4399586a202f28140781368f4a3422fd Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 12 Jun 2025 14:35:59 -0400 Subject: [PATCH] re-add weyma-talos-w03 --- config-patches/machine/weyma-talos-testw03/hostname.yaml | 3 --- config-patches/machine/weyma-talos-w03/hostname.yaml | 3 +++ .../{weyma-talos-testw03 => weyma-talos-w03}/network.yaml | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100755 config-patches/machine/weyma-talos-testw03/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-w03/hostname.yaml rename config-patches/machine/{weyma-talos-testw03 => weyma-talos-w03}/network.yaml (56%) diff --git a/config-patches/machine/weyma-talos-testw03/hostname.yaml b/config-patches/machine/weyma-talos-testw03/hostname.yaml deleted file mode 100755 index 38cb3f8..0000000 --- a/config-patches/machine/weyma-talos-testw03/hostname.yaml +++ /dev/null @@ -1,3 +0,0 @@ -machine: - network: - hostname: "weyma-talos-testw03" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-w03/hostname.yaml b/config-patches/machine/weyma-talos-w03/hostname.yaml new file mode 100755 index 0000000..7e7d140 --- /dev/null +++ b/config-patches/machine/weyma-talos-w03/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-w03" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw03/network.yaml b/config-patches/machine/weyma-talos-w03/network.yaml similarity index 56% rename from config-patches/machine/weyma-talos-testw03/network.yaml rename to config-patches/machine/weyma-talos-w03/network.yaml index c707dcb..e8996de 100755 --- a/config-patches/machine/weyma-talos-testw03/network.yaml +++ b/config-patches/machine/weyma-talos-w03/network.yaml @@ -2,10 +2,11 @@ machine: network: interfaces: - deviceSelector: - hardwareAddr: "bc:24:11:6c:aa:da" + hardwareAddr: "bc:24:11:be:6c:08" driver: "virtio*" dhcp: true - deviceSelector: - hardwareAddr: "bc:24:11:98:7a:86" + hardwareAddr: "bc:24:11:f8:4a:92" driver: "virtio*" - dhcp: true \ No newline at end of file + dhcp: true + mtu: 8996 \ No newline at end of file