This repo contains images in various technologies of the Open OnDemand platform
- containers in docker and podman
- vagrant image in vagrant
- vagrant image in vagrant-el8-with-slurm that contains a full Open OnDemand and SLURM environment (Rocky Linux 8)
- vagrant image in vagrant-with-gridengine that contains a full Open OnDemand and Grid Engine environment (CentOS 7)
- vagrant image in vagrant-with-lsf that contains a full Open OnDemand and LSF environment (CentOS 7)
- vagrant image in vagrant-with-pbspro that contains a full Open OnDemand and PSBPro environment (CentOS 7)
- vagrant image in vagrant-with-slurm that contains a full Open OnDemand and SLURM environment (CentOS 7)
- fully fledged Virtual Machines in the vm directory
git clone https://github.com/OSC/ood-images.git
cd ood-images
vagrant plugin install vagrant-vbguest # only required once, and is not tied to a particular Vagrant file / directory
Possible setup needed with newer VirtualBox:
sudo mkdir /etc/vbox
sudo sh -c 'echo "* 10.0.0.0/8 192.168.0.0/16" > /etc/vbox/networks.conf'