aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/infiniband_cluster.hosts15
-rw-r--r--contrib/testbed_infiniband.conf79
2 files changed, 93 insertions, 1 deletions
diff --git a/contrib/infiniband_cluster.hosts b/contrib/infiniband_cluster.hosts
index b634cc1a5..3b6ccc0dc 100644
--- a/contrib/infiniband_cluster.hosts
+++ b/contrib/infiniband_cluster.hosts
@@ -3,4 +3,17 @@ totakura@192.168.1.1:22
3totakura@192.168.1.2:22 3totakura@192.168.1.2:22
4totakura@192.168.1.3:22 4totakura@192.168.1.3:22
5totakura@192.168.1.4:22 5totakura@192.168.1.4:22
6totakura@192.168.1.5:22 \ No newline at end of file 6totakura@192.168.1.6:22
7totakura@192.168.1.7:22
8totakura@192.168.1.8:22
9totakura@192.168.1.10:22
10totakura@192.168.1.11:22
11totakura@192.168.1.12:22
12totakura@192.168.1.13:22
13totakura@192.168.1.14:22
14totakura@192.168.1.15:22
15totakura@192.168.1.16:22
16totakura@192.168.1.17:22
17totakura@192.168.1.18:22
18totakura@192.168.1.19:22
19totakura@192.168.1.20:22
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf
new file mode 100644
index 000000000..1c59eff6d
--- /dev/null
+++ b/contrib/testbed_infiniband.conf
@@ -0,0 +1,79 @@
1[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost
6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
7MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 5
8#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
9
10[fs]
11AUTOSTART = NO
12
13[resolver]
14AUTOSTART = NO
15
16[mesh]
17AUTOSTART = NO
18
19[dht]
20AUTOSTART = NO
21
22[block]
23plugins = dht test
24
25[dhtcache]
26QUOTA = 1 MB
27DATABASE = sqlite
28
29[transport]
30PLUGINS = tcp
31DEBUG = NO
32ACCEPT_FROM6 = ::1;
33ACCEPT_FROM = 127.0.0.1;
34NEIGHBOUR_LIMIT = 50
35PORT = 12365
36
37[ats]
38WAN_QUOTA_OUT = 3932160
39WAN_QUOTA_IN = 3932160
40
41[core]
42PORT = 12092
43AUTOSTART = YES
44
45[arm]
46DEFAULTSERVICES = core
47PORT = 12366
48DEBUG = NO
49
50[transport-tcp]
51TIMEOUT = 300 s
52PORT = 12368
53
54[TESTING]
55NUM_PEERS = 5
56WEAKRANDOM = YES
57DEBUG = YES
58HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
59MAX_CONCURRENT_SSH = 10
60USE_PROGRESSBARS = YES
61PEERGROUP_TIMEOUT = 2400 s
62
63[gnunetd]
64HOSTKEY = $SERVICEHOME/.hostkey
65
66[PATHS]
67SERVICEHOME = /tmp/test-testbed/
68
69[dns]
70AUTOSTART = NO
71
72[nse]
73AUTOSTART = NO
74
75[vpn]
76AUTOSTART = NO
77
78[nat]
79RETURN_LOCAL_ADDRESSES = YES