vision: [nomad-step-5] S5 — implement dispatcher Nomad backend + retire docker-compose dispatch #981
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#981
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Nomad migration completed S4.2 (agents on Nomad), but the edge dispatcher still has stub implementations for its Nomad backend. Setting
DISPATCHER_BACKEND=nomadcauses the dispatcher to exit immediately — vault operations stop entirely.Stubs confirmed at:
docker/edge/dispatcher.sh:_launch_runner_nomad()(line 564)docker/edge/dispatcher.sh:_dispatch_sidecar_nomad()(line 687)Why vision
S5 cutover requires design decisions across multiple subsystems:
nomad job run)Touches dispatcher, Nomad jobspecs, possibly new formulas. Multiple design forks.
Blocks
Origin
Promoted from prediction #968.