aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_configs
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:04 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitc293f84ea192f361baf720a3979589c0e0881abc (patch)
treeb936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /contrib/testbed_configs
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'contrib/testbed_configs')
-rw-r--r--contrib/testbed_configs/regex_profiler_infiniband.conf22
-rw-r--r--contrib/testbed_configs/testbed_cluster.conf28
-rw-r--r--contrib/testbed_configs/testbed_infiniband.conf28
-rw-r--r--contrib/testbed_configs/testbed_supermuc.conf16
4 files changed, 47 insertions, 47 deletions
diff --git a/contrib/testbed_configs/regex_profiler_infiniband.conf b/contrib/testbed_configs/regex_profiler_infiniband.conf
index 831ee0f76..2a748ac51 100644
--- a/contrib/testbed_configs/regex_profiler_infiniband.conf
+++ b/contrib/testbed_configs/regex_profiler_infiniband.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 11999 3PORT = 11999
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
@@ -13,7 +13,7 @@ BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
13REGEX_PREFIX = "GNVPN-0001-PAD" 13REGEX_PREFIX = "GNVPN-0001-PAD"
14 14
15[cadet] 15[cadet]
16AUTOSTART = YES 16START_ON_DEMAND = YES
17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
18APP_ANNOUNCE_TIME = 240 s 18APP_ANNOUNCE_TIME = 240 s
19ID_ANNOUNCE_TIME = 120 m 19ID_ANNOUNCE_TIME = 120 m
@@ -22,7 +22,7 @@ PORT = 12001
22DHT_REPLICATION_LEVEL = 3 22DHT_REPLICATION_LEVEL = 3
23 23
24[dht] 24[dht]
25AUTOSTART = YES 25START_ON_DEMAND = YES
26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27HOSTNAME = localhost 27HOSTNAME = localhost
28# Do not allow DHT to create extra connections, beyond those testbed created 28# Do not allow DHT to create extra connections, beyond those testbed created
@@ -41,14 +41,14 @@ DISABLE_BF = YES
41IN_MEMORY = YES 41IN_MEMORY = YES
42 42
43[fs] 43[fs]
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[resolver] 46[resolver]
47AUTOSTART = NO 47START_ON_DEMAND = NO
48HOSTNAME = localhost 48HOSTNAME = localhost
49 49
50[transport] 50[transport]
51AUTOSTART = YES 51START_ON_DEMAND = YES
52PLUGINS = tcp 52PLUGINS = tcp
53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
54ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
@@ -60,7 +60,7 @@ WAN_QUOTA_OUT = 3932160
60WAN_QUOTA_IN = 3932160 60WAN_QUOTA_IN = 3932160
61 61
62[core] 62[core]
63AUTOSTART = YES 63START_ON_DEMAND = YES
64 64
65[transport-tcp] 65[transport-tcp]
66TIMEOUT = 300 s 66TIMEOUT = 300 s
@@ -74,7 +74,7 @@ ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
74 74
75[statistics] 75[statistics]
76PORT = 12008 76PORT = 12008
77AUTOSTART = YES 77START_ON_DEMAND = YES
78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
79DISABLE = NO 79DISABLE = NO
80 80
@@ -89,15 +89,15 @@ PEERGROUP_TIMEOUT = 2400 s
89SERVICEHOME = $GNUNET_TMP/perf-regex/ 89SERVICEHOME = $GNUNET_TMP/perf-regex/
90 90
91[dns] 91[dns]
92AUTOSTART = NO 92START_ON_DEMAND = NO
93 93
94[nse] 94[nse]
95AUTOSTART = YES 95START_ON_DEMAND = YES
96# Minimize proof-of-work CPU consumption by NSE 96# Minimize proof-of-work CPU consumption by NSE
97WORKBITS = 1 97WORKBITS = 1
98 98
99[vpn] 99[vpn]
100AUTOSTART = NO 100START_ON_DEMAND = NO
101 101
102[nat] 102[nat]
103# Allow running on systems with only loopback? 103# Allow running on systems with only loopback?
diff --git a/contrib/testbed_configs/testbed_cluster.conf b/contrib/testbed_configs/testbed_cluster.conf
index f92e4d721..62c83ec78 100644
--- a/contrib/testbed_configs/testbed_cluster.conf
+++ b/contrib/testbed_configs/testbed_cluster.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -11,22 +11,22 @@ SETUP_TIMEOUT = 30m
11MAX_OPEN_FDS = 512 11MAX_OPEN_FDS = 512
12 12
13[fs] 13[fs]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[resolver] 16[resolver]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[cadet] 19[cadet]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21PORT = 71 21PORT = 71
22 22
23[dht] 23[dht]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25PORT = 70 25PORT = 70
26DISABLE_TRY_CONNECT = YES 26DISABLE_TRY_CONNECT = YES
27 27
28[statistics] 28[statistics]
29AUTOSTART = NO 29START_ON_DEMAND = NO
30PORT = 72 30PORT = 72
31 31
32[dhtcache] 32[dhtcache]
@@ -42,7 +42,7 @@ NEIGHBOUR_LIMIT = 10
42 42
43[core] 43[core]
44PORT = 12092 44PORT = 12092
45AUTOSTART = YES 45START_ON_DEMAND = YES
46USE_EPHEMERAL_KEYS = NO 46USE_EPHEMERAL_KEYS = NO
47 47
48[arm] 48[arm]
@@ -58,28 +58,28 @@ BROADCAST = NO
58SERVICEHOME = $GNUNET_TMP/test-testbed/ 58SERVICEHOME = $GNUNET_TMP/test-testbed/
59 59
60[dns] 60[dns]
61AUTOSTART = NO 61START_ON_DEMAND = NO
62 62
63[nse] 63[nse]
64AUTOSTART = NO 64START_ON_DEMAND = NO
65 65
66[vpn] 66[vpn]
67AUTOSTART = NO 67START_ON_DEMAND = NO
68 68
69[nat] 69[nat]
70RETURN_LOCAL_ADDRESSES = YES 70RETURN_LOCAL_ADDRESSES = YES
71 71
72[gns] 72[gns]
73AUTOSTART = NO 73START_ON_DEMAND = NO
74 74
75[peerinfo] 75[peerinfo]
76NO_IO = YES 76NO_IO = YES
77 77
78[consensus] 78[consensus]
79AUTOSTART = NO 79START_ON_DEMAND = NO
80 80
81[dv] 81[dv]
82AUTOSTART = NO 82START_ON_DEMAND = NO
83 83
84[lockmanager] 84[lockmanager]
85AUTOSTART = NO 85START_ON_DEMAND = NO
diff --git a/contrib/testbed_configs/testbed_infiniband.conf b/contrib/testbed_configs/testbed_infiniband.conf
index c87f56eef..812945eea 100644
--- a/contrib/testbed_configs/testbed_infiniband.conf
+++ b/contrib/testbed_configs/testbed_infiniband.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 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
@@ -11,22 +11,22 @@ SETUP_TIMEOUT = 30m
11MAX_OPEN_FDS = 512 11MAX_OPEN_FDS = 512
12 12
13[fs] 13[fs]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[resolver] 16[resolver]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[cadet] 19[cadet]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21PORT = 71 21PORT = 71
22 22
23[dht] 23[dht]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25PORT = 70 25PORT = 70
26DISABLE_TRY_CONNECT = YES 26DISABLE_TRY_CONNECT = YES
27 27
28[statistics] 28[statistics]
29AUTOSTART = NO 29START_ON_DEMAND = NO
30PORT = 72 30PORT = 72
31 31
32[dhtcache] 32[dhtcache]
@@ -42,7 +42,7 @@ NEIGHBOUR_LIMIT = 10
42 42
43[core] 43[core]
44PORT = 12092 44PORT = 12092
45AUTOSTART = YES 45START_ON_DEMAND = YES
46USE_EPHEMERAL_KEYS = NO 46USE_EPHEMERAL_KEYS = NO
47 47
48[arm] 48[arm]
@@ -58,28 +58,28 @@ BROADCAST = NO
58SERVICEHOME = $GNUNET_TMP/test-testbed/ 58SERVICEHOME = $GNUNET_TMP/test-testbed/
59 59
60[dns] 60[dns]
61AUTOSTART = NO 61START_ON_DEMAND = NO
62 62
63[nse] 63[nse]
64AUTOSTART = NO 64START_ON_DEMAND = NO
65 65
66[vpn] 66[vpn]
67AUTOSTART = NO 67START_ON_DEMAND = NO
68 68
69[nat] 69[nat]
70RETURN_LOCAL_ADDRESSES = YES 70RETURN_LOCAL_ADDRESSES = YES
71 71
72[gns] 72[gns]
73AUTOSTART = NO 73START_ON_DEMAND = NO
74 74
75[peerinfo] 75[peerinfo]
76NO_IO = YES 76NO_IO = YES
77 77
78[consensus] 78[consensus]
79AUTOSTART = NO 79START_ON_DEMAND = NO
80 80
81[dv] 81[dv]
82AUTOSTART = NO 82START_ON_DEMAND = NO
83 83
84[lockmanager] 84[lockmanager]
85AUTOSTART = NO 85START_ON_DEMAND = NO
diff --git a/contrib/testbed_configs/testbed_supermuc.conf b/contrib/testbed_configs/testbed_supermuc.conf
index 4603b1fe3..47bfee43c 100644
--- a/contrib/testbed_configs/testbed_supermuc.conf
+++ b/contrib/testbed_configs/testbed_supermuc.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8; 4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -14,22 +14,22 @@ MAX_OPEN_FDS=512
14SETUP_TIMEOUT = 30 m 14SETUP_TIMEOUT = 30 m
15 15
16[fs] 16[fs]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[resolver] 19[resolver]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21 21
22[cadet] 22[cadet]
23AUTOSTART = NO 23START_ON_DEMAND = NO
24PORT = 71 24PORT = 71
25 25
26[dht] 26[dht]
27AUTOSTART = NO 27START_ON_DEMAND = NO
28PORT = 70 28PORT = 70
29DISABLE_TRY_CONNECT = YES 29DISABLE_TRY_CONNECT = YES
30 30
31[statistics] 31[statistics]
32AUTOSTART = NO 32START_ON_DEMAND = NO
33PORT = 72 33PORT = 72
34 34
35[dhtcache] 35[dhtcache]
@@ -45,7 +45,7 @@ NEIGHBOUR_LIMIT = 10
45 45
46[core] 46[core]
47PORT = 12092 47PORT = 12092
48AUTOSTART = YES 48START_ON_DEMAND = YES
49USE_EPHEMERAL_KEYS = NO 49USE_EPHEMERAL_KEYS = NO
50 50
51[arm] 51[arm]
@@ -66,7 +66,7 @@ BEHIND_NAT = NO
66RETURN_LOCAL_ADDRESSES = NO 66RETURN_LOCAL_ADDRESSES = NO
67 67
68[peerinfo] 68[peerinfo]
69AUTOSTART = NO 69START_ON_DEMAND = NO
70NO_IO = YES 70NO_IO = YES
71 71
72[testing] 72[testing]