These are VirtualBox OVA images for the RSPLIB RSerPool Demo. They are a showcase for Reliable Server Pooling (RSerPool), and of course for the RSPLIB implementation. This directory contains the demo setup for current Ubuntu LTS and Fedora versions. Just select the operation system variant of your choice.
See https://www.nntb.no/~dreibh/rserpool/ for a detailed description of RSerPool and RSPLIB!
Download <IMAGE>.ova and <IMAGE>.ova.asc.
Verify the signature:
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 21412672518D8B2D1862EFEF5CD5D12AA0877B49 gpg --verify <IMAGE>.ova.asc <IMAGE>.ova
Import into VirtualBox (usually: via GUI), or alternatively via command line:
vboxmanage import --options importtovdi <IMAGE>.ova
Boot the image, log in with:
Click on local-setup.xml on the desktop, to start the demo GUI.
The image builder scripts can be found in https://github.com/simula/nornet-vmimage-builder-scripts. The images in this directory have been generated by the script make-rserpool-vms.
01.03.2023 Thomas Dreibholz