-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdeploy_sites_2node_test.conf.example
More file actions
41 lines (36 loc) · 1.64 KB
/
deploy_sites_2node_test.conf.example
File metadata and controls
41 lines (36 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 2-client ODELIA deploy test configuration (local copy only)
# Copy this file to deploy_sites_2node_test.conf and fill in your site details.
#
# Usage:
# cp deploy_sites_2node_test.conf.example deploy_sites_2node_test.conf
# ./scripts/deploy/run_deploy_test.sh --conf deploy_sites_2node_test.conf
# CLIENT_SITES lists only the training client entries.
CLIENT_SITES=(DL0 DL2)
# ── Cosmos (server + admin only) ──────────────────────────────
COSMOS_HOST=100.100.100.100
COSMOS_USER=swarm
COSMOS_PASS='CHANGEME'
COSMOS_DEPLOY_DIR=/home/swarm/MediSwarm
# ── dl0 ────────────────────────────────────────────────
DL0_HOST=100.100.100.101
DL0_USER=swarm
DL0_PASS='CHANGEME'
DL0_SITE_NAME=RUMC_1
DL0_DATADIR=/mnt/dlhd0/odelia_data
DL0_SCRATCHDIR=/mnt/dlhd0/odelia_data/tmp
DL0_DEPLOY_DIR=/home/swarm/MediSwarm
DL0_GPU="device=0"
# ── dl2 ────────────────────────────────────────────────
DL2_HOST=100.100.100.102
DL2_USER=swarm
DL2_PASS='CHANGEME'
DL2_SITE_NAME=MHA_1
DL2_DATADIR=/mnt/sda1/odelia_data
DL2_SCRATCHDIR=/mnt/sda1/odelia_data/tmp
DL2_DEPLOY_DIR=/home/swarm/MediSwarm
DL2_GPU="device=0"
# ── Defaults ───────────────────────────────────────────
PROJECT_FILE=application/provision/project_deploy_test_2site.yml
DEFAULT_JOB=ODELIA_ternary_classification
ADMIN_USER=admin@example.com
SERVER_NAME=cosmos.example.internal