Go to file
Timur Nurlygayanov 1362929e9d Fixed format in README file
Change-Id: I710d7a86f90007418bf7f9aae5fa40df3ce9be90
2015-05-14 15:02:57 +03:00
2015-04-30 15:27:44 +03:00
2015-03-30 01:10:44 +04:00
2015-05-14 15:02:57 +03:00

High Availability OpenStack (HAOS)

Introduction

HAOS is a suite of HA/destructive tests for OpenStack clouds. These tests are written as Rally plugins and are executed by Rally and in parallel with the load/performance tests to simulate some disaster/failover scenarios with the OpenStack clouds. HAOS uses Shaker for remote execution of commands on OpenStack nodes and for data-plane performance load.

How to install

  1. Clone the repository:
git clone git://git.openstack.org/stackforge/haos
  1. Make sure that sshpass is installed - on Ubuntu do sudo apt-get install sshpass

  2. Fill in your openrc file based on the sample provided in etc/openrc

  3. Import openrc into your environment by doing

source etc/openrc.local
  1. Run tox:
tox -erun

How to run tests

Run scenario with the command:

tox -erun <scenario>
Description
RETIRED, HAOS is a suite of HA/destructive tests for OpenStack clouds
Readme 1.1 MiB