- remove legacy hosts/chelsty/ monolith - chelsty-infra: add capabilities, networking, paths, runtime (mosquitto, zigbee2mqtt, stability-agent) - chelsty-ha: add capabilities - align with site/node model Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
45 lines
719 B
YAML
45 lines
719 B
YAML
host: chelsty-infra
|
|
site: chelsty
|
|
|
|
capabilities:
|
|
hardware:
|
|
cpu:
|
|
arch: x86_64
|
|
cores: 4
|
|
threads: 4
|
|
memory:
|
|
total_gb: 16
|
|
acceleration:
|
|
type: none
|
|
|
|
virtualization:
|
|
supported: true
|
|
type: kvm
|
|
|
|
storage:
|
|
persistence: persistent
|
|
type: ssd
|
|
capacity_gb: 250
|
|
|
|
networking:
|
|
reachability: tailscale-only
|
|
ingress_suitability: false
|
|
bandwidth: LTE
|
|
|
|
runtime:
|
|
container_engine: docker
|
|
os: debian
|
|
|
|
operational:
|
|
power_constraint: low-power
|
|
connectivity: intermittent
|
|
availability_target: best-effort
|
|
offline_operation_required: true
|
|
|
|
deployment:
|
|
suitability:
|
|
- staging
|
|
- infra
|
|
- edge
|
|
restricted: false
|