docs(infrastructure): update documentation for PVE 8.4.0 upgrade and VM 114 deployment
Infrastructure updates reflected in latest collection (homelab-export-20251211-144345): Platform Upgrade: - Proxmox VE upgraded from 8.3.3 to 8.4.0 - Kernel 6.8.12-8-pve, pve-manager 8.4.14 - Enhanced performance, security updates, and bug fixes New Deployment: - VM 114 (haos): Home Assistant OS for smart home automation * Specs: 4GB RAM (87% utilized), 2 vCPUs, 50GB boot disk * Status: Running with ~3 days uptime * Purpose: Centralized IoT device management and home automation hub Service Activation: - CT 103 (netbox): Network documentation/IPAM now Running * Previously Stopped, now active with ~3.1 days uptime * Resource usage: 1.28GB/2GB memory (64%) * Required for ongoing infrastructure expansion planning Storage Utilization Updates: - PBS-Backups: 27.43% → 28.27% (normal backup retention growth) - Vault (ZFS): 10.88% → 12.13% (data accumulation monitored) - local: 15.13% → 19.11% (new VM deployment + system updates) - local-lvm: 0.0% → 0.01% (thin provisioned baseline) - iso-share: 1.4% → 1.45% (minimal change) Infrastructure Scale: - Total VMs: 8 → 9 - Templates: 2 (unchanged) - LXC Containers: 4 (unchanged) Files Updated: - CLAUDE_STATUS.md: Added comprehensive change log section, updated all metrics - INDEX.md: Updated infrastructure counts, VM/CT tables, storage utilization 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Homelab Infrastructure Status
|
||||
|
||||
**Last Updated**: 2025-12-07 12:00:40
|
||||
**Export Reference**: disaster-recovery/homelab-export-20251207-120040
|
||||
**Last Updated**: 2025-12-11 14:43:55
|
||||
**Export Reference**: disaster-recovery/homelab-export-20251211-144345
|
||||
|
||||
## Current Infrastructure Snapshot
|
||||
|
||||
### Proxmox Environment
|
||||
- **Node**: serviceslab
|
||||
- **Version**: Proxmox VE 8.3.3
|
||||
- **Version**: Proxmox VE 8.4.0
|
||||
- **Management IP**: 192.168.2.200
|
||||
- **Architecture**: Single-node cluster
|
||||
- **Total Resources**: 8 VMs, 2 Templates, 4 LXC Containers
|
||||
- **Total Resources**: 9 VMs, 2 Templates, 4 LXC Containers
|
||||
|
||||
---
|
||||
|
||||
## Virtual Machines (QEMU/KVM) - 8 VMs
|
||||
## Virtual Machines (QEMU/KVM) - 9 VMs
|
||||
|
||||
| VM ID | Name | IP Address | Status | Purpose |
|
||||
|-------|------|------------|--------|---------|
|
||||
@@ -26,6 +26,7 @@
|
||||
| 109 | web-server-01 | 192.168.2.XXX | Running | Web application server (clustered) |
|
||||
| 110 | web-server-02 | 192.168.2.XXX | Running | Load-balanced pair with web-server-01 |
|
||||
| 111 | db-server-01 | 192.168.2.XXX | Running | Backend database server |
|
||||
| 114 | haos | 192.168.2.XXX | Running | Home Assistant OS - smart home automation platform |
|
||||
|
||||
**Recent Changes**:
|
||||
- Added VM 101 (monitoring-docker) for dedicated monitoring infrastructure
|
||||
@@ -49,7 +50,7 @@
|
||||
| CT ID | Name | IP Address | Status | Purpose |
|
||||
|-------|------|------------|--------|---------|
|
||||
| 102 | nginx | 192.168.2.101 | Running | Reverse proxy/load balancer & NPM |
|
||||
| 103 | netbox | 192.168.2.XXX | Stopped | Network documentation/IPAM |
|
||||
| 103 | netbox | 192.168.2.XXX | Running | Network documentation/IPAM |
|
||||
| 112 | twingate-connector | 192.168.2.XXX | Running | Zero-trust network access connector |
|
||||
| 113 | n8n | 192.168.2.107 | Running | Workflow automation platform |
|
||||
|
||||
@@ -64,17 +65,17 @@
|
||||
|
||||
| Storage Pool | Type | Total | Used | % Used | Purpose |
|
||||
|--------------|------|-------|------|--------|---------|
|
||||
| local | Directory | - | - | 15.13% | System files, ISOs, templates |
|
||||
| local-lvm | LVM-Thin | - | - | 0.0% | VM disk images (thin provisioned) |
|
||||
| Vault | NFS/Directory | - | - | 10.88% | Secure storage for sensitive data |
|
||||
| PBS-Backups | PBS | - | - | 27.43% | Automated backup repository |
|
||||
| iso-share | NFS/CIFS | - | - | 1.4% | Installation media library |
|
||||
| local | Directory | - | - | 19.11% | System files, ISOs, templates |
|
||||
| local-lvm | LVM-Thin | - | - | 0.01% | VM disk images (thin provisioned) |
|
||||
| Vault | NFS/Directory | - | - | 12.13% | Secure storage for sensitive data |
|
||||
| PBS-Backups | PBS | - | - | 28.27% | Automated backup repository |
|
||||
| iso-share | NFS/CIFS | - | - | 1.45% | Installation media library |
|
||||
| localnetwork | Network Share | - | - | N/A | Shared resources across infrastructure |
|
||||
|
||||
**Capacity Notes**:
|
||||
- PBS-Backups utilization increased to 27.43% (healthy retention)
|
||||
- Vault utilization decreased to 10.88% (space optimization)
|
||||
- local storage at 15.13% (system overhead normal)
|
||||
- PBS-Backups utilization increased to 28.27% (healthy retention)
|
||||
- Vault utilization increased to 12.13% (data growth monitored)
|
||||
- local storage at 19.11% (system overhead within normal range)
|
||||
|
||||
---
|
||||
|
||||
@@ -217,6 +218,43 @@ Hybrid approach balancing performance and resource efficiency:
|
||||
|
||||
---
|
||||
|
||||
### 2025-12-11: Infrastructure Expansion & System Updates
|
||||
|
||||
#### Proxmox VE Platform Upgrade
|
||||
- **Upgraded**: Proxmox VE 8.3.3 → 8.4.0
|
||||
- **Kernel**: 6.8.12-8-pve
|
||||
- **pve-manager**: 8.4.14
|
||||
- **Impact**: Enhanced performance, security updates, bug fixes
|
||||
- **Status**: ✅ Complete - All VMs and containers operating normally
|
||||
|
||||
#### New VM 114: Home Assistant OS Deployment
|
||||
- **Service**: haos (Home Assistant Operating System)
|
||||
- **Purpose**: Smart home automation and integration platform
|
||||
- **Specifications**:
|
||||
- Memory: 4 GB (87% utilized)
|
||||
- CPU: 2 vCPUs
|
||||
- Boot Disk: 50 GB
|
||||
- Status: Running (~3 days uptime)
|
||||
- **Rationale**: Centralized home automation hub for IoT device management
|
||||
- **Integration**: Will integrate with monitoring stack for infrastructure metrics
|
||||
|
||||
#### CT 103: NetBox IPAM Activated
|
||||
- **Service**: netbox (Network Documentation & IPAM)
|
||||
- **Status Change**: Stopped → Running
|
||||
- **Uptime**: ~3.1 days
|
||||
- **Resource Usage**: 1.28 GB / 2 GB memory (64%)
|
||||
- **Purpose**: Active network documentation and IP address management
|
||||
- **Rationale**: Required for ongoing infrastructure expansion planning
|
||||
|
||||
#### Storage Utilization Trends
|
||||
- **PBS-Backups**: 27.43% → 28.27% (+0.84%) - Normal backup retention growth
|
||||
- **Vault (ZFS)**: 10.88% → 12.13% (+1.25%) - Data accumulation monitored
|
||||
- **local**: 15.13% → 19.11% (+3.98%) - New VM deployment and system updates
|
||||
- **iso-share**: 1.4% → 1.45% (+0.05%) - Minimal change
|
||||
- **local-lvm**: 0.0% → 0.01% (+0.01%) - Thin provisioned storage baseline
|
||||
|
||||
---
|
||||
|
||||
### 2025-12-07: Infrastructure Documentation & Monitoring Stack
|
||||
|
||||
#### Additions
|
||||
@@ -426,6 +464,6 @@ Documentation & Maintenance
|
||||
|
||||
**Maintained by**: jramos
|
||||
**Repository**: Homelab Infrastructure Configuration
|
||||
**Platform**: Proxmox VE 8.3.3
|
||||
**Infrastructure Scale**: 8 VMs, 2 Templates, 4 Containers
|
||||
**Current Status**: Operational - Documentation Complete
|
||||
**Platform**: Proxmox VE 8.4.0
|
||||
**Infrastructure Scale**: 9 VMs, 2 Templates, 4 Containers
|
||||
**Current Status**: Operational - Home Automation Integration Deployed
|
||||
|
||||
25
INDEX.md
25
INDEX.md
@@ -309,9 +309,9 @@ cat scripts/crawlers-exporters/COLLECTION-GUIDE.md
|
||||
|
||||
## Your Infrastructure
|
||||
|
||||
Based on the latest export (2025-12-07 12:00:40), your environment includes:
|
||||
Based on the latest export (2025-12-11 14:43:55), your environment includes:
|
||||
|
||||
### Virtual Machines (QEMU/KVM) - 8 VMs
|
||||
### Virtual Machines (QEMU/KVM) - 9 VMs
|
||||
|
||||
| VM ID | Name | Status | Purpose |
|
||||
|-------|------|--------|---------|
|
||||
@@ -323,8 +323,9 @@ Based on the latest export (2025-12-07 12:00:40), your environment includes:
|
||||
| 109 | web-server-01 | Running | Web application server (clustered) |
|
||||
| 110 | web-server-02 | Running | Load-balanced pair with web-server-01 |
|
||||
| 111 | db-server-01 | Running | Backend database server |
|
||||
| 114 | haos | Running | Home Assistant OS - smart home automation platform |
|
||||
|
||||
**Recent Changes**: Added VM 101 (monitoring-docker) for dedicated observability infrastructure.
|
||||
**Recent Changes**: Added VM 101 (monitoring-docker) for observability, VM 114 (haos) for home automation (2025-12-11).
|
||||
|
||||
### VM Templates - 2 Templates
|
||||
|
||||
@@ -338,26 +339,26 @@ Based on the latest export (2025-12-07 12:00:40), your environment includes:
|
||||
| CT ID | Name | Status | Purpose |
|
||||
|-------|------|--------|---------|
|
||||
| 102 | nginx | Running | Reverse proxy/load balancer |
|
||||
| 103 | netbox | Stopped | Network documentation/IPAM |
|
||||
| 103 | netbox | Running | Network documentation/IPAM |
|
||||
| 112 | twingate-connector | Running | Zero-trust network access connector |
|
||||
| 113 | n8n | Running | Workflow automation platform at 192.168.2.107 |
|
||||
|
||||
**Recent Changes**: Added CT 112 (twingate-connector) for zero-trust security, CT 113 (n8n) for workflow automation.
|
||||
**Recent Changes**: Added CT 112 (twingate-connector) for zero-trust security, CT 113 (n8n) for workflow automation. CT 103 (netbox) activated 2025-12-11.
|
||||
|
||||
### Storage Pools
|
||||
- **local** (Directory) - 15.13% used - System files, ISOs, templates
|
||||
- **local-lvm** (LVM-Thin) - 0.0% used - VM disk images (thin provisioned)
|
||||
- **Vault** (NFS/Directory) - 10.88% used - Secure storage for sensitive data
|
||||
- **PBS-Backups** (Proxmox Backup Server) - 27.43% used - Automated backup repository
|
||||
- **iso-share** (NFS/CIFS) - 1.4% used - Installation media library
|
||||
- **local** (Directory) - 19.11% used - System files, ISOs, templates
|
||||
- **local-lvm** (LVM-Thin) - 0.01% used - VM disk images (thin provisioned)
|
||||
- **Vault** (NFS/Directory) - 12.13% used - Secure storage for sensitive data
|
||||
- **PBS-Backups** (Proxmox Backup Server) - 28.27% used - Automated backup repository
|
||||
- **iso-share** (NFS/CIFS) - 1.45% used - Installation media library
|
||||
- **localnetwork** (Network share) - Shared resources across infrastructure
|
||||
|
||||
All of these are documented in your collection exports!
|
||||
|
||||
## Latest Export Information
|
||||
|
||||
- **Export Directory**: `/home/jramos/homelab/disaster-recovery/homelab-export-20251207-120040/`
|
||||
- **Collection Date**: 2025-12-07 12:00:40
|
||||
- **Export Directory**: `/home/jramos/homelab/disaster-recovery/homelab-export-20251211-144345/`
|
||||
- **Collection Date**: 2025-12-11 14:43:55
|
||||
- **Hostname**: serviceslab
|
||||
- **Collection Level**: full
|
||||
- **Script Version**: 1.0.0
|
||||
|
||||
Reference in New Issue
Block a user