Set the deployment control plane flag in the gate 5 profile

3323ac3bc986 · Devin AI · · parent 0015066efe46

Set the deployment control plane flag in the gate 5 profile

The deployment control plane landed with a required
OPENAGENTS_FEATURE_DEPLOYMENT_CONTROL_PLANE boolean, but the gate 5
release profile did not set it, so every release the relup proof and
version-chain stages boot crashed while generating sys.config. Set it
off in the profile like the other staged-off features and record it in
the runtime configuration inventory.

Co-Authored-By: Christopher David <chris@openagents.com>
Co-Authored-By
Christopher David <chris@openagents.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

built
698 modules in 7.3 s
built
0 modules in 9.7 s
built
0 modules in 16.1 s
built
0 modules in 93.8 s
deployed
live · 698 modules on 3 nodes · push→live —
deployed
needs_rolling_replace · 698 modules on 0 nodes · push→live —

Changed files

  • modified docs/runtime-configuration.md
  • modified ops/staging/gate-5-profile.sh

Diff

2 files changed, +2 -0

docs/runtime-configuration.md modified +1

@@ -195,6 +195,7 @@ target release to inspect its redacted feature booleans.

195 195
| Turn recovery | `OPENAGENTS_FEATURE_TURN_RECOVERY` | Off | Off | 8 |
196 196
| Forge Git service | `OPENAGENTS_FEATURE_FORGE` | Off | Off | 12 |
197 197
| Forge deployment | `OPENAGENTS_FEATURE_FORGE_DEPLOY` | Off | Off | 13 |
198
| Deployment control plane | `OPENAGENTS_FEATURE_DEPLOYMENT_CONTROL_PLANE` | Off | Off | 13 |
198 199
| Boot convergence | `OPENAGENTS_FEATURE_BOOT_CONVERGENCE` | Off | Off | 13 |
199 200
| Ra authority | `OPENAGENTS_FEATURE_RA` | Off | Off | 12 |
200 201
| Horde runtime | `OPENAGENTS_FEATURE_HORDE` | On | On | 5 |
ops/staging/gate-5-profile.sh modified +1

@@ -29,6 +29,7 @@ export OPENAGENTS_ENVIRONMENT="staging"

29 29
export OPENAGENTS_FEATURE_BOOT_CONVERGENCE="false"
30 30
export OPENAGENTS_FEATURE_COMPUTERS="false"
31 31
export OPENAGENTS_FEATURE_CONVERSATION_RESET="false"
32
export OPENAGENTS_FEATURE_DEPLOYMENT_CONTROL_PLANE="false"
32 33
export OPENAGENTS_FEATURE_EXPERIENCE_MEMORY="false"
33 34
export OPENAGENTS_FEATURE_FORGE="false"
34 35
export OPENAGENTS_FEATURE_FORGE_DEPLOY="false"

This page updates live while a promote is in flight · changelog