diff --git a/config-patches/machine/weyma-talos-testw04/hostname.yaml b/config-patches/machine/weyma-talos-testw04/hostname.yaml new file mode 100755 index 0000000..4a7d767 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw04/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-testw04" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw04/network.yaml b/config-patches/machine/weyma-talos-testw04/network.yaml new file mode 100755 index 0000000..105a33a --- /dev/null +++ b/config-patches/machine/weyma-talos-testw04/network.yaml @@ -0,0 +1,10 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "f4:52:14:60:5e:30" + dhcp: true + - deviceSelector: + hardwareAddr: "f4:52:14:60:5e:31" + dhcp: true + mtu: 9000 \ No newline at end of file