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 <noreply@anthropic.com>
This commit is contained in:
parent
43c47a0a55
commit
644f32d2f7
|
|
@ -1,4 +1,5 @@
|
||||||
hostname: chelsty-ha
|
hostname: chelsty-ha
|
||||||
|
os_hostname: chelsty-ha
|
||||||
site: chelsty
|
site: chelsty
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
hostname: chelsty-infra
|
hostname: chelsty-infra
|
||||||
|
os_hostname: chelsty-infra
|
||||||
site: chelsty
|
site: chelsty
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
hostname: piha
|
hostname: piha
|
||||||
|
os_hostname: piha
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- infra
|
- infra
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
hostname: saturn
|
hostname: saturn
|
||||||
|
os_hostname: saturn
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- control
|
- control
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
hostname: solaria
|
hostname: solaria
|
||||||
|
os_hostname: solaria
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- compute
|
- compute
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
hostname: vps
|
hostname: vps
|
||||||
|
os_hostname: ubuntu-4gb-hel1-1
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- edge
|
- edge
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue