1362929e9d755e0009c315f2822f751982eaedb8
Change-Id: I710d7a86f90007418bf7f9aae5fa40df3ce9be90
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
- Clone the repository:
git clone git://git.openstack.org/stackforge/haos
-
Make sure that
sshpassis installed - on Ubuntu dosudo apt-get install sshpass -
Fill in your
openrcfile based on the sample provided inetc/openrc -
Import
openrcinto your environment by doing
source etc/openrc.local
- Run tox:
tox -erun
How to run tests
Run scenario with the command:
tox -erun <scenario>
Description