The base installation of the OS can be done with a virtualisation software like VirtualBox, QEMU/KVM or VMware Player.
When installation has finished and VM has rebooted:
/etc/fstab (it is recommended to use UUID except for the extra swap disk) to remove the cdrom line and add a line for a swap disk in /dev/sdb (/dev/hdb on SL550). For example: /dev/sdb swap swap defaults 0 0/etc/udev/rules.d/70-persistent-net.rules and /etc/udev/rules.d/70-persistent-cd.rules./etc/sysconfig/network-scripts/ifcfg-eth0 and remove the line with the mac address./usr/bin/stratuslab-one-context-postinstall/etc/stratuslab/stratuslab-one-context.cfg and set the cdrom block device to sr0 (hdd on SL550)./etc/stratuslab/conf.d/01-password.context to activate random password and force root user to log in with a ssh key./etc/stratuslab/conf.d/99-quattor.context to activate configuration with Quattor.vboxmanage internalcommands converttoraw disk.vdi disk.img
Be careful to have enough free disk space when you do that because it will deflate the disk image.
cat disk.img | gzip > disq.img.gz
qemu-img convert -c -f raw -O qcow2 disk.img disk.qcow2
You need of course qemu-img installed to do that. The conversion takes more time than gzip it's really worth it.
Now your disk image is ready. Serve hot, test it and enjoy!