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