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
|
||||
os_hostname: chelsty-ha
|
||||
site: chelsty
|
||||
|
||||
roles:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
hostname: chelsty-infra
|
||||
os_hostname: chelsty-infra
|
||||
site: chelsty
|
||||
|
||||
roles:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
hostname: piha
|
||||
os_hostname: piha
|
||||
|
||||
roles:
|
||||
- infra
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
hostname: saturn
|
||||
os_hostname: saturn
|
||||
|
||||
roles:
|
||||
- control
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
hostname: solaria
|
||||
os_hostname: solaria
|
||||
|
||||
roles:
|
||||
- compute
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
hostname: vps
|
||||
os_hostname: ubuntu-4gb-hel1-1
|
||||
|
||||
roles:
|
||||
- edge
|
||||
|
|
|
|||
Loading…
Reference in a new issue