edfd580b9e
Switch Rally integration with Devstack to the new plugin model [1]. This allows to install Rally by one line in localrc, without copying any files by hand. It also may make setting CI jobs easier. [1] http://docs.openstack.org/developer/devstack/plugins.html * Remove Sahara pluging from Rally gate job Sahara was removed from default services that run DevStack in gates We need to remove these scenarios from rally.yaml and add separate job for Sahara Depends-on: I845178bd51f2623fa56bb97f8bd5f2e4e7553613 Change-Id: Ia4e211dbf50d13068502c27c26cf5e3199542ce7 |
||
---|---|---|
.. | ||
lib | ||
plugin.sh | ||
README.rst | ||
settings |
Installing Rally using devstack
This directory contains the files necessary to integrate Rally with devstack.
To configure devstack to run rally:
$ cd ${DEVSTACK_DIR}
$ echo "enable_plugin rally https://github.com/openstack/rally master" >> localrc
Run devstack as normal:
$ ./stack.sh