fix: consolidate under main branch, remove bones.yml, update README fleet map, fix service files to pull main

This commit is contained in:
Artemis (Iron Legion)
2026-05-27 11:04:08 -04:00
parent 95a7058eb2
commit 75de374d83
9 changed files with 398 additions and 35 deletions

View File

@@ -1,27 +0,0 @@
---
# Bones (Mark XLI) — Headless CPU-only node
node_type: headless
has_gpu: false
# Headless essentials
extra_packages:
- cpufrequtils # CPU frequency management
- lm-sensors # Temperature monitoring
- smartmontools # Disk health monitoring
- hdparm # Disk performance tuning
- netdata # lightweight monitoring (optional)
# Services managed on Bones
managed_services:
- name: jarvis # Paperclip + Ollama + PostgreSQL stack
enabled: true
- name: ollama # CPU inference only
enabled: true
# Ollama config (CPU mode, very small models)
ollama_models:
- gemma3:1b # Ultra-tiny for CPU
# Node-specific vars
bones_storage: "256GB SSD"
jvm_heap: "512m"