Skip to content

piepmatz/openstack-install

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 95.8%
  • Python 3.3%
  • Ruby 0.9%