From a8c51ce84b8e0a4d67fe8207d88b8c362be07cb4 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 9 Nov 2025 01:42:52 +0100 Subject: [PATCH] Added node types --- nodes/hellas/helios.yaml | 1 + nodes/hellas/hyperion.yaml | 1 + nodes/hellas/selene.yaml | 1 + nodes/testing/talos-vm.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/nodes/hellas/helios.yaml b/nodes/hellas/helios.yaml index 4a048d6..eedd4f9 100644 --- a/nodes/hellas/helios.yaml +++ b/nodes/hellas/helios.yaml @@ -1,3 +1,4 @@ serial: 5CZ7NX2 interface: enp2s0 ip: 10.0.0.202 +type: "controlplane" diff --git a/nodes/hellas/hyperion.yaml b/nodes/hellas/hyperion.yaml index b856b0f..2a869c1 100644 --- a/nodes/hellas/hyperion.yaml +++ b/nodes/hellas/hyperion.yaml @@ -1,3 +1,4 @@ serial: F3PKRH2 interface: enp3s0 ip: 10.0.0.201 +type: "controlplane" diff --git a/nodes/hellas/selene.yaml b/nodes/hellas/selene.yaml index c7ca14d..194b798 100644 --- a/nodes/hellas/selene.yaml +++ b/nodes/hellas/selene.yaml @@ -1,3 +1,4 @@ serial: J33CHY2 interface: enp2s0 ip: 10.0.0.203 +type: "controlplane" diff --git a/nodes/testing/talos-vm.yaml b/nodes/testing/talos-vm.yaml index e29b948..351fd95 100644 --- a/nodes/testing/talos-vm.yaml +++ b/nodes/testing/talos-vm.yaml @@ -1,3 +1,4 @@ serial: talos-vm interface: eth0 ip: 192.168.1.2 +type: "controlplane"