gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34904 - in gnunet/contrib: . testbed_configs


From: gnunet
Subject: [GNUnet-SVN] r34904 - in gnunet/contrib: . testbed_configs
Date: Fri, 16 Jan 2015 13:32:02 +0100

Author: harsha
Date: 2015-01-16 13:32:02 +0100 (Fri, 16 Jan 2015)
New Revision: 34904

Added:
   gnunet/contrib/testbed_configs/
   gnunet/contrib/testbed_configs/regex_profiler_infiniband.conf
   gnunet/contrib/testbed_configs/testbed_cluster.conf
   gnunet/contrib/testbed_configs/testbed_infiniband.conf
   gnunet/contrib/testbed_configs/testbed_supermuc.conf
Removed:
   gnunet/contrib/regex_profiler_infiniband.conf
   gnunet/contrib/testbed_cluster.conf
   gnunet/contrib/testbed_infiniband.conf
   gnunet/contrib/testbed_supermuc.conf
Log:
move sample testbed configs to a dir

Deleted: gnunet/contrib/regex_profiler_infiniband.conf
===================================================================
--- gnunet/contrib/regex_profiler_infiniband.conf       2015-01-16 11:47:42 UTC 
(rev 34903)
+++ gnunet/contrib/regex_profiler_infiniband.conf       2015-01-16 12:32:02 UTC 
(rev 34904)
@@ -1,109 +0,0 @@
-[testbed]
-AUTOSTART = NO
-PORT = 11999
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-HOSTNAME = localhost
-MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 25
-MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
-#MAX_PARALLEL_OPERATIONS = 1000
-#MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
-
-[regexprofiler]
-BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
-REGEX_PREFIX = "GNVPN-0001-PAD"
-
-[cadet]
-AUTOSTART = YES
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-APP_ANNOUNCE_TIME = 240 s
-ID_ANNOUNCE_TIME = 120 m
-CONNECT_TIMEOUT = 30 s
-PORT = 12001
-DHT_REPLICATION_LEVEL = 3
-
-[dht]
-AUTOSTART = YES
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-HOSTNAME = localhost
-# Do not allow DHT to create extra connections, beyond those testbed created
-DISABLE_TRY_CONNECT = NO
-FORCE_NSE = 1
-
-[dhtcache]
-DATABASE = heap
-QUOTA = 100 MB
-# Disable RC-file for Bloom filter?  (for benchmarking with limited IO 
availability)
-DISABLE_BF_RC = YES
-DISABLE_BF = YES
-
-[datacache-sqlite]
-# Keep datacache in-memory? (reduces IO)
-IN_MEMORY = YES
-
-[arm]
-DEFAULTSERVICES = core cadet dht statistics regexprofiler
-
-[fs]
-AUTOSTART = NO
-
-[resolver]
-AUTOSTART = NO
-HOSTNAME = localhost
-
-[transport]
-AUTOSTART = YES
-PLUGINS = tcp
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-ACCEPT_FROM6 = ::1;
-NEIGHBOUR_LIMIT = 50
-#PORT = 12004
-
-[ats]
-WAN_QUOTA_OUT = 3932160
-WAN_QUOTA_IN = 3932160
-
-[core]
-AUTOSTART = YES
-
-[transport-tcp]
-TIMEOUT = 300 s
-PORT = 12006
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-
-[transport-udp]
-TIMEOUT = 300 s
-PORT = 12007
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-
-[statistics]
-PORT = 12008
-AUTOSTART = YES
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-DISABLE = NO
-
-[TESTING]
-NUM_PEERS = 5
-HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
-MAX_CONCURRENT_SSH = 10
-USE_PROGRESSBARS = YES
-PEERGROUP_TIMEOUT = 2400 s
-
-[PATHS]
-SERVICEHOME = /tmp/perf-regex/
-
-[dns]
-AUTOSTART = NO
-
-[nse]
-AUTOSTART = YES
-# Minimize proof-of-work CPU consumption by NSE
-WORKBITS = 1
-
-[vpn]
-AUTOSTART = NO
-
-[nat]
-# Allow running on systems with only loopback?
-RETURN_LOCAL_ADDRESSES = YES
-# Disable redundant addresses...
-DISABLEV6 = YES

Deleted: gnunet/contrib/testbed_cluster.conf
===================================================================
--- gnunet/contrib/testbed_cluster.conf 2015-01-16 11:47:42 UTC (rev 34903)
+++ gnunet/contrib/testbed_cluster.conf 2015-01-16 12:32:02 UTC (rev 34904)
@@ -1,86 +0,0 @@
-[testbed]
-AUTOSTART = NO
-PORT = 12113
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8;
-HOSTNAME = localhost
-OVERLAY_TOPOLOGY = RANDOM
-OVERLAY_RANDOM_LINKS = 10000
-OPERATION_TIMEOUT = 45 s
-# LOG_FILE = /tmp/testbed.log
-SETUP_TIMEOUT = 30m
-MAX_OPEN_FDS = 512
-
-[fs]
-AUTOSTART = NO
-
-[resolver]
-AUTOSTART = NO
-
-[cadet]
-AUTOSTART = NO
-PORT = 71
-
-[dht]
-AUTOSTART = NO
-PORT = 70
-DISABLE_TRY_CONNECT = YES
-
-[statistics]
-AUTOSTART = NO
-PORT = 72
-
-[dhtcache]
-QUOTA = 1 MB
-DATABASE = sqlite
-
-[transport]
-PLUGINS = udp
-DEBUG = NO
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-NEIGHBOUR_LIMIT = 10
-
-[core]
-PORT = 12092
-AUTOSTART = YES
-USE_EPHEMERAL_KEYS = NO
-
-[arm]
-DEFAULTSERVICES = core transport
-#PORT = 12366
-DEBUG = NO
-
-[transport-udp]
-TIMEOUT = 300 s
-PORT = 12368
-BROADCAST = NO
-
-[PATHS]
-SERVICEHOME = /tmp/test-testbed/
-
-[dns]
-AUTOSTART = NO
-
-[nse]
-AUTOSTART = NO
-
-[vpn]
-AUTOSTART = NO
-
-[nat]
-RETURN_LOCAL_ADDRESSES = YES
-
-[gns]
-AUTOSTART = NO
-
-[peerinfo]
-NO_IO = YES
-
-[consensus]
-AUTOSTART = NO
-
-[dv]
-AUTOSTART = NO
-
-[lockmanager]
-AUTOSTART = NO

Copied: gnunet/contrib/testbed_configs/regex_profiler_infiniband.conf (from rev 
34903, gnunet/contrib/regex_profiler_infiniband.conf)
===================================================================
--- gnunet/contrib/testbed_configs/regex_profiler_infiniband.conf               
                (rev 0)
+++ gnunet/contrib/testbed_configs/regex_profiler_infiniband.conf       
2015-01-16 12:32:02 UTC (rev 34904)
@@ -0,0 +1,109 @@
+[testbed]
+AUTOSTART = NO
+PORT = 11999
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+HOSTNAME = localhost
+MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 25
+MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
+#MAX_PARALLEL_OPERATIONS = 1000
+#MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
+
+[regexprofiler]
+BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
+REGEX_PREFIX = "GNVPN-0001-PAD"
+
+[cadet]
+AUTOSTART = YES
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+APP_ANNOUNCE_TIME = 240 s
+ID_ANNOUNCE_TIME = 120 m
+CONNECT_TIMEOUT = 30 s
+PORT = 12001
+DHT_REPLICATION_LEVEL = 3
+
+[dht]
+AUTOSTART = YES
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+HOSTNAME = localhost
+# Do not allow DHT to create extra connections, beyond those testbed created
+DISABLE_TRY_CONNECT = NO
+FORCE_NSE = 1
+
+[dhtcache]
+DATABASE = heap
+QUOTA = 100 MB
+# Disable RC-file for Bloom filter?  (for benchmarking with limited IO 
availability)
+DISABLE_BF_RC = YES
+DISABLE_BF = YES
+
+[datacache-sqlite]
+# Keep datacache in-memory? (reduces IO)
+IN_MEMORY = YES
+
+[arm]
+DEFAULTSERVICES = core cadet dht statistics regexprofiler
+
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+HOSTNAME = localhost
+
+[transport]
+AUTOSTART = YES
+PLUGINS = tcp
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+ACCEPT_FROM6 = ::1;
+NEIGHBOUR_LIMIT = 50
+#PORT = 12004
+
+[ats]
+WAN_QUOTA_OUT = 3932160
+WAN_QUOTA_IN = 3932160
+
+[core]
+AUTOSTART = YES
+
+[transport-tcp]
+TIMEOUT = 300 s
+PORT = 12006
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+
+[transport-udp]
+TIMEOUT = 300 s
+PORT = 12007
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+
+[statistics]
+PORT = 12008
+AUTOSTART = YES
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+DISABLE = NO
+
+[TESTING]
+NUM_PEERS = 5
+HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
+MAX_CONCURRENT_SSH = 10
+USE_PROGRESSBARS = YES
+PEERGROUP_TIMEOUT = 2400 s
+
+[PATHS]
+SERVICEHOME = /tmp/perf-regex/
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = YES
+# Minimize proof-of-work CPU consumption by NSE
+WORKBITS = 1
+
+[vpn]
+AUTOSTART = NO
+
+[nat]
+# Allow running on systems with only loopback?
+RETURN_LOCAL_ADDRESSES = YES
+# Disable redundant addresses...
+DISABLEV6 = YES

Copied: gnunet/contrib/testbed_configs/testbed_cluster.conf (from rev 34903, 
gnunet/contrib/testbed_cluster.conf)
===================================================================
--- gnunet/contrib/testbed_configs/testbed_cluster.conf                         
(rev 0)
+++ gnunet/contrib/testbed_configs/testbed_cluster.conf 2015-01-16 12:32:02 UTC 
(rev 34904)
@@ -0,0 +1,86 @@
+[testbed]
+AUTOSTART = NO
+PORT = 12113
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8;
+HOSTNAME = localhost
+OVERLAY_TOPOLOGY = RANDOM
+OVERLAY_RANDOM_LINKS = 10000
+OPERATION_TIMEOUT = 45 s
+# LOG_FILE = /tmp/testbed.log
+SETUP_TIMEOUT = 30m
+MAX_OPEN_FDS = 512
+
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[cadet]
+AUTOSTART = NO
+PORT = 71
+
+[dht]
+AUTOSTART = NO
+PORT = 70
+DISABLE_TRY_CONNECT = YES
+
+[statistics]
+AUTOSTART = NO
+PORT = 72
+
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = sqlite
+
+[transport]
+PLUGINS = udp
+DEBUG = NO
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+NEIGHBOUR_LIMIT = 10
+
+[core]
+PORT = 12092
+AUTOSTART = YES
+USE_EPHEMERAL_KEYS = NO
+
+[arm]
+DEFAULTSERVICES = core transport
+#PORT = 12366
+DEBUG = NO
+
+[transport-udp]
+TIMEOUT = 300 s
+PORT = 12368
+BROADCAST = NO
+
+[PATHS]
+SERVICEHOME = /tmp/test-testbed/
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[vpn]
+AUTOSTART = NO
+
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+
+[gns]
+AUTOSTART = NO
+
+[peerinfo]
+NO_IO = YES
+
+[consensus]
+AUTOSTART = NO
+
+[dv]
+AUTOSTART = NO
+
+[lockmanager]
+AUTOSTART = NO

Copied: gnunet/contrib/testbed_configs/testbed_infiniband.conf (from rev 34903, 
gnunet/contrib/testbed_infiniband.conf)
===================================================================
--- gnunet/contrib/testbed_configs/testbed_infiniband.conf                      
        (rev 0)
+++ gnunet/contrib/testbed_configs/testbed_infiniband.conf      2015-01-16 
12:32:02 UTC (rev 34904)
@@ -0,0 +1,86 @@
+[testbed]
+AUTOSTART = NO
+PORT = 12113
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+HOSTNAME = localhost
+OVERLAY_TOPOLOGY = RANDOM
+OVERLAY_RANDOM_LINKS = 1000
+OPERATION_TIMEOUT = 45 s
+# LOG_FILE = /tmp/testbed.log
+SETUP_TIMEOUT = 30m
+MAX_OPEN_FDS = 512
+
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[cadet]
+AUTOSTART = NO
+PORT = 71
+
+[dht]
+AUTOSTART = NO
+PORT = 70
+DISABLE_TRY_CONNECT = YES
+
+[statistics]
+AUTOSTART = NO
+PORT = 72
+
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = sqlite
+
+[transport]
+PLUGINS = udp
+DEBUG = NO
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+NEIGHBOUR_LIMIT = 10
+
+[core]
+PORT = 12092
+AUTOSTART = YES
+USE_EPHEMERAL_KEYS = NO
+
+[arm]
+DEFAULTSERVICES = core
+#PORT = 12366
+DEBUG = NO
+
+[transport-udp]
+TIMEOUT = 300 s
+PORT = 12368
+BROADCAST = NO
+
+[PATHS]
+SERVICEHOME = /tmp/test-testbed/
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[vpn]
+AUTOSTART = NO
+
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+
+[gns]
+AUTOSTART = NO
+
+[peerinfo]
+NO_IO = YES
+
+[consensus]
+AUTOSTART = NO
+
+[dv]
+AUTOSTART = NO
+
+[lockmanager]
+AUTOSTART = NO

Copied: gnunet/contrib/testbed_configs/testbed_supermuc.conf (from rev 34903, 
gnunet/contrib/testbed_supermuc.conf)
===================================================================
--- gnunet/contrib/testbed_configs/testbed_supermuc.conf                        
        (rev 0)
+++ gnunet/contrib/testbed_configs/testbed_supermuc.conf        2015-01-16 
12:32:02 UTC (rev 34904)
@@ -0,0 +1,74 @@
+[testbed]
+AUTOSTART = NO
+PORT = 12113
+ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
+HOSTNAME = localhost
+MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
+MAX_PARALLEL_OPERATIONS = 500
+OVERLAY_TOPOLOGY = 2D_TORUS
+OVERLAY_RANDOM_LINKS = 4000
+OPERATION_TIMEOUT = 10 s
+# LOG_FILE = /tmp/testbed.log
+#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
+MAX_OPEN_FDS=512
+SETUP_TIMEOUT = 30 m
+
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[cadet]
+AUTOSTART = NO
+PORT = 71
+
+[dht]
+AUTOSTART = NO
+PORT = 70
+DISABLE_TRY_CONNECT = YES
+
+[statistics]
+AUTOSTART = NO
+PORT = 72
+
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = sqlite
+
+[transport]
+PLUGINS = udp
+DEBUG = NO
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+NEIGHBOUR_LIMIT = 10
+
+[core]
+PORT = 12092
+AUTOSTART = YES
+USE_EPHEMERAL_KEYS = NO
+
+[arm]
+DEFAULTSERVICES = transport core ats
+#PORT = 12366
+DEBUG = NO
+#PREFIX = strace -r -T -o /${WORK}/trace/${PEERID}.strace
+
+[transport-udp]
+TIMEOUT = 300 s
+PORT = 12368
+BROADCAST = NO
+
+[PATHS]
+SERVICEHOME = /tmp/test-testbed/
+
+[nat]
+BEHIND_NAT = NO
+RETURN_LOCAL_ADDRESSES = NO
+
+[peerinfo]
+AUTOSTART = NO
+NO_IO = YES
+
+[testing]
+USE_ABSTRACT_SOCKETS = YES

Deleted: gnunet/contrib/testbed_infiniband.conf
===================================================================
--- gnunet/contrib/testbed_infiniband.conf      2015-01-16 11:47:42 UTC (rev 
34903)
+++ gnunet/contrib/testbed_infiniband.conf      2015-01-16 12:32:02 UTC (rev 
34904)
@@ -1,86 +0,0 @@
-[testbed]
-AUTOSTART = NO
-PORT = 12113
-ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
-HOSTNAME = localhost
-OVERLAY_TOPOLOGY = RANDOM
-OVERLAY_RANDOM_LINKS = 1000
-OPERATION_TIMEOUT = 45 s
-# LOG_FILE = /tmp/testbed.log
-SETUP_TIMEOUT = 30m
-MAX_OPEN_FDS = 512
-
-[fs]
-AUTOSTART = NO
-
-[resolver]
-AUTOSTART = NO
-
-[cadet]
-AUTOSTART = NO
-PORT = 71
-
-[dht]
-AUTOSTART = NO
-PORT = 70
-DISABLE_TRY_CONNECT = YES
-
-[statistics]
-AUTOSTART = NO
-PORT = 72
-
-[dhtcache]
-QUOTA = 1 MB
-DATABASE = sqlite
-
-[transport]
-PLUGINS = udp
-DEBUG = NO
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-NEIGHBOUR_LIMIT = 10
-
-[core]
-PORT = 12092
-AUTOSTART = YES
-USE_EPHEMERAL_KEYS = NO
-
-[arm]
-DEFAULTSERVICES = core
-#PORT = 12366
-DEBUG = NO
-
-[transport-udp]
-TIMEOUT = 300 s
-PORT = 12368
-BROADCAST = NO
-
-[PATHS]
-SERVICEHOME = /tmp/test-testbed/
-
-[dns]
-AUTOSTART = NO
-
-[nse]
-AUTOSTART = NO
-
-[vpn]
-AUTOSTART = NO
-
-[nat]
-RETURN_LOCAL_ADDRESSES = YES
-
-[gns]
-AUTOSTART = NO
-
-[peerinfo]
-NO_IO = YES
-
-[consensus]
-AUTOSTART = NO
-
-[dv]
-AUTOSTART = NO
-
-[lockmanager]
-AUTOSTART = NO

Deleted: gnunet/contrib/testbed_supermuc.conf
===================================================================
--- gnunet/contrib/testbed_supermuc.conf        2015-01-16 11:47:42 UTC (rev 
34903)
+++ gnunet/contrib/testbed_supermuc.conf        2015-01-16 12:32:02 UTC (rev 
34904)
@@ -1,74 +0,0 @@
-[testbed]
-AUTOSTART = NO
-PORT = 12113
-ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
-HOSTNAME = localhost
-MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
-MAX_PARALLEL_OPERATIONS = 500
-OVERLAY_TOPOLOGY = 2D_TORUS
-OVERLAY_RANDOM_LINKS = 4000
-OPERATION_TIMEOUT = 10 s
-# LOG_FILE = /tmp/testbed.log
-#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
-MAX_OPEN_FDS=512
-SETUP_TIMEOUT = 30 m
-
-[fs]
-AUTOSTART = NO
-
-[resolver]
-AUTOSTART = NO
-
-[cadet]
-AUTOSTART = NO
-PORT = 71
-
-[dht]
-AUTOSTART = NO
-PORT = 70
-DISABLE_TRY_CONNECT = YES
-
-[statistics]
-AUTOSTART = NO
-PORT = 72
-
-[dhtcache]
-QUOTA = 1 MB
-DATABASE = sqlite
-
-[transport]
-PLUGINS = udp
-DEBUG = NO
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-NEIGHBOUR_LIMIT = 10
-
-[core]
-PORT = 12092
-AUTOSTART = YES
-USE_EPHEMERAL_KEYS = NO
-
-[arm]
-DEFAULTSERVICES = transport core ats
-#PORT = 12366
-DEBUG = NO
-#PREFIX = strace -r -T -o /${WORK}/trace/${PEERID}.strace
-
-[transport-udp]
-TIMEOUT = 300 s
-PORT = 12368
-BROADCAST = NO
-
-[PATHS]
-SERVICEHOME = /tmp/test-testbed/
-
-[nat]
-BEHIND_NAT = NO
-RETURN_LOCAL_ADDRESSES = NO
-
-[peerinfo]
-AUTOSTART = NO
-NO_IO = YES
-
-[testing]
-USE_ABSTRACT_SOCKETS = YES




reply via email to

[Prev in Thread] Current Thread [Next in Thread]