MasterprojectOpenStack2015 / sourcecode

Automatically Setup OpenStack on Ubuntu close to the Docs and run Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Automatically Setup OpenStack on Ubuntu close to the Docs and run Experiments

License:GNU General Public License v2.0


Languages

Language:Shell 96.6%Language:Python 3.4%