https://github.com/mirantis/openstack-ha-tests
The repository with HA/destructive tests for OpenStack clouds
https://github.com/mirantis/openstack-ha-tests
Last synced: 29 days ago
JSON representation
The repository with HA/destructive tests for OpenStack clouds
- Host: GitHub
- URL: https://github.com/mirantis/openstack-ha-tests
- Owner: Mirantis
- Created: 2015-03-12T08:55:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T11:50:25.000Z (about 5 years ago)
- Last Synced: 2025-03-29T09:41:30.290Z (about 2 months ago)
- Language: Python
- Size: 737 KB
- Stars: 3
- Watchers: 12
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
openstack-ha-tests
==================## Introduction
HAOS is a suite of HA/destructive tests for OpenStack clouds. These tests are written
like Rally plugins which can be executed with Rally and in parallel with the
load/performance tests to simulate some disaster/failover scenarios with the OpenStack clouds.## How To Run Tests
These tests require to manually configure OpenStack environment before the tests, because we need
to install shaker agents on all OpenStack nodes. The tests also require to install Rally and add
all Rally plugins from this repository to Rally plugins folder.1. Run dummy_shaker_agent.py on all controller nodes in daemon mode - just follow the instructions which are available in dummy_shaker_agent.py (this is temporary solution while we have no the proper shaker support for our cases)
2. Install HAOS: bash ./install.sh
3. Configure scenario file (in folder samples/tasks/scenarios), set parameters for all controller nodes and power control node, where we can manage the power state of virtual/baremetal servers (or public IP addresses).
4. Run Rally task with the required HA/disaster test scenario multiple times and verify that it will pass.