63 lines
1.4 KiB
YAML
63 lines
1.4 KiB
YAML
fleet_name: timmy-laptop-fleet
|
|
machines:
|
|
- hostname: timmy-anchor-a
|
|
machine_type: laptop
|
|
ram_gb: 16
|
|
cpu_cores: 8
|
|
os: macOS
|
|
adapter_condition: good
|
|
idle_watts: 11
|
|
always_on_capable: true
|
|
notes: candidate 24/7 anchor agent
|
|
|
|
- hostname: timmy-anchor-b
|
|
machine_type: laptop
|
|
ram_gb: 8
|
|
cpu_cores: 4
|
|
os: Linux
|
|
adapter_condition: good
|
|
idle_watts: 13
|
|
always_on_capable: true
|
|
notes: candidate 24/7 anchor agent
|
|
|
|
- hostname: timmy-daylight-a
|
|
machine_type: laptop
|
|
ram_gb: 32
|
|
cpu_cores: 10
|
|
os: macOS
|
|
adapter_condition: ok
|
|
idle_watts: 22
|
|
always_on_capable: true
|
|
notes: higher-performance daylight compute
|
|
|
|
- hostname: timmy-daylight-b
|
|
machine_type: laptop
|
|
ram_gb: 16
|
|
cpu_cores: 8
|
|
os: Linux
|
|
adapter_condition: ok
|
|
idle_watts: 19
|
|
always_on_capable: true
|
|
notes: daylight compute node
|
|
|
|
- hostname: timmy-daylight-c
|
|
machine_type: laptop
|
|
ram_gb: 8
|
|
cpu_cores: 4
|
|
os: Windows
|
|
adapter_condition: needs_replacement
|
|
idle_watts: 17
|
|
always_on_capable: false
|
|
notes: repair power adapter before production duty
|
|
|
|
- hostname: timmy-desktop-nas
|
|
machine_type: desktop
|
|
ram_gb: 64
|
|
cpu_cores: 12
|
|
os: Linux
|
|
adapter_condition: good
|
|
idle_watts: 58
|
|
always_on_capable: false
|
|
has_4tb_ssd: true
|
|
notes: desktop plus 4TB SSD NAS and heavy compute during peak sun
|