fix(runtime): restore Binky OpenBao discovery
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06bfe-2a55-7ed3-bacd-879977b099bf
This commit is contained in:
parent
236845512a
commit
aedfadda0b
5 changed files with 105 additions and 2 deletions
|
|
@ -15,3 +15,6 @@ AGENT_HARNESS_REPO_ROOTS=/home/tegwick:/home/tegwick/work
|
|||
LLM_CONNECT_URL=k8s://activity-core/llm-connect:8080
|
||||
STATE_HUB_URL=k8s://activity-core/actcore-statehub-edge-relay:8000
|
||||
KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||
BAO_ADDR=https://bao.coulomb.social
|
||||
VAULT_ADDR=https://bao.coulomb.social
|
||||
EXECUTOR_APPROLE_DIR=/home/tegwick/.local/rein-aharness/approle-binky-mail
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ Environment=PYTHONUNBUFFERED=1
|
|||
Environment=KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||
# Temporary profile-absent compatibility; remove after the four tenant migrations.
|
||||
Environment=AGENT_HARNESS_LEGACY_APPROACHES_UNTIL=2026-12-31
|
||||
# Ensure kubectl is available for k8s:// URL resolution in rein-aharness-claim
|
||||
Environment=PATH=/usr/local/bin:/usr/bin:/bin:%h/bin
|
||||
# Ensure kubectl and the host-installed OpenBao client are available.
|
||||
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
|
||||
ExecStart=%h/bin/rein-aharness-claim claim-loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue