rally-openstack/devstack
Andrey Kurilin 209337291c Add basic job for Rally task
* Rename zuul.yaml -> .zuul.yaml to hide this file from the top level of
  root directory

* Remove all redundant scripts which were used in the old CI

* Modify devstack plugin to print information about Rally-OpenStack

* Add simple task file with one workload to check the single job

* Add an index html page for the new job. It is quite simple, doesn't
  use template, so no need to special script which will make this file.
  Also, we do not need to ship this file with python package since it is
  located in proper place.

* Add a basic job which launchs Rally task based on input arguments:
  - rally_task_file - a patch to Rally task file in relative way to
       project path (project which where the job is launched)
  - rally_task_args_file - an optional path to a file with arguments to
       Rally task. It is also relative to the project path
  - use_existing_users - Defaults to False. Whethere to create and put
       existing users to Rally deployment/enviroment or not.

Change-Id: Ib3b021914ac7d565df05c5397b378037ca0c0b00
2018-03-01 20:06:19 +02:00
..
lib Switch everything to `rally db` 2017-08-29 13:25:41 -07:00
README.rst [docs][2] Re-design docs to cover all user-groups 2016-12-01 11:41:51 -08:00
features.yaml [ci] Add features.yaml file 2017-03-27 20:38:00 +03:00
plugin.sh Add basic job for Rally task 2018-03-01 20:06:19 +02:00
settings [gates] Convert Rally to the new Devstack plugin model 2015-09-03 23:00:09 -07:00

README.rst

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