From 4ed7140a5f6bd7f85d05d74c3d8a23f790fdb8b9 Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 5 May 2025 14:54:01 -0400 Subject: [PATCH] add weyma-talos-testcp02 --- config-patches/machine/weyma-talos-testcp02/hostname.yaml | 3 +++ config-patches/machine/weyma-talos-testcp02/network.yaml | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 config-patches/machine/weyma-talos-testcp02/hostname.yaml create mode 100644 config-patches/machine/weyma-talos-testcp02/network.yaml diff --git a/config-patches/machine/weyma-talos-testcp02/hostname.yaml b/config-patches/machine/weyma-talos-testcp02/hostname.yaml new file mode 100644 index 0000000..ba44613 --- /dev/null +++ b/config-patches/machine/weyma-talos-testcp02/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-testcp02" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testcp02/network.yaml b/config-patches/machine/weyma-talos-testcp02/network.yaml new file mode 100644 index 0000000..9aa5535 --- /dev/null +++ b/config-patches/machine/weyma-talos-testcp02/network.yaml @@ -0,0 +1,7 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "00:16:3e:13:1a:d7" + driver: "virtio*" + dhcp: true \ No newline at end of file