docs(infrastructure): correct VM/template counts and clarify resource types

Update infrastructure documentation across all files to accurately distinguish
between active VMs (8), templates (2), and LXC containers (4). Previously,
VM templates 104 (ubuntu-dev) and 107 (ubuntu-docker) were incorrectly counted
as active VMs, inflating the total VM count to 10.

Changes:
- CLAUDE.md: Update Quick Reference and Infrastructure Overview sections
- CLAUDE_STATUS.md: Add dedicated VM Templates section with explanatory note
- INDEX.md: Separate templates from active VMs in infrastructure inventory
- README.md: Add VM Templates section distinguishing from active VMs
- Claude_UPDATES.md: Update infrastructure counts in Quick Reference tables
- services/README.md: Correct footer infrastructure counts
- sub-agents/*.md: Update infrastructure context in all agent prompts

This ensures accurate resource tracking and clarifies that templates are
immutable base images for cloning, not running workloads.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-08 13:11:29 -07:00
parent 004e3da77c
commit d3dc899b30
9 changed files with 39 additions and 21 deletions

View File

@@ -5,7 +5,8 @@ infrastructure_source: CLAUDE_STATUS.md
repository_type: homelab
primary_node: serviceslab
proxmox_version: 8.3.3
vm_count: 10
vm_count: 8
template_count: 2
lxc_count: 4
working_directory: /home/jramos/homelab
git_remote: http://192.168.2.102:3060/jramos/homelab.git
@@ -25,7 +26,7 @@ This is a homelab infrastructure repository managing a Proxmox VE 8.3.3-based se
|----------|-------|
| **Proxmox Node** | serviceslab (192.168.2.200:8006) |
| **Proxmox Version** | PVE 8.3.3 |
| **Infrastructure** | 10 VMs, 4 LXC containers |
| **Infrastructure** | 8 VMs, 2 Templates, 4 LXC containers |
| **Monitoring** | http://192.168.2.114:3000 (Grafana) |
| **Version Control** | Gitea at 192.168.2.102:3060 |
| **Working Directory** | /home/jramos/homelab |
@@ -91,7 +92,8 @@ Is this code/config creation (Ansible, Python, Terraform)?
- **Complete Index**: `INDEX.md`
**Quick Summary:**
- **VMs**: 10 total (IDs: 100, 101, 104-111)
- **VMs**: 8 total (IDs: 100, 101, 105, 106, 108-111)
- **Templates**: 2 total (IDs: 104, 107)
- **LXC Containers**: 4 total (IDs: 102, 103, 112, 113)
- **Storage Pools**: local, local-lvm, Vault (ZFS), PBS-Backups, iso-share
- **Monitoring**: VM 101 at 192.168.2.114 (Grafana/Prometheus/PVE Exporter)
@@ -135,7 +137,7 @@ If `CLAUDE_STATUS.md` is missing or corrupted, recover it from the latest disast
## Current Infrastructure Snapshot
- Proxmox VE 8.3.3 on serviceslab (192.168.2.200)
- 10 VMs, 4 LXC containers
- 8 VMs, 2 Templates, 4 LXC containers
## Current Initiative
**Goal**: [Initiative description]