21 | | === Add the Omni script for orchestrating the experiment === |
22 | | For orchestrating our experiment we used Omni scripting. You need to place a copy of [attachment:race-scrpt.py this script] under `/usr/local/bin/gcf/examples/` in the VM, as well as copy [attachment:readyToLogin.py this version of the readyToLogin script] also under `/usr/local/bin/gcf/examples/`. You will need to do this using `sudo`. |
| 21 | === Omni scripting for orchestrating the experiment === |
| 22 | For orchestrating our experiment we used Omni scripting. We based our script on the `readyToLogin.py' script. We needed to modify it slightly and then we created a script that uses remote execution to give instructions to the hosts. You can find a copy of [attachment:race-scrpt.py our script] and [attachment:readyToLogin.py the modified ready to login script] through these links. For our purpose we placed these two files under `/usr/local/bin/gcf/examples/` in the VM. |