shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 deleted branch feature/issue-96-placement-constraints from llm-multiverse/llm-multiverse 2026-03-11 10:55:24 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 10:55:24 +01:00
17c9ae3ce5 Merge pull request 'feat: service placement constraints with node labeling (#96)' (#206) from feature/issue-96-placement-constraints into main
2cee1c5046 feat: define service placement constraints with node labeling (issue #96)
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse#96 2026-03-11 10:55:23 +01:00
Define service placement constraints
shahondin1624 merged pull request llm-multiverse/llm-multiverse#206 2026-03-11 10:55:23 +01:00
feat: service placement constraints with node labeling (#96)
shahondin1624 created pull request llm-multiverse/llm-multiverse#206 2026-03-11 10:55:19 +01:00
feat: service placement constraints with node labeling (#96)
2cee1c5046 feat: define service placement constraints with node labeling (issue #96)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#95 2026-03-11 10:53:50 +01:00
Initialize Docker Swarm and encrypted overlay

Implemented in PR #205 (merged).

  • Created docker/scripts/swarm-init.sh with subcommands: init, join, token, network, verify, leave
  • Encrypted overlay network created with --opt encrypted
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 10:53:48 +01:00
987ecbb2c3 Merge pull request 'feat: Docker Swarm init script with encrypted overlay (#95)' (#205) from feature/issue-95-swarm-init into main
633d6fc63a feat: add Docker Swarm initialization script with encrypted overlay (issue #95)
Compare 2 commits »
shahondin1624 deleted branch feature/issue-95-swarm-init from llm-multiverse/llm-multiverse 2026-03-11 10:53:48 +01:00
shahondin1624 closed issue llm-multiverse/llm-multiverse#95 2026-03-11 10:53:47 +01:00
Initialize Docker Swarm and encrypted overlay
shahondin1624 merged pull request llm-multiverse/llm-multiverse#205 2026-03-11 10:53:47 +01:00
feat: Docker Swarm init script with encrypted overlay (#95)
shahondin1624 created pull request llm-multiverse/llm-multiverse#205 2026-03-11 10:53:43 +01:00
feat: Docker Swarm init script with encrypted overlay (#95)
shahondin1624 created branch feature/issue-95-swarm-init in llm-multiverse/llm-multiverse 2026-03-11 10:53:35 +01:00
633d6fc63a feat: add Docker Swarm initialization script with encrypted overlay (issue #95)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#94 2026-03-11 10:50:59 +01:00
Verify service DNS routing and connectivity

Implemented in PR #204 (merged).

  • Created docker/scripts/verify-connectivity.sh — smoke test script that validates DNS resolution, gRPC port connectivity, and HTTP health endpoints across all…
shahondin1624 deleted branch feature/issue-94-verify-dns-connectivity from llm-multiverse/llm-multiverse 2026-03-11 10:50:54 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 10:50:53 +01:00
fe46a8305f Merge pull request 'feat: connectivity verification and service topology docs (#94)' (#204) from feature/issue-94-verify-dns-connectivity into main
14924f396d feat: add connectivity verification script and service topology docs (issue #94)
Compare 2 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#204 2026-03-11 10:50:52 +01:00
feat: connectivity verification and service topology docs (#94)
shahondin1624 closed issue llm-multiverse/llm-multiverse#94 2026-03-11 10:50:52 +01:00
Verify service DNS routing and connectivity