This is inspired from http://mussol.org/2013/07/17/setting-up-a-testing-slurm-cluster/
First we need to get a suitable image to install slurm into. You may already have images that you like to use. For this example, we will download ubuntu 15.04 and create a running instance via vagrant.
In [ ]:
First, let us download the image
In [ ]:
!vagrant box add ubuntu-15.04 https://cloud-images.ubuntu.com/vagrant/vivid/current/vivid-server-cloudimg-amd64-vagrant-disk1.box
In [ ]:
!vagrant box list
In [ ]:
!cat Vagrantfile
In [ ]: