source: fedkit/testbeds.example @ 0404558

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since 0404558 was 0404558, checked in by Ted Faber <faber@…>, 17 years ago

Commented sample configuration files for splitter.pl

These work with DETER as master (change the user, unless you're me)

  • Property mode set to 100644
File size: 2.5 KB
Line 
1# Each testbed's parameters follow the bracketed testbed label.  The parameters
2# are bound to testbeds in the experiment when the label in brackets in this
3# file matches the string following tb-set-node-testbed command in the script.
4# For example the nodes with tb-set-node-testbed $n "deter" will be allocated
5# to the first testbed below.
6
7[deter]
8# On DETER, when running on users, use localhost so that the remote execution
9# commands work
10OpsNode: localhost
11
12# Change this field in all the testbeds to be one you can access.  Ssh commands
13# to ops are issued as this user.
14User: faber
15
16# Make sure it starts with a dot.
17Domain: .isi.deterlab.net
18Project: emulab-ops
19ConnectorType: pc3000_tunnel
20ConnectorImage: FBSD61-TUNNEL2
21
22# These run on the slave testbeds.  They are passed to csh by emulab, hence the
23# >& redirections.  This file assumes DETER will be the master and these
24# haven't been run.
25SlaveNodeStartCmd: echo FEDDIR GWCONF >& /tmp/startup
26SlaveConnectorStartCmd: sudo -H /users/faber/fed-tun.pl -t .deter.emulab.net >& /tmp/bridge.log
27
28# Master testbed commands.  These are appropriate for DETER as master.
29MasterNodeStartCmd: sudo -H FEDDIR/make_hosts FEDDIR/hosts
30MasterConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF >& /tmp/bridge.log
31
32# These are passed through directly to the connector and client configurations,
33# with Domain (above) appended.
34FileServer: fs
35Boss: boss
36
37# This needs to be true on DETER
38TunnelCfg: true
39
40# End of DETER specifications
41[wail]
42OpsNode: users
43User: faber
44Domain: .schooner.wail.wisc.edu
45Project: Deter
46ConnectorType: pc
47ConnectorImage: FBSD61-TUNNEL2
48
49# These slave commands are appropriate for generic testbeds, which emulab and
50# WAIL are.  The -H on sudo is crucial when calling federate.sh
51SlaveNodeStartCmd: sudo -H /bin/sh FEDDIR/federate.sh >& /tmp/federate
52SlaveConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF>& /tmp/bridge.log
53
54# These master commands are placeholders
55MasterNodeStartCmd: sudo -H /bin/sh FEDDIR/federate.sh &> /tmp/mfederate
56MasterConnectorStartCmd: sudo -H /users/faber/fed-tun.pl >& /tmp/bridge.log
57FileServer: fs
58Boss: boss
59TunnelCfg: false
60
61[emulab]
62OpsNode: users
63User: faber
64Domain: .emulab.net
65Project: DETER
66ConnectorType: pc
67ConnectorImage: FBSD61-TUNNEL2
68SlaveNodeStartCmd: sudo -H /bin/sh FEDDIR/federate.sh >& /tmp/federate
69SlaveConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF>& /tmp/bridge.log
70MasterNodeStartCmd: sudo -H /bin/sh FEDDIR/federate.sh &> /tmp/mfederate
71MasterConnectorStartCmd: sudo -H /users/faber/fed-tun.pl >& /tmp/bridge.log
72FileServer: fs
73Boss: boss
74TunnelCfg: false
75
Note: See TracBrowser for help on using the repository browser.