Installation process

Automated installation

The easiest way to install Rally is to use pip. The following command will install rally framework part of the latest released version.

pip install rally

If you want to install package with rally plugins (for example, OpenStack plugins), you can ignore the step of installation rally framework step since it plugins package should include it as a dependency.

# this should install Rally framework and Rally plugins for OpenStack
# platform
pip install rally-openstack

Rally & Docker

There are official docker images for Rally package and plugins. Check Docker Hub for more details.