fix(cutover): root integrations config and data mounts #418
No reviewers
Labels
No labels
W6d-automerge-calibration
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
automerge-candidate
class/security-sensitive
cutover-gate
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
iterating
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
large-impact
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
meta
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
needs-operator-decision
needs-triage
not-ready
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
operator-emotional
owner-attention
phase/02
phase/03
priority:p0
priority:p1
priority:p2
priority:p3
proposed
ready-for-agent
ready-for-operator
recovery
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
risk/exposure
risk/process
risk/product
risk/runtime
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
size/large
size/medium
size/small
size/tiny
size/unknown
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tier/full
tier/lite
tier/stacked
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/platform!418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/cutover/ld1b-integrations-root"
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?
Canary status: missing - rely on required Forgejo checks before merge
Canary Context Pack
Product story
LD1a env remount exposed that integrations services also share legacy config/data roots. This PR makes those roots explicit before any broad remount continues, so recreated services do not silently mix current release code with missing legacy config.
What changed
${PLATFORM_RUNTIME_INTEGRATIONS_CONFIG_DIR:-/opt/vps-home-platform-infra/config/integrations}.${PLATFORM_RUNTIME_INTEGRATIONS_DATA_DIR:-/opt/vps-home-platform-infra/data/integrations}.STATUS_NOW.mdwith the LD1b finding and the temporary storage-ro-mcp restore state.Why it changed
After
PROJECT_ROOTbecame/opt/pdurlej-platform/current, recreatingstorage-ro-mcpmounted/opt/pdurlej-platform/current/config/integrations, which lacksstorage-ro.yaml. The service was restored to healthy with a one-service rollback, but the root cause needs repo support for config/data roots before continuing remounts.Files touched
compose/apps/compose.yamlstate/cutover/rs2000-live-data-config-migration.mdstate/STATUS_NOW.mdRelevant context
Runtime evidence
/opt/pdurlej-platform/runtime/legacy-import/envand updated runtime env pointers.storage-ro-mcpremount proved/envworks from runtime import but failed health because/config/storage-ro.yamlwas missing under current release root.storage-ro-mcpwas restored to healthy with/envon runtime import and/config//statestill on legacy./tmpwith current runtime env files; exit code 0. Only existing MiroTalk warnings appeared.Known constraints
deploy-controland Gmail integration services share the same integrations state root, so they should be remounted as a planned LD1b bundle.Explicit out-of-scope
Requested decision
Merge this fix before resuming LD1b remounts. After release-root promotion, copy integrations config/data into
/opt/pdurlej-platform/runtime/legacy-import/, set the two runtime variables, then remount/smoke one service at a time.Merge blockers
${PROJECT_ROOT}/config/integrationsor${PROJECT_ROOT}/data/integrationsbind mount incompose/apps/compose.yaml.Spec sources read
compose/apps/compose.yaml- integrations bind mounts.state/cutover/rs2000-live-data-config-migration.md- LD1/LD2 migration contract.state/STATUS_NOW.md- operator-facing status.Refs #387
Commit:
e458511253c9a047cd7c5226fe84f42aba673de2Applied by fast-forward push to
mainbecause Forgejo merge API again reported stale required-check state despite commit status API showing success.Evidence before push:
e458511253c9a047cd7c5226fe84f42aba673de20f33636664d6f1d3cff5aee320cae2acd36255100f33636..e458511 HEAD -> main)This PR is repo-side support for LD1b integrations config/data roots; no legacy deletion was performed.
Pull request closed