85d7eb3760
Installing 'rally-openstack' package in our devstack plugin can simplify adoption of a new package, i.e no need to rework legacy jobs while porting custom plugins to use new package. Also, this patch removes checking for openstack samples, since it should be done in rally-openstack repo Change-Id: I3446ccd5a36cb686282e85a9ea210d1723da1fef |
||
---|---|---|
.. | ||
lib | ||
features.yaml | ||
plugin.sh | ||
README.rst | ||
settings |
Rally with DevStack all-in-one installation
It is also possible to install Rally with DevStack. First, clone the corresponding repositories:
git clone https://git.openstack.org/openstack-dev/devstack
git clone https://github.com/openstack/rally
Then, configure DevStack to run Rally. First, create your
local.conf
file:
cd devstack
cp samples/local.conf local.conf
Next, edit local.conf: add the following line to the
[[local|localrc]]
section.
enable_plugin rally https://github.com/openstack/rally master
Finally, run DevStack as usually:
./stack.sh