Rally provides a framework for performance analysis and benchmarking of individual OpenStack components as well as full production OpenStack cloud deployments
Go to file
Olga Kopylova ad66ca895f Unit tests for TempestConf
Add unit tests for TempestConf class.
Small refactoring of fake resources and TempestConf.

Change-Id: Iae6b1322b372bebc086043d8bc0b5454f829222b
2014-05-19 16:54:41 +03:00
contrib/devstack Don't run rally in debug mode in ci 2014-04-24 17:14:52 -07:00
doc Merge "Add Neutron benchmarks scenario for creating and listing subnets" 2014-05-14 07:52:04 +00:00
etc/rally Improve User context 2014-04-21 14:20:41 +04:00
rally Unit tests for TempestConf 2014-05-19 16:54:41 +03:00
rally-scenarios Add benchmark scenarios for ceilometer alarms api 2014-05-08 18:47:27 +05:30
tests Unit tests for TempestConf 2014-05-19 16:54:41 +03:00
tests_ci Don't run rally in debug mode in ci 2014-04-24 17:14:52 -07:00
tools Sync code from oslo incubator 2014-04-28 12:19:27 +00:00
.coveragerc Omit openstack/common/ in test coverage reports 2014-01-16 00:53:49 +04:00
.gitignore use CONF in glance benchmark 2014-03-06 06:39:44 +08:00
.gitreview Add .gitreview file 2013-09-06 19:37:42 +04:00
.testr.conf Move tests to root dirrectory and fix tox 2013-08-28 19:08:07 +04:00
babel.cfg Add rally.sample.conf to project 2013-08-14 14:08:09 +04:00
install_rally.sh Fix typo, rename libxslt1 to libxslt 2014-05-13 19:07:43 +00:00
LICENSE Initial commit 2013-08-03 09:17:25 -07:00
openstack-common.conf Sync modules from oslo, excluding db related 2014-03-28 15:58:25 +00:00
README.rst Improve README.rst 2014-02-24 17:09:13 +04:00
requirements.txt Updated from global requirements 2014-05-01 13:52:17 +00:00
run_tests.sh Move tests to root dirrectory and fix tox 2013-08-28 19:08:07 +04:00
setup.cfg Base part of a server REST API 2014-03-20 17:11:38 +04:00
setup.py Updated from global requirements 2014-05-01 13:52:17 +00:00
test-requirements.txt Integrate the new oslotest library 2014-04-25 23:18:30 +04:00
tox.ini Sync modules from oslo, excluding db related 2014-03-28 15:58:25 +00:00

Rally

What is Rally

Rally is a Benchmark-as-a-Service project for OpenStack.

Rally is intended to provide the community with a benchmarking tool that is capable of performing specific, complicated and reproducible test cases on real deployment scenarios.

If you are here, you are probably familiar with OpenStack and you also know that it's a really huge ecosystem of cooperative services. When something fails, performs slowly or doesn't scale, it's really hard to answer different questions on "what", "why" and "where" has happened. Another reason why you could be here is that you would like to build an OpenStack CI/CD system that will allow you to improve SLA, performance and stability of OpenStack continuously.

The OpenStack QA team mostly works on CI/CD that ensures that new patches don't break some specific single node installation of OpenStack. On the other hand it's clear that such CI/CD is only an indication and does not cover all cases (e.g. if a cloud works well on a single node installation it doesn't mean that it will continue to do so on a 1k servers installation under high load as well). Rally aims to fix this and help us to answer the question "How does OpenStack work at scale?". To make it possible, we are going to automate and unify all steps that are required for benchmarking OpenStack at scale: multi-node OS deployment, verification, benchmarking & profiling.

Rally workflow can be visualized by the following diagram:

Rally Architecture

Architecture

In terms of software architecture, Rally is built of 4 main components:

  1. Server Providers - provide servers (virtual servers), with ssh access, in one L3 network.
  2. Deploy Engines - deploy OpenStack cloud on servers that are presented by Server Providers
  3. Verification - component that runs tempest (or another pecific set of tests) against a deployed cloud, collects results & presents them in human readable form.
  4. Benchmark engine - allows to write parameterized benchmark scenarios & run them against the cloud.

Use Cases

There are 3 major high level Rally Use Cases:

Rally Use Cases

Typical cases where Rally aims to help are:

  • Automate measuring & profiling focused on how new code changes affect the OS performance;
  • Using Rally profiler to detect scaling & performance issues;
  • Investigate how different deployments affect the OS performance:
    • Find the set of suitable OpenStack deployment architectures;
    • Create deployment specifications for different loads (amount of controllers, swift nodes, etc.);
  • Automate the search for hardware best suited for particular OpenStack cloud;
  • Automate the production cloud specification generation:
    • Determine terminal loads for basic cloud operations: VM start & stop, Block Device create/destroy & various OpenStack API methods;
    • Check performance of basic cloud operations in case of different loads.

Wiki page:

https://wiki.openstack.org/wiki/Rally

Rally/HowTo:

https://wiki.openstack.org/wiki/Rally/HowTo

Launchpad page:

https://launchpad.net/rally

Code is hosted on github:

https://github.com/stackforge/rally

Trello board:

https://trello.com/b/DoD8aeZy/rally