Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.42 KB

Dependable Cloud Computing with OpenStack

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.

Documentation

The documentation is split in several parts.

  1. In the documentation folder you can find technical details about the software contained in this repository.
  2. The MasterprojectOpenStack2015/report repository contains worthy documentation.

Installation

  1. Setup a fresh Ubuntu 14.4.

  2. Make sure you have an internet connection.

  3. Install git and clone this repository

     sudo apt-get -y install git
     git clone https://github.com/MasterprojectOpenStack2015/sourcecode.git
    
  4. 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.

  5. To run an experiment, get help from this script.

     ./run_experiment.sh 
    

    The expected output can be found in the folder of the experiment.