Validation: Nemo qwen infra (v2 — PASS)
Ticket
westside-ai-assistant#30 — Board item #748. Infra: deploy qwen3.5:4b to cluster Ollama + Nemo env vars.
Environment
Prod cluster. Ollama namespace, westside-ai-assistant namespace, pal-e-deployments repo.
Checks
| # | Criterion | Result | Evidence |
|---|---|---|---|
| 1 | qwen3.5:4b in cluster Ollama | PASS | <code>kubectl exec -n ollama deploy/ollama -- ollama list</code> shows qwen3.5:4b (3.4 GB, pulled 6 hours ago) |
| 2 | Deployment patch has OLLAMA env vars | PASS | PR #82 merged. kustomize build shows OLLAMA_BASE_URL=http://ollama.ollama.svc:11434, OLLAMA_MODEL=qwen3.5:4b |
| 3 | ANTHROPIC_MODEL removed | PASS | kustomize build output confirms no ANTHROPIC_MODEL env var |
| 4 | NetworkPolicy allows westside-ai-assistant → ollama | PASS | Reviewer confirmed rule exists on main (commit #246) |
| 5 | Pod can curl Ollama | N/A | New pod in ImagePullBackOff due to Harbor 401 (separate ticket #33). Old pod cached image still running. Infra config is correct — blocked by Harbor credentials, not this ticket. |
Verdict
PASS — 4/4 deliverables confirmed. AC #5 blocked by Harbor credentials issue (westside-ai-assistant#33), which is independent of this ticket's scope.