| 81 | |
| 82 | === ExoGENI: === |
| 83 | |
| 84 | {{{ |
| 85 | 24 apt-get update |
| 86 | 25 apt-get install openvswitch-switch qemu-kvm libvirt-bin |
| 87 | 26 wget http://geni-images.renci.org/images/tools/imgcapture.sh |
| 88 | 27 chmod +x imgcapture.sh |
| 89 | 28 dpkg -i exogeni-geni-get_1.1-1_all.deb |
| 90 | 29 cp geniovs.conf /etc/init |
| 91 | 30 cp geniovs.sh /usr/bin |
| 92 | 31 cp getcontroller.py /usr/bin |
| 93 | 32 chmod +x /usr/bin/geniovs.sh |
| 94 | 33 chmod +x /usr/bin/getcontroller |
| 95 | 37 rm exogeni-geni-get_1.1-1_all.deb |
| 96 | 38 rm geniovs* |
| 97 | 40 rm getcontroller.py |
| 98 | 41 rm README |
| 99 | 43 ./imgcapture.sh -n ubuntu14.04-ovs-1.0.0 -s 2G -d /tmp -u http://www.gpolab.bbn.com/experiment-support/images/ubuntu14.04-ovs-1.0.0 |
| 100 | 44 cd /tmp/ |
| 101 | 46 sha1sum ubuntu14.04-ovs-1.0.0.xml |
| 102 | }}} |
| 103 | |