Improve Doris service inventory health classification
This commit is contained in:
@@ -309,6 +309,7 @@ Removing them should not be treated as a Project N.O.M.A.D. change or a Wings/Pe
|
||||
- `panel.paccoco.com` → `127.0.0.1` in `/etc/hosts` for NAT loopback
|
||||
- nginx on 80 and 443 (self-signed cert) for local Wings → Panel
|
||||
- Wings uses `--ignore-certificate-errors` for self-signed cert
|
||||
- For local operator-safe Pelican health checks, use `http://10.5.1.16:8080` instead of the self-signed TLS path; it redirects cleanly to `/home` without tripping certificate validation.
|
||||
- Pangolin resource `node1.paccoco.com` has auth disabled
|
||||
|
||||
## Known Quirks
|
||||
|
||||
@@ -25,6 +25,12 @@ Ollama runs on port `11434` and hosts the large-model ("heavy") tier.
|
||||
> **LiteLLM tier:** Rocinante is the **"heavy"** tier in LiteLLM `config.yaml`.
|
||||
> Heavy-tier requests from OpenWebUI and n8n route to `http://10.5.1.112:11434`.
|
||||
|
||||
## Current operational note
|
||||
|
||||
- During Doris validation from N.O.M.A.D. on 2026-05-21, `10.5.1.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.1.112:11434/api/tags` and `curl http://10.5.1.112:8787/health` after recovery.
|
||||
|
||||
## Notes
|
||||
|
||||
- No SSH config needed for routine use — Ollama API is accessed over LAN only
|
||||
|
||||
Reference in New Issue
Block a user