From 3390eef629e6b649f670f12e1a94ef7d0db10e0d Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 25 Feb 2025 20:35:15 -0500 Subject: [PATCH] add black start and cluster config --- black-start/dockge/docker-compose.yaml | 0 black-start/services/image-cache/docker-compose.yaml | 0 .../services/talos-discovery/docker-compose.yaml | 0 config-patches/cluster/weyma-image-cache.yaml | 0 config-patches/cluster/weyma-internal-discovery.yaml | 0 config-patches/cluster/weyma-pod-svc-subnets.yaml | 0 config-patches/machine/common/install-disk.yaml | 3 +++ .../machine/weyma-talos-testcp01/hostname.yaml | 0 .../machine/weyma-talos-testcp01/network.yaml | 7 +++++++ .../machine/weyma-talos-testw01/hostname.yaml | 0 .../machine/weyma-talos-testw01/network.yaml | 10 ++++++++++ .../machine/weyma-talos-testw02/hostname.yaml | 3 +++ .../machine/weyma-talos-testw02/network.yaml | 10 ++++++++++ .../machine/weyma-talos-testw03/hostname.yaml | 3 +++ .../machine/weyma-talos-testw03/network.yaml | 11 +++++++++++ 15 files changed, 47 insertions(+) mode change 100644 => 100755 black-start/dockge/docker-compose.yaml mode change 100644 => 100755 black-start/services/image-cache/docker-compose.yaml mode change 100644 => 100755 black-start/services/talos-discovery/docker-compose.yaml mode change 100644 => 100755 config-patches/cluster/weyma-image-cache.yaml mode change 100644 => 100755 config-patches/cluster/weyma-internal-discovery.yaml mode change 100644 => 100755 config-patches/cluster/weyma-pod-svc-subnets.yaml create mode 100755 config-patches/machine/common/install-disk.yaml mode change 100644 => 100755 config-patches/machine/weyma-talos-testcp01/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-testcp01/network.yaml mode change 100644 => 100755 config-patches/machine/weyma-talos-testw01/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-testw01/network.yaml create mode 100755 config-patches/machine/weyma-talos-testw02/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-testw02/network.yaml create mode 100755 config-patches/machine/weyma-talos-testw03/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-testw03/network.yaml diff --git a/black-start/dockge/docker-compose.yaml b/black-start/dockge/docker-compose.yaml old mode 100644 new mode 100755 diff --git a/black-start/services/image-cache/docker-compose.yaml b/black-start/services/image-cache/docker-compose.yaml old mode 100644 new mode 100755 diff --git a/black-start/services/talos-discovery/docker-compose.yaml b/black-start/services/talos-discovery/docker-compose.yaml old mode 100644 new mode 100755 diff --git a/config-patches/cluster/weyma-image-cache.yaml b/config-patches/cluster/weyma-image-cache.yaml old mode 100644 new mode 100755 diff --git a/config-patches/cluster/weyma-internal-discovery.yaml b/config-patches/cluster/weyma-internal-discovery.yaml old mode 100644 new mode 100755 diff --git a/config-patches/cluster/weyma-pod-svc-subnets.yaml b/config-patches/cluster/weyma-pod-svc-subnets.yaml old mode 100644 new mode 100755 diff --git a/config-patches/machine/common/install-disk.yaml b/config-patches/machine/common/install-disk.yaml new file mode 100755 index 0000000..656bd69 --- /dev/null +++ b/config-patches/machine/common/install-disk.yaml @@ -0,0 +1,3 @@ +machine: + install: + disk: /dev/sda \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testcp01/hostname.yaml b/config-patches/machine/weyma-talos-testcp01/hostname.yaml old mode 100644 new mode 100755 diff --git a/config-patches/machine/weyma-talos-testcp01/network.yaml b/config-patches/machine/weyma-talos-testcp01/network.yaml new file mode 100755 index 0000000..af8f192 --- /dev/null +++ b/config-patches/machine/weyma-talos-testcp01/network.yaml @@ -0,0 +1,7 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "bc:24:11:e6:ff:7b" + driver: "virtio*" + dhcp: true \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw01/hostname.yaml b/config-patches/machine/weyma-talos-testw01/hostname.yaml old mode 100644 new mode 100755 diff --git a/config-patches/machine/weyma-talos-testw01/network.yaml b/config-patches/machine/weyma-talos-testw01/network.yaml new file mode 100755 index 0000000..1b938b1 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw01/network.yaml @@ -0,0 +1,10 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "e8:ff:1e:d5:f8:22" + dhcp: true + - deviceSelector: + hardwareAddr: "e8:ff:1e:d5:f8:21" + mtu: 9000 + dhcp: true \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw02/hostname.yaml b/config-patches/machine/weyma-talos-testw02/hostname.yaml new file mode 100755 index 0000000..2f1d165 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw02/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-testw02" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw02/network.yaml b/config-patches/machine/weyma-talos-testw02/network.yaml new file mode 100755 index 0000000..ea63f39 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw02/network.yaml @@ -0,0 +1,10 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "e8:ff:1e:d4:b8:8a" + dhcp: true + - deviceSelector: + hardwareAddr: "e8:ff:1e:d4:b8:89" + mtu: 9000 + dhcp: true \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw03/hostname.yaml b/config-patches/machine/weyma-talos-testw03/hostname.yaml new file mode 100755 index 0000000..38cb3f8 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw03/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-testw03" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw03/network.yaml b/config-patches/machine/weyma-talos-testw03/network.yaml new file mode 100755 index 0000000..c707dcb --- /dev/null +++ b/config-patches/machine/weyma-talos-testw03/network.yaml @@ -0,0 +1,11 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "bc:24:11:6c:aa:da" + driver: "virtio*" + dhcp: true + - deviceSelector: + hardwareAddr: "bc:24:11:98:7a:86" + driver: "virtio*" + dhcp: true \ No newline at end of file