forked from vyrovcz/sevarebench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal-variables.yml
92 lines (83 loc) · 2.13 KB
/
global-variables.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
repo: https://github.com/data61/MP-SPDZ.git
repo_dir: /root/MP-SPDZ
repo2: https://github.com/jonasschiller/sevarebench.git
# changing the repo_paths requires changing them in pos_helper.sh too
repo2_dir: /root/sevarebench
repoupload: [email protected]:jonasschiller/sevaremeasurements.git
#######
## Networking environment definitions
#######
### using yaml anchor-alias to define switch topology
## testbedCoinbase NIC configuration
bitcoinNIC0: &NICtestbedC eno5
bitcoincashNIC0: *NICtestbedC
bitcoingoldNIC0: *NICtestbedC
litecoinNIC0: *NICtestbedC
litecoincashNIC0: *NICtestbedC
etherNIC0: *NICtestbedC
ethercashNIC0: *NICtestbedC
ethergoldNIC0: *NICtestbedC
dogecoinNIC0: *NICtestbedC
dogecoincashNIC0: *NICtestbedC
dogecoingoldNIC0: *NICtestbedC
### direct connection topology, clockwise circularly sorted
## testbedKaunas NIC configuration
raplaNIC0: enp133s0f1
tapaNIC1: enp133s0f1
tapaNIC0: enp130s0f0
valgaNIC1: ens5f1
valgaNIC0: ens5f0
raplaNIC1: enp130s0f0
#idexNIC0: ens4f0
#idexNIC1: ens2f1
#idexNIC2: ens4f1
#meldNIC0: ens4f0
#meldNIC1: ens2f1
#meldNIC2: ens4f1
#tinymanNIC0: ens4f0
#tinymanNIC1: ens2f1
#tinymanNIC2: ens4f1
#yieldlyNIC0: ens4f1
#yieldlyNIC1: ens2f1
#yieldlyNIC2: ens4f0
# #update
# #three nodes config
idexNIC0: ens2f1
idexNIC1: ens4f1
idexNIC2: ens4f0
meldNIC0: ens4f0
meldNIC1: ens2f1
meldNIC2: ens4f1
tinymanNIC0: ens4f0
tinymanNIC1: ens4f1
tinymanNIC2: ens4f1
yieldlyNIC0: ens2f1
yieldlyNIC1: ens4f0
yieldlyNIC2: ens2f1
#Test Test
##AMD Nodes
algofiNIC0: enp195s0f1 # To Gard
algofiNIC1: enp195s0f0 # To Goracle
algofiNIC2: enp193s0f1 # To Zone
gardNIC2: enp195s0f1 # To Algofi
gardNIC0: enp193s0f1 # To Goracle
gardNIC1: enp195s0f0 # To Zone
goracleNIC1: enp195s0f1 # To Algofi
goracleNIC2: enp193s0f1 # To Gard
goracleNIC0: enp195s0f0 # To Zone
zoneNIC0: enp193s0f1 # To Algofi
zoneNIC1: enp195s0f0 # To Gard
zoneNIC2: enp195s0f1 # To Goracle
## testbedSpringfield NIC configuration
bartNIC0: enp4s0
homerNIC1: enp4s0
homerNIC0: enp3s0
margeNIC1: enp6s0
margeNIC0: enp4s0
bartNIC1: enp5s0
nedNIC0: &NIC1 eno8
rodNIC1: &NIC0 eno7
rodNIC0: *NIC1
toddNIC1: *NIC1
toddNIC0: *NIC0
nedNIC1: *NIC0