From 49b310eff56d8e982f7fb0cdc267a37265ca32d0 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 8 Nov 2025 03:20:03 +0100 Subject: [PATCH] Renamed clusters --- nodes/{production => hellas}/_defaults.yaml | 0 nodes/{production => hellas}/helios.yaml | 0 nodes/{production => hellas}/hyperion.yaml | 0 nodes/{production => hellas}/selene.yaml | 0 nodes/{vm => testing}/_defaults.yaml | 0 nodes/{vm => testing}/talos-vm.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename nodes/{production => hellas}/_defaults.yaml (100%) rename nodes/{production => hellas}/helios.yaml (100%) rename nodes/{production => hellas}/hyperion.yaml (100%) rename nodes/{production => hellas}/selene.yaml (100%) rename nodes/{vm => testing}/_defaults.yaml (100%) rename nodes/{vm => testing}/talos-vm.yaml (100%) diff --git a/nodes/production/_defaults.yaml b/nodes/hellas/_defaults.yaml similarity index 100% rename from nodes/production/_defaults.yaml rename to nodes/hellas/_defaults.yaml diff --git a/nodes/production/helios.yaml b/nodes/hellas/helios.yaml similarity index 100% rename from nodes/production/helios.yaml rename to nodes/hellas/helios.yaml diff --git a/nodes/production/hyperion.yaml b/nodes/hellas/hyperion.yaml similarity index 100% rename from nodes/production/hyperion.yaml rename to nodes/hellas/hyperion.yaml diff --git a/nodes/production/selene.yaml b/nodes/hellas/selene.yaml similarity index 100% rename from nodes/production/selene.yaml rename to nodes/hellas/selene.yaml diff --git a/nodes/vm/_defaults.yaml b/nodes/testing/_defaults.yaml similarity index 100% rename from nodes/vm/_defaults.yaml rename to nodes/testing/_defaults.yaml diff --git a/nodes/vm/talos-vm.yaml b/nodes/testing/talos-vm.yaml similarity index 100% rename from nodes/vm/talos-vm.yaml rename to nodes/testing/talos-vm.yaml