# Each testbed's parameters follow the bracketed testbed label. The parameters # are bound to testbeds in the experiment when the label in brackets in this # file matches the string following tb-set-node-testbed command in the script. # For example the nodes with tb-set-node-testbed $n "deter" will be allocated # to the first testbed below. [deter] # On DETER, when running on users, use localhost so that the remote execution # commands work OpsNode: localhost # Change this field in all the testbeds to be one you can access. Ssh commands # to ops are issued as this user. User: faber # Make sure it starts with a dot. Domain: .isi.deterlab.net Project: emulab-ops ConnectorType: pc3000_tunnel ConnectorImage: FBSD61-TUNNEL2 # These run on the slave testbeds. They are passed to csh by emulab, hence the # >& redirections. This file assumes DETER will be the master and these # haven't been run. SlaveNodeStartCmd: echo FEDDIR GWCONF >& /tmp/startup SlaveConnectorStartCmd: sudo -H /users/faber/fed-tun.pl -t .deter.emulab.net >& /tmp/bridge.log # Master testbed commands. These are appropriate for DETER as master. MasterNodeStartCmd: sudo -H FEDDIR/make_hosts FEDDIR/hosts MasterConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF >& /tmp/bridge.log # These are passed through directly to the connector and client configurations, # with Domain (above) appended. FileServer: fs Boss: boss EventServer: event-server # This needs to be true on DETER TunnelCfg: true # End of DETER specifications [wail] OpsNode: users User: faber Domain: .schooner.wail.wisc.edu Project: Deter ConnectorType: pc ConnectorImage: FBSD61-TUNNEL2 # These slave commands are appropriate for generic testbeds, which emulab and # WAIL are. The -H on sudo is crucial when calling federate.sh SlaveNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap >& /tmp/federate SlaveConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF>& /tmp/bridge.log # These master commands are placeholders MasterNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap &> /tmp/mfederate MasterConnectorStartCmd: sudo -H /users/faber/fed-tun.pl >& /tmp/bridge.log FileServer: fs Boss: boss EventServer: event-server TunnelCfg: false [emulab] OpsNode: users User: faber Domain: .emulab.net Project: DETER ConnectorType: pc ConnectorImage: FBSD61-TUNNEL2 SlaveNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap >& /tmp/federate SlaveConnectorStartCmd: sudo -H FEDDIR/fed-tun.pl -f GWCONF>& /tmp/bridge.log MasterNodeStartCmd: sudo -H /bin/sh FEDDIR/fed_bootstrap &> /tmp/mfederate MasterConnectorStartCmd: sudo -H /users/faber/fed-tun.pl >& /tmp/bridge.log FileServer: fs Boss: boss EventServer: event-server TunnelCfg: false