diff options
-rw-r--r-- | contrib/infiniband_cluster.hosts | 15 | ||||
-rw-r--r-- | contrib/testbed_infiniband.conf | 79 |
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 totakura@192.168.1.2:22 totakura@192.168.1.3:22 totakura@192.168.1.4:22 -totakura@192.168.1.5:22
\ No newline at end of file +totakura@192.168.1.6:22 +totakura@192.168.1.7:22 +totakura@192.168.1.8:22 +totakura@192.168.1.10:22 +totakura@192.168.1.11:22 +totakura@192.168.1.12:22 +totakura@192.168.1.13:22 +totakura@192.168.1.14:22 +totakura@192.168.1.15:22 +totakura@192.168.1.16:22 +totakura@192.168.1.17:22 +totakura@192.168.1.18:22 +totakura@192.168.1.19:22 +totakura@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 @@ +[testbed] +AUTOSTART = NO +PORT = 12113 +ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; +HOSTNAME = localhost +MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 +MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 5 +#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args + +[fs] +AUTOSTART = NO + +[resolver] +AUTOSTART = NO + +[mesh] +AUTOSTART = NO + +[dht] +AUTOSTART = NO + +[block] +plugins = dht test + +[dhtcache] +QUOTA = 1 MB +DATABASE = sqlite + +[transport] +PLUGINS = tcp +DEBUG = NO +ACCEPT_FROM6 = ::1; +ACCEPT_FROM = 127.0.0.1; +NEIGHBOUR_LIMIT = 50 +PORT = 12365 + +[ats] +WAN_QUOTA_OUT = 3932160 +WAN_QUOTA_IN = 3932160 + +[core] +PORT = 12092 +AUTOSTART = YES + +[arm] +DEFAULTSERVICES = core +PORT = 12366 +DEBUG = NO + +[transport-tcp] +TIMEOUT = 300 s +PORT = 12368 + +[TESTING] +NUM_PEERS = 5 +WEAKRANDOM = YES +DEBUG = YES +HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat +MAX_CONCURRENT_SSH = 10 +USE_PROGRESSBARS = YES +PEERGROUP_TIMEOUT = 2400 s + +[gnunetd] +HOSTKEY = $SERVICEHOME/.hostkey + +[PATHS] +SERVICEHOME = /tmp/test-testbed/ + +[dns] +AUTOSTART = NO + +[nse] +AUTOSTART = NO + +[vpn] +AUTOSTART = NO + +[nat] +RETURN_LOCAL_ADDRESSES = YES |