Add detailed infrastructure inventory

- reference/infrastructure_detailed.md: Docker containers, hardware specs, TOML format
- Updated system/technical/infrastructure.md to point to new file
- Note: Pending live rebuild when infrastructure monitoring in place
This commit is contained in:
Ani
2026-03-19 18:37:56 -04:00
parent 5809ca74a1
commit 28fd4c0d90
2 changed files with 108 additions and 1 deletions

View File

@@ -0,0 +1,106 @@
---
description: Detailed infrastructure inventory. Docker containers, hardware specs, node details. TOML format, pending live rebuild.
limit: 50000
---
# Infrastructure Inventory
## November 28, 2025. Detailed Discovery.
*Note: This is operational data in TOML format. To be rebuilt as live reports later. Current as of discovery date.*
---
## The Nodes (Hardware)
### leaf.125 — Primary Compute
```
CPU: Intel Core i7-8700K @ 3.70GHz (12 cores, 12 threads)
RAM: 31 GB total, 11 GB free
Storage: 76 GB root free, 465.8 GB NVMe
GPU: AMD RX 460/560D (Baffin), 2048 MB VRAM
LXC Containers:
- OllamaGen1 (#109) — RUNNING, Ollama process PID 4074573
- Minecraft (#111) — RUNNING
- Debian-AgentTester (#110) — STOPPED
```
### stem.36 — Secondary Compute
```
CPU: Intel Core i7-6700 @ 3.40GHz (8 cores, 8 threads)
RAM: 31 GB total, 2.6 GB free (TIGHT)
Storage: 53 GB root free, 1.8 TB secondary
GPU: NVIDIA GeForce GTX 1070 Ti (GP104), 8192 MB VRAM
LXC Containers:
- Matrix (#106) — RUNNING
- Craft (#105) — STOPPED
Ollama: Not installed
```
### node.35 — Infrastructure Control Plane
```
CPU: Intel Xeon E3-1240 v6 @ 3.70GHz (8 cores, 8 threads)
RAM: 15 GB total, 5.9 GB used, 444 MB free (CRITICAL)
Storage: 63 GB root free, 10.9 TB secondary
GPU: NVIDIA Quadro P600, 2048 MB VRAM
LXC Containers:
- Pi-hole (#102) — RUNNING
- WIUF-Docker (#108) — RUNNING (18 Docker containers inside)
- Andromedia (#100) — STOPPED
VMs (all STOPPED):
- Surface-Tab (#101)
- HACK-SONOMA (#103)
- Fedora (#104)
- Fedora-Gnome (#107)
```
---
## Docker Containers (WIUF-Docker on node.35)
| Container | Status | Purpose |
|-----------|--------|---------|
| samaritan-solutions | Up 2 weeks | Casey's business website |
| caseytunturi | Up 2 weeks | Casey's personal website |
| vaultwarden | Up 2 weeks (healthy) | Password manager |
| plex | Up 2 weeks | Media server |
| doubleplusfree | Up 2 weeks | Unknown (Casey's codebase?) |
| redflag | Up 2 weeks | Unknown (security/monitoring?) |
| crowdsec | Up 2 weeks (healthy) | Security/IPS |
| traefik | Up 2 weeks | Reverse proxy and ingress |
| komodo-core-1 | Up 2 weeks | Komodo monitoring (core) |
| komodo-postgres-1 | Up 2 weeks | Komodo database (PostgreSQL) |
| komodo-ferretdb-1 | Up 2 weeks (healthy) | Komodo document store (FerretDB) |
| komodo-periphery-1 | Up 2 weeks | Komodo agent/periphery |
| signaling-server | Up 2 weeks | Signaling server (likely WebRTC) |
| pangolin | Up 2 weeks (healthy) | Unknown (likely web application) |
| gerbil | Up 2 weeks | Unknown (likely web application) |
| deluge | Up 2 weeks | Torrent client |
| wg-easy | Up 2 weeks (healthy) | WireGuard VPN management |
| cloudflare-ddns | Up 2 weeks | Dynamic DNS updates |
| audiobookshelf | Up 2 weeks | Audiobook server |
| kiwix_serve | Up 7 days | Offline Wikipedia/docs server |
---
## Network
All on 10.10.20.x subnet
Docker networks: 172.17-20.0.0/16 bridges
---
## Ollama Status
- **leaf.125:** OllamaGen1 LXC (#109), process running (PID 4074573), models unknown (API not accessible from host)
- **stem.36:** Not installed
- **node.35:** Not installed (Docker present in WIUF-Docker LXC)
---
*Discovery completed 2025-11-28. To be rebuilt as live reports when infrastructure monitoring in place.*

View File

@@ -20,7 +20,8 @@ limit: 15000
## For Full Details
See `reference/infrastructure_nov2025.md`complete discovery notes, deployment questions, RAM assessment.
- `reference/infrastructure_nov2025.md`Discovery notes, deployment questions, RAM assessment
- `reference/infrastructure_detailed.md` — Docker containers, hardware specs, node details (TOML, pending live rebuild)
**CRITICAL:** Update this file when infrastructure changes. Stale data is dangerous.