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