From 644f32d2f73ee35af579694efbf1d5873ddbd489 Mon Sep 17 00:00:00 2001 From: oskar Date: Wed, 24 Jun 2026 22:24:34 +0200 Subject: [PATCH] feat(hosts): add os_hostname field to all host.yaml files Declares the real OS-level hostname for each node so deploy-node.sh can resolve the correct hosts/ directory without assuming OS-hostname == logical name. Only VPS differs: its OS hostname is ubuntu-4gb-hel1-1 while the repo directory is hosts/vps/. Co-Authored-By: Claude Sonnet 4.6 --- hosts/chelsty-ha/host.yaml | 1 + hosts/chelsty-infra/host.yaml | 1 + hosts/piha/host.yaml | 1 + hosts/saturn/host.yaml | 1 + hosts/solaria/host.yaml | 1 + hosts/vps/host.yaml | 1 + 6 files changed, 6 insertions(+) diff --git a/hosts/chelsty-ha/host.yaml b/hosts/chelsty-ha/host.yaml index 2a99047..bf60cae 100644 --- a/hosts/chelsty-ha/host.yaml +++ b/hosts/chelsty-ha/host.yaml @@ -1,4 +1,5 @@ hostname: chelsty-ha +os_hostname: chelsty-ha site: chelsty roles: diff --git a/hosts/chelsty-infra/host.yaml b/hosts/chelsty-infra/host.yaml index 9a6aa7d..5afdf67 100644 --- a/hosts/chelsty-infra/host.yaml +++ b/hosts/chelsty-infra/host.yaml @@ -1,4 +1,5 @@ hostname: chelsty-infra +os_hostname: chelsty-infra site: chelsty roles: diff --git a/hosts/piha/host.yaml b/hosts/piha/host.yaml index 56c488b..8d80c6e 100644 --- a/hosts/piha/host.yaml +++ b/hosts/piha/host.yaml @@ -1,4 +1,5 @@ hostname: piha +os_hostname: piha roles: - infra diff --git a/hosts/saturn/host.yaml b/hosts/saturn/host.yaml index 583b64a..19416fa 100644 --- a/hosts/saturn/host.yaml +++ b/hosts/saturn/host.yaml @@ -1,4 +1,5 @@ hostname: saturn +os_hostname: saturn roles: - control diff --git a/hosts/solaria/host.yaml b/hosts/solaria/host.yaml index c6d5538..3b56045 100644 --- a/hosts/solaria/host.yaml +++ b/hosts/solaria/host.yaml @@ -1,4 +1,5 @@ hostname: solaria +os_hostname: solaria roles: - compute diff --git a/hosts/vps/host.yaml b/hosts/vps/host.yaml index f19dbea..a96aafc 100644 --- a/hosts/vps/host.yaml +++ b/hosts/vps/host.yaml @@ -1,4 +1,5 @@ hostname: vps +os_hostname: ubuntu-4gb-hel1-1 roles: - edge