I decided to do few modules that will build an identical server configuration based on a production server of mine.
First I cr...
First I installed Vagrant on the testing server:
sudo apt-get update
sudo apt-get install vagrant
Then I created a project d...
The third candidate for replacing my current ESXi testing environment is plain Virtualbox.
For this test, I installed Xubuntu...
Text author: Aleksi Kulmala
First up when starting this project you have to install Virtua...
The OpenStack platform consists of 9 components, that provide different services to the platform:
First, I created the default module structure:
mkdir -p /modules/sshporttest/manifests
mkdir -p /modules/sshporttest/templates...