Fix staging fleet node discovery Use stable private IPs for BEAM identities so DNS discovery and release node names match. Upgrade Bandit to 1.12.5 for the current HTTP/2 security fixes and replace a home-relative documentation path.
Fix staging fleet node discovery
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
docs/2026-08-20-linear-design-github-shape.md -
modified
docs/runtime-configuration.md -
modified
infra/staging/outputs.tf -
modified
infra/staging/templates/fleet-startup.sh.tftpl -
modified
mix.lock -
modified
test/openagents/staging_candidate_contract_test.exs
Diff
6 files changed, +21 -8
docs/2026-08-20-linear-design-github-shape.md modified +1 -1
@@ -10,7 +10,7 @@ The principle, stated by the owner:
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 13 |
|
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 | 16 |
|
docs/runtime-configuration.md modified +4 -2
@@ -219,8 +219,10 @@ discovery, node identity, cookie, and bounded distribution ports.
| 219 | 219 |
|
| 220 | 220 |
|
| 221 | 221 |
|
| 222 |
|
|
| 223 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 224 | 226 |
|
| 225 | 227 |
|
| 226 | 228 |
|
infra/staging/outputs.tf modified +2 -2
@@ -31,8 +31,8 @@ output "builder_image_repository" {
| 31 | 31 |
|
| 32 | 32 |
|
| 33 | 33 |
|
| 34 |
|
|
| 35 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 | 36 |
|
| 37 | 37 |
|
| 38 | 38 |
|
infra/staging/templates/fleet-startup.sh.tftpl modified +2 -2
@@ -39,7 +39,7 @@ builder_digest=$(metadata_attribute openagents-builder-digest)
| 39 | 39 |
|
| 40 | 40 |
|
| 41 | 41 |
|
| 42 |
|
|
| 42 |
|
|
| 43 | 43 |
|
| 44 | 44 |
|
| 45 | 45 |
|
@@ -137,7 +137,7 @@ cat >>/run/openagents/runtime.env <<EOF
| 137 | 137 |
|
| 138 | 138 |
|
| 139 | 139 |
|
| 140 |
|
|
| 140 |
|
|
| 141 | 141 |
|
| 142 | 142 |
|
| 143 | 143 |
|
mix.lock modified +1 -1
@@ -1,6 +1,6 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 |
|
|
| 3 |
|
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 | 6 |
|
test/openagents/staging_candidate_contract_test.exs modified +11
@@ -44,6 +44,17 @@ defmodule OpenAgents.StagingCandidateContractTest do
| 44 | 44 |
|
| 45 | 45 |
|
| 46 | 46 |
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 47 | 58 |
|
| 48 | 59 |
|
| 49 | 60 |
|