First pack of changes in upcoming chain to redesign Rally docs.
All information related to the installation and upgrades process
separated and refactored. Modified files fit 80 symbols margin
where possible.
[TODO] continue with other parts of the docs:
- Quick start aka Rally step-by-step
- Command Line Interface
- Rally Task Component
- Rally Verification Component
- Rally Plugins, Rally Plugins Reference
- Contribute to Rally
- Request New Features
- Project Info
[TODO] add 80 symbols margin check similar to what
Performance Documentation has
Change-Id: I0075be010fcad98272cec0928bcd29ca7b655d33
719 B
719 B
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/rallyThen, configure DevStack to run Rally. First, create your
local.conf file:
cd devstack
cp samples/local.conf local.confNext, edit local.conf: add the following line to the
[[local|localrc]] section.
enable_plugin rally https://github.com/openstack/rally masterFinally, run DevStack as usually:
./stack.sh