MOSAIC_TIER is read by nothing — federated-test.stack.yml silently deploys standalone config (keyword memory, no pgvector) #1136
Open
opened 2026-08-09 20:19:01 +00:00 by mos-dt-0
·
1 comment
No Branch/Tag Specified
main
next
fix/1138-conditional-federation
feat/webui-p2-data-auth
fix/gateway-runner-image
feat/webui-p1-vite-skeleton
fix/break-c-hooks-and-web-image
docs/webui-fleet-claude-bridge-plan
fix/wizard-gateway-failure
fix/ci-queue-wait-no-status
fix/next-node-gate
fix/mosaic-init-rce
feat/lease-promotion-and-harness-isolation
greenfield/fomo-lin
fix/1099-pipefail-wake
fix/1099-pipefail-tests
fix/1099-pipefail-sweep
fix/framework-shell-portability
fix/1043-pane-git-identity
fix/1081-issue-close-silent-comment-failure
fix/1090-enrollment-wallclock-tolerance
feat/1082-tea-stale-token-diagnostic
fix/detect-platform-silent-128-outside-repo
feat/1050-install-state-machine-red-fixture
fix/pr-merge-message-field
feat/1051-mosaic-brain-installer
feat/1045-mosaic-cred
remediation/state
fix/1056-upgrade-rollback-control-race
fix/1019-ci-queue-timeout-harness
feat/rm-02-gate-registry
fix/rm-01-reproducible-checkout
remediation/mission-setup
fix/hygiene-inert-format-gate
fix/1019-queue-guard-stdin
feat/mos-ste-writing-standard
fix/1007-suite-hermeticity
fix/991-comment-url-scheme-normalise
feat/push-guard-null-case-verification
mos-comms-live
docs/heartbeat-framework-layering-ms-lead
feat/869-c4-version-coupling
feat/869-c2-install-ordering-guard
feat/869-c5-doctor-activation-check
feat/per-agent-gitea-identity
fix/875-belongs-case-insensitive-slug
fix/ci-queue-wait-404-branch-absent
feat/869-c1-activation-probe
feat/869-c3-broker-supervisor
fix/865-tea-cli-comment-invocation
feat/glpi-skills
fix/860-deflake-mutator-lease-gate
fix/850-detect-platform-port-normalization
fix/856-worktree-deps-preflight
fix/835-pr-review-approve-reject-comment-flag
fix/848-truthful-evidence
fix/812-pr-review-comment
fix/849-recovery-runtime-fixture-race
docs/758-ledger-m5-001-sync
feat/834-tc-server-side-doc
feat/833-constrained-recovery-command
feat/827-gate0-probe
governance/gate0-probe3-amendment
fix/795-codex-pr-diff
fix/795-ci-base-jq
fix/795-ci-base-git
feat/791-pr3-fleet-regen
feat/791-pr2-snapshot-restore
fix/807-glpi-206
fix/808-agent-send-false-sender
feat/791-upgrade-config-protection
feat/790-mosaic-yolo-claudex-pr2
feat/790-mosaic-yolo-claudex
feat/758-v1-v2-migrator
fix/766-exact-fleet-comms
test/758-reconciler-lifecycle-gates
docs/771-kbn101-db-role-split
test/758-example-profile-dispositions
feat/758-shared-role-resolution
feat/mos-logical-identity-fencing
feat/769-kbn100-unified-schema
docs/753-kbn010-threat-gate
feat/758-roster-v2-compiler
feat/756-official-discord-plugin
docs/758-fleet-config-management
fix/mos-option2-qualification-format
docs/issue-758-m0
docs/mos-option2-qualification
mos-comms
feat/tess-interaction-agent
fix/tess-docs-format
draft/mosaic-platform-prd
fix/installer-provider-gate-and-local-gateway-redis
release/mosaic-cli-0.0.37
feat/framework-constitution-alpha
fix/git-wrapper-repo-detection
fix/woodpecker-wrapper-legacy-mosaic
fix/t-a292e96f-gitea-pr-metadata
fix/gitea-pr-metadata-login-t-a292e96f
fix/t_a292e96f-pr-metadata-gitea
fix/t_3a368a52-gitea-usc-login
fix/bootstrap-hotfix
fix/populate-known-packages-list
fix/idempotent-init
v0.0.39-alpha
mosaic-v0.0.31
fed-v0.2.0-m2
fed-v0.1.0-m1
mosaic-v0.0.29
mosaic-v0.0.28
mosaic-v0.0.27
mosaic-v0.0.26
mosaic-v0.0.25
mosaic-v0.0.24
v0.2.0
v0.1.0
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mosaicstack/stack#1136
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Found by shaggy while preparing the mosaic.woltje.com stack refresh (2026-08-09); independently verified by fred against
origin/next.Defect
deploy/portainer/federated-test.stack.yml:56setsMOSAIC_TIER: federated, but the config loader readsMOSAIC_STORAGE_TIER(packages/config/src/mosaic-config.tsdetectFromEnv()). Repo-wide grep onorigin/nextfindsMOSAIC_TIERin exactly three places — that template plustools/federation-harness/docker-compose.two-gateways.yml:116,197— and zero readers in source.The gateway runner image carries no
mosaic.config.json(the Dockerfile copies onlynode_modules,package.json,dist), soloadConfig()falls through todetectFromEnv(), whereMOSAIC_STORAGE_TIERis unset andDATABASE_URLis set — the documented legacy branch: "DATABASE_URL set without MOSAIC_STORAGE_TIER — treat as standalone."Effect
The only upstream Swarm template for the federated tier actually deploys
DEFAULT_STANDALONE_CONFIG—memory: { type: 'keyword' },enableVectorunset. It boots fine, so nothing alarms; it just is not federated. Anything relying on vector memory in a "federated test" instance has been silently keyword-matching. The template's own header names mos-test-1 / mos-test-2, so live test instances may be affected — worth checking their actual env.Fix
Rename the variable in both the template and the federation harness to
MOSAIC_STORAGE_TIER(or addMOSAIC_TIERas an accepted alias indetectFromEnv()— but a rename is cleaner given zero readers today).Related template/image defects (same refresh work, minor)
entrypoints=websecure,tls=true,certresolver=letsencrypt. Swarm hosts where TLS terminates at an edge (e.g. w-docker0: singleweb :80entrypoint, no certresolver) get a router bound to a nonexistent entrypoint. At minimum document the assumption in the header.docker/gateway.DockerfileEXPOSE 4000vs code default14242(apps/gateway/src/main.ts) vs templateGATEWAY_PORT: '3000'. OnlyGATEWAY_PORTis load-bearing; the Dockerfile advertises a port nothing listens on. Reconcile.Refs:
docs/scratchpads/mosaic-woltje-stack-proposal.md§10 in jarvis-brain (shaggy, gated by fred).Addendum, same class of defect, different trigger (shaggy; verified by fred):
The repo root ships a
mosaic.config.jsonwithtier: local,storage.type: pglite.loadConfig()checksprocess.cwd()and../../for that file before consulting env (packages/config/src/mosaic-config.ts:186-193). The gateway runner image carries no config file so it falls to env detection (the bug above), but anyone running the gateway from a checkout gets local/pglite regardless ofMOSAIC_STORAGE_TIER/DATABASE_URL— env is silently shadowed by a file intended as a dev default.Suggested handling alongside the rename: env should win over the discovered file, or the root file should be renamed to an example (
mosaic.config.example.json).