This repository contains the source code for the masters project on dependability testing of OpenStack at the chair of Operating Systems and Middle Ware at the Hasso-Plattner-Institute in the Summer Term of 2015.
The documentation is split in several parts.
- In the documentation folder you can find technical details about the software contained in this repository.
- The MasterprojectOpenStack2015/report repository contains worthy documentation.
-
Setup a fresh Ubuntu 14.4.
-
Make sure you have an internet connection.
-
Install git and clone this repository
sudo apt-get -y install git git clone https://github.com/MasterprojectOpenStack2015/sourcecode.git
-
Enter the repository and start the installation.
cd sourcecode ./install.sh
This took us about 15 minutes. You need to enter the root password twice. The expected output can be found in the documentation folder.
-
To run an experiment, get help from this script.
./run_experiment.sh
The expected output can be found in the folder of the experiment.