From 57911b36f5d2514960ea9d9a83b909cc55125b73 Mon Sep 17 00:00:00 2001 From: Fizzlepoof Date: Wed, 27 May 2026 18:52:33 +0000 Subject: [PATCH] docs: update Rocinante VLAN recovery notes --- docs/architecture/SERVICES_DIRECTORY.md | 4 ++-- docs/servers/ROCINANTE.md | 7 ++++--- localsend-nomad/README.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/architecture/SERVICES_DIRECTORY.md b/docs/architecture/SERVICES_DIRECTORY.md index 68e20e6..c539472 100644 --- a/docs/architecture/SERVICES_DIRECTORY.md +++ b/docs/architecture/SERVICES_DIRECTORY.md @@ -36,10 +36,10 @@ All homelab services, their hosts, ports, and current status. | OpenWebUI | PD | 8282 | ✅ Active | | Qdrant | PD | 6333 (HTTP) / 6334 (gRPC) | ✅ Active | | Whisper (faster-whisper, CPU) | N.O.M.A.D. (10.5.30.7) | 8786 | ✅ Active | -| Whisper (faster-whisper, CUDA large-v3) | Rocinante (10.5.30.112) | 8787 | ⚠️ Unreachable from N.O.M.A.D. during 2026-05-21 Doris validation | +| Whisper (faster-whisper, CUDA large-v3) | Rocinante (10.5.30.112) | 8787 | ⚠️ Re-check from N.O.M.A.D. if Whisper-specific traffic is needed; Ollama-only recovery was validated 2026-05-27 | | SearXNG | PD | 8888 | ✅ Active | | Ollama — light tier | PD (10.5.30.6) | 11434 | ✅ Active | -| Ollama — heavy tier | Rocinante (10.5.30.112) | 11434 | ⚠️ Unreachable from N.O.M.A.D. during 2026-05-21 Doris validation | +| Ollama — heavy tier | Rocinante (10.5.30.112) | 11434 | ✅ Reachable from N.O.M.A.D.; re-validated 2026-05-27 | | Reranker (TEI) | Serenity (10.5.30.5) | 9787 | ✅ Active | OpenClaw is no longer treated as an active PD service in the operator inventory. Only helper-artifact references remain under the school-intake planning docs. diff --git a/docs/servers/ROCINANTE.md b/docs/servers/ROCINANTE.md index 64baa8f..99343d4 100644 --- a/docs/servers/ROCINANTE.md +++ b/docs/servers/ROCINANTE.md @@ -29,9 +29,10 @@ Ollama runs on port `11434` and hosts the large-model ("heavy") tier. ## Current operational note -- During Doris validation from N.O.M.A.D. on 2026-05-21, `10.5.30.112` did not answer ping and did not accept connections on `11434` or `8787`. -- Treat Rocinante-hosted Ollama heavy-tier traffic and CUDA Whisper as currently unreachable from N.O.M.A.D. until host/network reachability is restored. -- Re-validate from N.O.M.A.D. with `curl http://10.5.30.112:11434/api/tags` and `curl http://10.5.30.112:8787/health` after recovery. +- VLAN access to Rocinante from N.O.M.A.D. was re-validated on 2026-05-27. +- Rocinante Ollama now answers from N.O.M.A.D. at `http://10.5.30.112:11434`; `/api/tags`, `/api/generate`, and OpenAI-compatible `/v1/chat/completions` all succeeded. +- Hermes configs that still pointed at the legacy `10.5.1.112` endpoint were corrected to `10.5.30.112`. +- Re-check CUDA Whisper on `http://10.5.30.112:8787/health` separately if Whisper-specific reachability is needed; this pass validated Ollama end-to-end. ## Notes diff --git a/localsend-nomad/README.md b/localsend-nomad/README.md index 360cec7..c46e02a 100644 --- a/localsend-nomad/README.md +++ b/localsend-nomad/README.md @@ -20,7 +20,7 @@ N.O.M.A.D. lives on the `Servers` VLAN (`10.5.30.7`), but some operator handoff - `enp5s0.51` is the Trusted VLAN subinterface on N.O.M.A.D.'s primary NIC. - Docker will create the VLAN subinterface automatically when the macvlan network is created. - Same-host testing from N.O.M.A.D. to `10.5.1.16` is unreliable because macvlan isolates the host from the container's address on the same parent interface. -- Verify reachability from another Trusted-LAN peer instead, such as PD on `10.5.1.6`. +- Verify reachability from another Trusted-LAN peer instead. Do not rely on PD's old `10.5.1.6` identity; use any current Trusted-LAN test client that can reach `10.5.1.16`. ## LocalSend build provenance