[0404558] | 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 |
---|
| 10 | OpsNode: 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. |
---|
| 14 | User: faber |
---|
| 15 | |
---|
| 16 | # Make sure it starts with a dot. |
---|
| 17 | Domain: .isi.deterlab.net |
---|
| 18 | Project: emulab-ops |
---|
| 19 | ConnectorType: pc3000_tunnel |
---|
| 20 | ConnectorImage: 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. |
---|
| 25 | SlaveNodeStartCmd: echo FEDDIR GWCONF >& /tmp/startup |
---|
| 26 | SlaveConnectorStartCmd: 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. |
---|
| 29 | MasterNodeStartCmd: sudo -H FEDDIR/make_hosts FEDDIR/hosts |
---|
| 30 | MasterConnectorStartCmd: 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. |
---|
| 34 | FileServer: fs |
---|
| 35 | Boss: boss |
---|
[f64fa81] | 36 | EventServer: event-server |
---|
[0404558] | 37 | |
---|
| 38 | # This needs to be true on DETER |
---|
| 39 | TunnelCfg: true |
---|
| 40 | |
---|
| 41 | # End of DETER specifications |
---|
| 42 | [wail] |
---|
| 43 | OpsNode: users |
---|
| 44 | User: faber |
---|
| 45 | Domain: .schooner.wail.wisc.edu |
---|
| 46 | Project: Deter |
---|
| 47 | ConnectorType: pc |
---|
| 48 | ConnectorImage: FBSD61-TUNNEL2 |
---|
| 49 | |
---|
| 50 | # These slave commands are appropriate for generic testbeds, which emulab and |
---|
| 51 | # WAIL are. The -H on sudo is crucial when calling federate.sh |
---|
[4abace9] | 52 | SlaveNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap >& /tmp/federate |
---|
[0404558] | 53 | SlaveConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF>& /tmp/bridge.log |
---|
| 54 | |
---|
| 55 | # These master commands are placeholders |
---|
[4abace9] | 56 | MasterNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap &> /tmp/mfederate |
---|
[0404558] | 57 | MasterConnectorStartCmd: sudo -H /users/faber/fed-tun.pl >& /tmp/bridge.log |
---|
| 58 | FileServer: fs |
---|
| 59 | Boss: boss |
---|
[f64fa81] | 60 | EventServer: event-server |
---|
[0404558] | 61 | TunnelCfg: false |
---|
| 62 | |
---|
| 63 | [emulab] |
---|
| 64 | OpsNode: users |
---|
| 65 | User: faber |
---|
| 66 | Domain: .emulab.net |
---|
| 67 | Project: DETER |
---|
| 68 | ConnectorType: pc |
---|
| 69 | ConnectorImage: FBSD61-TUNNEL2 |
---|
[4abace9] | 70 | SlaveNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap >& /tmp/federate |
---|
[0404558] | 71 | SlaveConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF>& /tmp/bridge.log |
---|
[4abace9] | 72 | MasterNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap &> /tmp/mfederate |
---|
[0404558] | 73 | MasterConnectorStartCmd: sudo -H /users/faber/fed-tun.pl >& /tmp/bridge.log |
---|
| 74 | FileServer: fs |
---|
| 75 | Boss: boss |
---|
[f64fa81] | 76 | EventServer: event-server |
---|
[0404558] | 77 | TunnelCfg: false |
---|
| 78 | |
---|