From e4f6c46fc36277deba937310cc74e99a598c8459 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 22 Nov 2025 00:39:40 +0100 Subject: [PATCH] Renamed production cluster to titan --- nodes/{hellas => titan}/_defaults.yaml | 2 +- nodes/{hellas => titan}/_secrets.yaml | Bin nodes/{hellas => titan}/helios.yaml | 0 nodes/{hellas => titan}/hyperion.yaml | 0 nodes/{hellas => titan}/selene.yaml | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename nodes/{hellas => titan}/_defaults.yaml (90%) rename nodes/{hellas => titan}/_secrets.yaml (100%) rename nodes/{hellas => titan}/helios.yaml (100%) rename nodes/{hellas => titan}/hyperion.yaml (100%) rename nodes/{hellas => titan}/selene.yaml (100%) diff --git a/nodes/hellas/_defaults.yaml b/nodes/titan/_defaults.yaml similarity index 90% rename from nodes/hellas/_defaults.yaml rename to nodes/titan/_defaults.yaml index c406f52..efa57c0 100644 --- a/nodes/hellas/_defaults.yaml +++ b/nodes/titan/_defaults.yaml @@ -2,6 +2,6 @@ netmask: 255.255.252.0 gateway: 10.0.0.1 installDisk: /dev/sda cluster: - name: hellas + name: titan controlPlaneIp: 10.0.2.1 secretsFile: !realpath _secrets.yaml diff --git a/nodes/hellas/_secrets.yaml b/nodes/titan/_secrets.yaml similarity index 100% rename from nodes/hellas/_secrets.yaml rename to nodes/titan/_secrets.yaml diff --git a/nodes/hellas/helios.yaml b/nodes/titan/helios.yaml similarity index 100% rename from nodes/hellas/helios.yaml rename to nodes/titan/helios.yaml diff --git a/nodes/hellas/hyperion.yaml b/nodes/titan/hyperion.yaml similarity index 100% rename from nodes/hellas/hyperion.yaml rename to nodes/titan/hyperion.yaml diff --git a/nodes/hellas/selene.yaml b/nodes/titan/selene.yaml similarity index 100% rename from nodes/hellas/selene.yaml rename to nodes/titan/selene.yaml