feat: Authentik login + switchable GPU prod target

Add OIDC auth for Command Center and runtime GPU endpoint selection
pointed at atc-gpu-prod (10.0.10.106), matching what is currently deployed.
This commit is contained in:
mo
2026-07-21 23:20:24 +00:00
parent f36c8906bc
commit 9008fbd512
31 changed files with 4667 additions and 139 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ MODERN_DECKS: dict[str, dict[str, Any]] = {
"bullets": [
"Supervisor + field operators on Command Center",
"Each agent sees live workload, GPU, databases, topology",
"LLM: Llama 3 70B GPTQ via vLLM (10.0.20.106:8001)",
"LLM: Llama 3 70B GPTQ via vLLM (10.0.10.106:8001)",
"Approval workflow for sensitive operations",
],
},
@@ -161,7 +161,7 @@ MODERN_DECKS: dict[str, dict[str, Any]] = {
"subtitle": "Dell ATC cluster — key IPs",
"bullets": [
"Command Center VM304: 10.0.21.33 (this dashboard)",
"GPU Lab VM303: 10.0.20.106 — 7× V100, vLLM, model manager",
"GPU Lab VM306: 10.0.10.106 — 4× V100, vLLM, model manager",
"DB Vault: 10.0.21.51 · Lakehouse: 10.0.21.50 · Elastic: 10.0.21.46",
"Docling UI: http://10.0.21.33:5001/ui/",
],