From 4150d8f302dd67f1f9b3641a33dcad3862d139d4 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 30 May 2025 14:03:49 -0400 Subject: [PATCH] add new nodes --- config-patches/machine/weyma-talos-cp02/hostname.yaml | 3 +++ .../network.yaml | 2 +- config-patches/machine/weyma-talos-cp03/hostname.yaml | 3 +++ config-patches/machine/weyma-talos-cp03/network.yaml | 7 +++++++ config-patches/machine/weyma-talos-testcp02/hostname.yaml | 3 --- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 config-patches/machine/weyma-talos-cp02/hostname.yaml rename config-patches/machine/{weyma-talos-testcp02 => weyma-talos-cp02}/network.yaml (70%) create mode 100644 config-patches/machine/weyma-talos-cp03/hostname.yaml create mode 100644 config-patches/machine/weyma-talos-cp03/network.yaml delete mode 100644 config-patches/machine/weyma-talos-testcp02/hostname.yaml diff --git a/config-patches/machine/weyma-talos-cp02/hostname.yaml b/config-patches/machine/weyma-talos-cp02/hostname.yaml new file mode 100644 index 0000000..66038c2 --- /dev/null +++ b/config-patches/machine/weyma-talos-cp02/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-cp02" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testcp02/network.yaml b/config-patches/machine/weyma-talos-cp02/network.yaml similarity index 70% rename from config-patches/machine/weyma-talos-testcp02/network.yaml rename to config-patches/machine/weyma-talos-cp02/network.yaml index 9aa5535..95d0b27 100644 --- a/config-patches/machine/weyma-talos-testcp02/network.yaml +++ b/config-patches/machine/weyma-talos-cp02/network.yaml @@ -2,6 +2,6 @@ machine: network: interfaces: - deviceSelector: - hardwareAddr: "00:16:3e:13:1a:d7" + hardwareAddr: "00:16:3e:9c:01:27" driver: "virtio*" dhcp: true \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-cp03/hostname.yaml b/config-patches/machine/weyma-talos-cp03/hostname.yaml new file mode 100644 index 0000000..7d31bc9 --- /dev/null +++ b/config-patches/machine/weyma-talos-cp03/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-cp03" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-cp03/network.yaml b/config-patches/machine/weyma-talos-cp03/network.yaml new file mode 100644 index 0000000..18ac78d --- /dev/null +++ b/config-patches/machine/weyma-talos-cp03/network.yaml @@ -0,0 +1,7 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "00:16:3e:a7:fb:9d" + driver: "virtio*" + dhcp: true \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testcp02/hostname.yaml b/config-patches/machine/weyma-talos-testcp02/hostname.yaml deleted file mode 100644 index ba44613..0000000 --- a/config-patches/machine/weyma-talos-testcp02/hostname.yaml +++ /dev/null @@ -1,3 +0,0 @@ -machine: - network: - hostname: "weyma-talos-testcp02" \ No newline at end of file