common build script for all boxes
[infrastructure.git] / scripts / reboot-all.sh
1 #!/bin/bash
2
3 echo '==================== cleaning trackers on testmaster'
4 ssh root@testmaster.onelab.eu rm 'tracker*'
5
6 for h in mirror build build2 build3 testplc testqemu{1,2,3} testqemu32-{1,2,3,4,5}; do
7    echo "==================== rebooting $h.onelab.eu"
8    host $h.onelab.eu
9    ssh root@$h.onelab.eu shutdown -r now
10 done