[tor-commits] [ooni-probe/master] Add samples nodes configuration file

art at torproject.org art at torproject.org
Thu Mar 8 05:04:00 UTC 2012


commit 9c39e48369dde382124438a45ce38e16014d7a03
Author: Arturo Filastò <hellais at gmail.com>
Date:   Tue Mar 6 21:58:07 2012 -0800

    Add samples nodes configuration file
---
 nodes.conf |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/nodes.conf b/nodes.conf
new file mode 100644
index 0000000..4d14be1
--- /dev/null
+++ b/nodes.conf
@@ -0,0 +1,53 @@
+[control]
+# Specify in the list of network nodes to
+# be used as control nodes
+[[node1]]
+address = socks4a://user:password@192.0.2.1
+
+[[node2]]
+address = socks5://user:password at 192.0.2.2
+
+[[node3]]
+address = ssh://user:password@192.0.2.3
+
+
+[experiment]
+# Specify the list of experiment nodes to
+# be used for running tests.
+[[countryA]]
+address = socks4a://user:password@192.0.2.1
+family = china
+
+[[countryA1]]
+address = socks5://user:password at 192.0.2.2
+family = china
+
+[[countryA2]]
+address = ssh://user:password@192.0.2.3
+family = italy
+
+[operators]
+# Specify the list of operator nodes. These are
+# the ones capable of accepting bundles of units
+# of work and scheduling work to experiment nodes.
+[[Local box]]
+address = localhost
+capacity = 0.2
+
+[[Planetlab node]]
+address = ssh://user:password@192.0.2.3
+rsakey = ~/.ssh/id_rsa
+other =
+# Specify an float between 0 and 1 to how much
+# work this operator node should support.
+capacity = 0.4
+
+[[M-Lab server]]
+address = ssh://user:password@192.0.2.3
+capacity = 0.5
+
+
+
+
+
+





More information about the tor-commits mailing list