VOPaaS
Ansible playbooks and roles to install VOPaaS virtual machines.
This codebase contains all the roles/playbooks and templates to configure VOPaaS VMs. The target Linux distribution for VOPaaS servers is Debian.
This codebase also contains a test.sh
script to verify that the installation works correctly.
This script leverages a Docker container with a plain Debian box to test all the playbooks
to be working correctly.
To use it, you have to install Docker and create the image with the command (from the project's main folder):
root# docker build -t vopaas .
after that the Ansible playbook can be tested with the ./test.sh
command.