| Line | |
|---|
| 1 | # Sub experiments will have this name. It's wise to pick a unique one |
|---|
| 2 | Experiment: faber-splitter |
|---|
| 3 | |
|---|
| 4 | Master: deter |
|---|
| 5 | TmpDir: /tmp |
|---|
| 6 | Testbeds:/users/faber/testbeds |
|---|
| 7 | ScriptDir: /users/faber/testbed/federation |
|---|
| 8 | |
|---|
| 9 | # These will be honored if used, but automatically generating the keys by |
|---|
| 10 | # leaving these commented is probably better, but for now should be |
|---|
| 11 | # password-free ssh keys. Format is unimportant (dsa vs. rsa) |
|---|
| 12 | # GatewayPubkey: /users/faber/fed_dsa.pub |
|---|
| 13 | # GatewaySecretKey: /users/faber/fed_dsa |
|---|
| 14 | |
|---|
| 15 | # Type of key to auto generate. RSA and DSA are valid choices, leaving it |
|---|
| 16 | # unspecified gives you RSA keys (as long as GatewayPubKey and GatewaySecretKey |
|---|
| 17 | # are not specified. |
|---|
| 18 | |
|---|
| 19 | GatewayKeyType: rsa |
|---|
| 20 | |
|---|
| 21 | # These are the SMB share to export and the user to export them as. They |
|---|
| 22 | # should probably be per-testbed parameters and probably will become so. Any |
|---|
| 23 | # user in the project instantiated on the master testbed will work. You do not |
|---|
| 24 | # need access to this user's ssh keys. |
|---|
| 25 | SMBShare: USERS |
|---|
| 26 | SMBUser: jhickey |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | # The number of experiment links or lans that can be multiplexed over one |
|---|
| 30 | # gateway pair. |
|---|
| 31 | MuxLimit: 2 |
|---|
| 32 | |
|---|
| 33 | |
|---|