servers/pfi-pve: full VM/CT enumeration from live qm list
Previously a partial list "from vzdump logs + servers/ dirs". Replaced with the full output of `qm list` on pfi-pve (2026-05-14), cross- referenced against `servers/`. VMs that have a server dir are annotated with the path; ones that don't are flagged "not yet in `servers/` inventory" so the gap is discoverable. Resolved: - VM 100 = pbs-ana (was "VM (TBD)" in prior version) - VM 106 = corviduo-dev (added 2026-05-12; was missing from the list) Surfaced (new findings, not yet inventoried): - VM 101 — PFI-ANA-DC (Active Directory domain controller) - VM 103 — PFI-SlaveBot (purpose unclear from name alone) - VM 104 — PFI-Mongo (MongoDB host, separate from pfi-postgres) The three new-to-inventory VMs deserve `servers/<name>/` directories with READMEs, but that's a follow-up — creating new inventory entries is out of tend-docs scope.
This commit is contained in:
+15
-11
@@ -22,19 +22,23 @@ Proxmox VE hypervisor for the Anaheim colo (`pve.phasefinal.com`). Hosts every V
|
||||
## What it runs
|
||||
|
||||
The VMs/CTs in [`docs/pfi/proxmox-vms.md`](../../docs/pfi/proxmox-vms.md)
|
||||
live here. Known as of 2026-04-23 (from vzdump logs + `servers/`
|
||||
dirs; not exhaustive):
|
||||
live here. Full enumeration as of 2026-05-14 (via `qm list` on the
|
||||
hypervisor):
|
||||
|
||||
- **VM 102** — `ana-docker` (PFI-ANA-Docker)
|
||||
- **VM 105** — `pfi-postgres` (PFI-Postgres; PGDATA on local VM disk as of 2026-04-23 migration off ana-nas NFS)
|
||||
- **VM 107** — `pfi-pteradactyl` (game panel)
|
||||
- **VM 110** — `pfi-ana-webhost`
|
||||
- **VM 111** — `pfi-tacticalrmm`
|
||||
- **VM (TBD)** — `pbs-ana` (Proxmox Backup Server; 10.250.50.90)
|
||||
- **VM 100** — `pbs-ana` (Proxmox Backup Server; 10.250.50.90) — `servers/pbs-ana/`
|
||||
- **VM 101** — `PFI-ANA-DC` — Active Directory domain controller; **not yet in `servers/` inventory**
|
||||
- **VM 102** — `ana-docker` (PFI-ANA-Docker) — `servers/ana-docker/`
|
||||
- **VM 103** — `PFI-SlaveBot` — **not yet in `servers/` inventory** (purpose TBD)
|
||||
- **VM 104** — `PFI-Mongo` — MongoDB host; **not yet in `servers/` inventory**
|
||||
- **VM 105** — `pfi-postgres` (PFI-Postgres; PGDATA on local VM disk as of 2026-04-23 migration off ana-nas NFS) — `servers/pfi-postgres/`
|
||||
- **VM 106** — `corviduo-dev` (Worldtree-team dev VM, PFI-hosted) — `servers/corviduo-dev/`
|
||||
- **VM 107** — `pfi-pteradactyl` (game panel) — `servers/pfi-pteradactyl/`
|
||||
- **VM 110** — `pfi-ana-webhost` — `servers/pfi-ana-webhost/`
|
||||
- **VM 111** — `pfi-tacticalrmm` — `servers/pfi-tacticalrmm/`
|
||||
- **CT 109** — `ana-nas` (Debian LXC serving NFS/SMB; bind-mounts
|
||||
from ospool; data-serving SPOF — see `memory/incident_ana_nas_spof.md`)
|
||||
- **CT 112** — `ana-filebot` (file-task automation)
|
||||
- **CT 113** — `ana-wg` (WireGuard VPN)
|
||||
from ospool; data-serving SPOF — see `memory/incident_ana_nas_spof.md`) — `servers/ana-nas/`
|
||||
- **CT 112** — `ana-filebot` (file-task automation) — `servers/ana-filebot/`
|
||||
- **CT 113** — `ana-wg` (WireGuard VPN) — `servers/ana-wg/`
|
||||
|
||||
`ana-ml2` (`10.250.50.54`) is a separate bare-metal Supermicro box,
|
||||
not on this hypervisor. `sfsrv-ana` (`10.250.250.115`) runs on a
|
||||
|
||||
Reference in New Issue
Block a user