chore(ansible): add CASE agent configuration to kottos inventory
Introduce the CASE engineering agent by defining kottos_case_port (24152) and updating the agents list comment. This extends the systemd-managed pallas process configuration to include the CASE runtime alongside existing Harper, Scotty, Research, and Tech Research agents.
This commit is contained in:
@@ -52,7 +52,7 @@ mnemosyne_web_metrics_port: 23191
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Kottos Configuration (Pallas FastAgent runtime)
|
# Kottos Configuration (Pallas FastAgent runtime)
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Engineering agents (Harper, Scotty, Research, Tech Research) running as a
|
# Engineering agents (Harper, Scotty, CASE, Research, Tech Research) running as a
|
||||||
# single systemd-managed ``pallas`` process. Logs land in journald via
|
# single systemd-managed ``pallas`` process. Logs land in journald via
|
||||||
# SyslogIdentifier=kottos, then Alloy's journal relabel block tags them as
|
# SyslogIdentifier=kottos, then Alloy's journal relabel block tags them as
|
||||||
# {service="pallas", project="kottos"} for Loki.
|
# {service="pallas", project="kottos"} for Loki.
|
||||||
@@ -68,6 +68,7 @@ kottos_harper_port: 24101
|
|||||||
kottos_scotty_port: 24102
|
kottos_scotty_port: 24102
|
||||||
kottos_research_port: 24150
|
kottos_research_port: 24150
|
||||||
kottos_tech_research_port: 24151
|
kottos_tech_research_port: 24151
|
||||||
|
kottos_case_port: 24152
|
||||||
|
|
||||||
# Log level — INFO surfaces lifecycle + failures, DEBUG adds per-request
|
# Log level — INFO surfaces lifecycle + failures, DEBUG adds per-request
|
||||||
# detail and successful health probe lines. Ouranos Lab convention:
|
# detail and successful health probe lines. Ouranos Lab convention:
|
||||||
|
|||||||
Reference in New Issue
Block a user