feat(deploy): gate claims on pinned runtime readiness
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
This commit is contained in:
parent
d00ffcb402
commit
4310c15eac
17 changed files with 757 additions and 10 deletions
|
|
@ -9,6 +9,9 @@ AGENT_HARNESS_OPS_LABELS=automated
|
|||
AGENT_HARNESS_OPS_LABELS_MODE=any
|
||||
AGENT_HARNESS_OPS_LEASE_SECONDS=900
|
||||
AGENT_HARNESS_CLAIM_INTERVAL=30
|
||||
# Comma-separated, exact profile@version refs. Leave empty while no profiled
|
||||
# production definition is enabled; non-ready profiles fail startup preflight.
|
||||
AGENT_HARNESS_REQUIRED_PROFILE_REFS=
|
||||
AGENT_HARNESS_LEGACY_APPROACHES_UNTIL=2026-12-31
|
||||
AGENT_HARNESS_REPO_MAP={"freedom-intelligence":"/home/tegwick/freedom-intelligence","binky-control":"/home/tegwick/binky-control"}
|
||||
AGENT_HARNESS_REPO_ROOTS=/home/tegwick:/home/tegwick/work
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Environment=AGENT_HARNESS_LEGACY_APPROACHES_UNTIL=2026-12-31
|
|||
Environment=PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin:%h/bin
|
||||
# Wrapper loads claim-loop.env (JSON-safe) and resolves k8s:// ClusterIPs
|
||||
# Do not use EnvironmentFile= for claim-loop.env — REPO_MAP JSON breaks systemd parser
|
||||
ExecStartPre=%h/bin/rein-aharness-claim preflight
|
||||
ExecStart=%h/bin/rein-aharness-claim claim-loop
|
||||
Restart=on-failure
|
||||
RestartSec=15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue