From a807aa20caec761b314a5eddcffbdd36650bd7d9 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 20 Feb 2013 15:15:35 +0000 Subject: 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. --- contrib/testbed_infiniband.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'contrib') 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 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; HOSTNAME = localhost MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 -OVERLAY_TOPOLOGY = CLIQUE +OVERLAY_TOPOLOGY = RANDOM +OVERLAY_RANDOM_LINKS = 1000 +OPERATION_TIMEOUT = 5 s # LOG_FILE = /tmp/testbed.log #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args @@ -35,7 +37,7 @@ QUOTA = 1 MB DATABASE = sqlite [transport] -PLUGINS = udp +PLUGINS = unix DEBUG = NO ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; -- cgit v1.2.3