shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 created pull request llm-multiverse/llm-multiverse#209 2026-03-11 11:01:13 +01:00
docs: multi-machine deployment guide (#99)
2cf9a5473e docs: add comprehensive multi-machine deployment guide (issue #99)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#98 2026-03-11 10:59:29 +01:00
Validate zero service code changes

Implemented in PR #208 (merged).

Created docker/scripts/validate-zero-changes.sh — all 11 checks pass:

  • No service source files (.rs, .py, .proto) modified in Phase 12
  • Same 9 services in…
shahondin1624 deleted branch feature/issue-98-validate-zero-changes from llm-multiverse/llm-multiverse 2026-03-11 10:59:27 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 10:59:27 +01:00
4bf495511a Merge pull request 'feat: zero-change validation for multi-machine deployment (#98)' (#208) from feature/issue-98-validate-zero-changes into main
0ed27addb7 feat: add zero-change validation script for multi-machine deploy (issue #98)
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse#98 2026-03-11 10:59:26 +01:00
Validate zero service code changes
shahondin1624 merged pull request llm-multiverse/llm-multiverse#208 2026-03-11 10:59:26 +01:00
feat: zero-change validation for multi-machine deployment (#98)
shahondin1624 created pull request llm-multiverse/llm-multiverse#208 2026-03-11 10:59:20 +01:00
feat: zero-change validation for multi-machine deployment (#98)
0ed27addb7 feat: add zero-change validation script for multi-machine deploy (issue #98)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#97 2026-03-11 10:57:13 +01:00
Convert docker-compose.yml to Swarm stack

Implemented in PR #207 (merged).

  • Created docker/docker-stack.yml — Swarm stack file with all 9 services
  • Placement constraints: Model Gateway (llm.ollama), Secrets (llm.dbus),…
shahondin1624 deleted branch feature/issue-97-swarm-stack from llm-multiverse/llm-multiverse 2026-03-11 10:57:11 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 10:57:11 +01:00
2008232973 Merge pull request 'feat: Docker Swarm stack file with placement constraints (#97)' (#207) from feature/issue-97-swarm-stack into main
74e63db693 feat: create Docker Swarm stack file with placement constraints (issue #97)
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse#97 2026-03-11 10:57:10 +01:00
Convert docker-compose.yml to Swarm stack
shahondin1624 merged pull request llm-multiverse/llm-multiverse#207 2026-03-11 10:57:10 +01:00
feat: Docker Swarm stack file with placement constraints (#97)
shahondin1624 created pull request llm-multiverse/llm-multiverse#207 2026-03-11 10:57:05 +01:00
feat: Docker Swarm stack file with placement constraints (#97)
shahondin1624 created branch feature/issue-97-swarm-stack in llm-multiverse/llm-multiverse 2026-03-11 10:56:55 +01:00
74e63db693 feat: create Docker Swarm stack file with placement constraints (issue #97)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#96 2026-03-11 10:55:25 +01:00
Define service placement constraints

Implemented in PR #206 (merged).

  • docker/scripts/label-nodes.sh with gpu/server/show commands
  • Node labels: llm.gpu, llm.role, llm.ollama, llm.dbus, llm.storage
  • Placement: Model…