From 87b4d67067ffa6c45b8bdd1e00b3fa1d163d4e2d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jul 2026 21:31:28 +0000 Subject: [PATCH] no-mistakes(review): Fix 5 review findings: duplicate table header, hwepve specs/Wave2 target, dangling ref, Authentik port --- infrastructure-control.prose.md | 8 +++----- infrastructure-update.prose.md | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/infrastructure-control.prose.md b/infrastructure-control.prose.md index 86c73ea..850ad82 100644 --- a/infrastructure-control.prose.md +++ b/infrastructure-control.prose.md @@ -16,7 +16,7 @@ description: > **Last verified:** 2026-07-24 — corrected Gitea IP (.17 not .110), AdGuard IP (.10 not .102), AdGuard placement (minipve not acerpve), Abiba placement (hwepve not amdpve), added hwepve as 6th node, - added dns.sysloggh.net route. See data/learnings.md. + added dns.sysloggh.net route. --- # Infrastructure Control Pattern @@ -109,7 +109,7 @@ description: > | storepve | .6 | 28C | 31GB | docker-vm, ra-h-os, PBS, media, jdownloader, zulip | Docker, storage, chat | | acerpve | .9 | 28C | 31GB | llm-gpu | GPU VMs | | ocupve | .5 | 12C | 14GB | ocu-llm | GPU VMs | -| hwepve | .4 | ? | ? | abiba, kagentz, (mumuni CT 114 stopped) | Agents (new node) | +| hwepve | .4 | 12C | 15GB | abiba, kagentz, (mumuni CT 114 stopped) | Agents (new node) | > **Note:** CTs on storepve include jdownloader (CT 118). AdGuard (CT 102) is on > minipve at .10, not acerpve. Abiba (CT 100) is on hwepve, not amdpve. Mumuni @@ -365,7 +365,7 @@ fine. Services that resolve directly to a LAN IP are NetBird-independent. |---------|--------|-------------|-------------|-------------|--------| | Proxmox API | minipve.sysloggh.net:8006 | 192.168.68.12 | LAN IP | No | ✅ | | LiteLLM | litellm.sysloggh.net | 192.168.68.116 | LAN IP | No | ✅ | -| Authentik | auth.sysloggh.net:443 | 192.168.68.11 | CNAME → netbird | **Yes** | ⚠️ | +| Authentik | auth.sysloggh.net:443 | 192.168.68.11:9000 | CNAME → netbird | **Yes** | ⚠️ | | Gitea | git.sysloggh.net:443 | 192.168.68.17:3000 | CNAME → netbird | **Yes** | ⚠️ | | Zulip | chat.sysloggh.net:443 | 192.168.68.19 | CNAME → netbird | **Yes** | ⚠️ VERIFY-BEFORE-USE | | Pulse | pulse.sysloggh.net:443 | 192.168.68.7 | CNAME → netbird | **Yes** | ⚠️ | @@ -586,8 +586,6 @@ ssh root@192.168.68.110 "systemctl restart llama-server" ## Appendix B: CT Inventory -| CT | Name | Node | IP | Role | Agent | -|----|------|------|----|------|-------| | CT | Name | Node | IP | Role | Agent | |----|------|------|----|------|-------| | 100 | abiba | **hwepve** | .24 | Pi agent | ✅ pi | diff --git a/infrastructure-update.prose.md b/infrastructure-update.prose.md index ecdb42c..26263b4 100644 --- a/infrastructure-update.prose.md +++ b/infrastructure-update.prose.md @@ -56,6 +56,7 @@ Before ANY update wave: | amdpve (.15) | Proxmox node | `apt update && apt upgrade -y` | 5 min | | acerpve (.9) | Proxmox node | `apt update && apt upgrade -y` | 5 min | | ocupve (.5) | Proxmox node | `apt update && apt upgrade -y` | 5 min | +| hwepve (.4) | Proxmox node | `apt update && apt upgrade -y` | 5 min | | CT 100 (.24) | Abiba (pi) | `apt update && apt upgrade -y` | 3 min | | CT 116 (.116) | syslog-api (LiteLLM host) | `apt update && apt upgrade -y` | 3 min | | CT 112 (tanko, amdpve) | Tanko | `apt update && apt upgrade -y` | 3 min |