diff --git a/ansible/roles/llm-inference-multimodel/templates/llama-server-router.service.j2 b/ansible/roles/llm-inference-multimodel/templates/llama-server-router.service.j2 index 40d3010..2ebf14c 100644 --- a/ansible/roles/llm-inference-multimodel/templates/llama-server-router.service.j2 +++ b/ansible/roles/llm-inference-multimodel/templates/llama-server-router.service.j2 @@ -41,9 +41,11 @@ ExecStart={{ llm_binary_path }} \ # If per-model template overrides are ever needed, use --models-preset INI # (but note GH #23460: sampler params in presets may not work in router mode). # -# SHADOW DEPLOYMENT: this unit serves port {{ llm_router_port }} only. -# Production (llama-server-qwen, port 8002) is unchanged until Ryan approves -# cutover after validation gates pass (see task t_0cca74a2 and proposal doc). +# SHADOW DEPLOYMENT NOTE (historical — 2026-08-12, t_0cca74a2): +# This unit was originally deployed on port 8003 as a shadow. After validation, +# it was promoted to production on port 8002 (t_cd0d5388). The --port value +# above is the authoritative value; the port 8003 references below are historical. +# Production is now llama-server-router (this unit); llama-server-qwen is the rollback target. Restart=on-failure RestartSec=10 TimeoutStartSec=600