refactor(deploy): make device manager releases declarative

This commit is contained in:
Codex
2026-08-11 10:37:13 +03:00
parent 1adbabefcf
commit 72b4846b32
4 changed files with 546 additions and 110 deletions
@@ -1,10 +1,11 @@
{
"schemaVersion": "nodedc.device-plane.device-manager-control-plane.v3",
"schemaVersion": "nodedc.device-plane.device-manager-release.v1",
"releaseId": "__PATCH_ID__",
"action": "activate",
"predecessor": {
"kind": "reconciliation",
"patchId": "device-manager-control-plane-v2-reconciliation-20260811-004",
"artifactSha256": "09600bfd99717314b43936e17ffaaf6b6fca1f2fd008beddddc68480cdf3d284",
"mode": "failed-v2-control-plane-baseline-adoption"
"artifactSha256": "09600bfd99717314b43936e17ffaaf6b6fca1f2fd008beddddc68480cdf3d284"
},
"service": "device-manager",
"publicIngress": "reverse-proxy-only",
@@ -13,5 +14,5 @@
"healthGate": "bounded-container-grace+core-contract",
"commandTransport": "disabled",
"gelios": "untouched",
"rollback": "restore-v2-reconciled-baseline"
"rollback": "restore-preapply-snapshot"
}