Bravo cluster - 8 nodes, 8 cores each, 192GB RAM, 10G IB
Run 4 to 8 VMs per node
India cluster - 128 nodes. Can run Eucalyptus.
India cluster - 128 nodes. Can run Eucalyptus.
Getting Started with FutureGrid and Applying for Accounts - FutureGrid
Saving an Eucalytpus VM - http://www.isi.edu/~voeckler/braindump/eucaos-save-active-vm.html
Creating a movable Stampede VM - http://www.isi.edu/~voeckler/braindump/centos-create-movable-virtual-machine.html
The stampede VM's are configured to talk to each other. There is a manual step of updating a condor config file on obelix that the worker node vm's pull when start up. This way they know how to what submit host VM to talk to .
The condor config file is hosted at
http://obelix.isi.edu/stampede-workflows/futuregrid/condor-reconfig.sh
$ euca-describe-images | grep stampede/pegasus-sh IMAGE emi-C18E103B stampede/pegasus-sh.x64.manifest.xml vahi available public x86_64 machine eki-78EF12D2 eri-5BB61255 instance-store |
Description
$ euca-run-instances -k userkey -n 1 emi-C18E103B -t c1.medium |
$ euca-describe-images | grep stampede/pegasus-sh IMAGE emi-186911ED stampede/pegasus-worker.x64.manifest.xml vahi available public x86_64 machine eki-78EF12D2 eri-5BB61255 instance-store |
$ euca-run-instances -k userkey -n 1 emi-186911ED -t c1.medium |
Step 1 $ euca-run-instances -k userkey -n 1 emi-CXXXXX -t c1.medium # wait for the VM to start |