aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_infiniband.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-20 15:15:35 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-20 15:15:35 +0000
commita807aa20caec761b314a5eddcffbdd36650bd7d9 (patch)
treee68bc0be91a5db17740d71fa74ea132c7f3d13bc /contrib/testbed_infiniband.conf
parentadf18305521dc87c4ca1aee82e910ff8e22199cc (diff)
downloadgnunet-a807aa20caec761b314a5eddcffbdd36650bd7d9.tar.gz
gnunet-a807aa20caec761b314a5eddcffbdd36650bd7d9.zip
Assosiate a configuration template while creating hosts. This paves a way to
manage the configurations of controllers running on a host automatically. modified ADD_HOST message structure to have host configuration. This feature is yet to be implemented. The idea is that GNUNET_TESTBED_link_controllers() should take no configuration when hosts automatically update configuration when a new configuration is generated from a template.
Diffstat (limited to 'contrib/testbed_infiniband.conf')
-rw-r--r--contrib/testbed_infiniband.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf
index 568ddf7c5..d4f105793 100644
--- a/contrib/testbed_infiniband.conf
+++ b/contrib/testbed_infiniband.conf
@@ -4,7 +4,9 @@ PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
7OVERLAY_TOPOLOGY = CLIQUE 7OVERLAY_TOPOLOGY = RANDOM
8OVERLAY_RANDOM_LINKS = 1000
9OPERATION_TIMEOUT = 5 s
8# LOG_FILE = /tmp/testbed.log 10# LOG_FILE = /tmp/testbed.log
9#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 11#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
10 12
@@ -35,7 +37,7 @@ QUOTA = 1 MB
35DATABASE = sqlite 37DATABASE = sqlite
36 38
37[transport] 39[transport]
38PLUGINS = udp 40PLUGINS = unix
39DEBUG = NO 41DEBUG = NO
40ACCEPT_FROM6 = ::1; 42ACCEPT_FROM6 = ::1;
41ACCEPT_FROM = 127.0.0.1; 43ACCEPT_FROM = 127.0.0.1;