9 Commits

Author SHA1 Message Date
Boris Pavlovic
afc5589a8f Fix bash completition setup
Change-Id: Ibe3290a273b99ea3a468a4b67b2dde54f01998a3
2014-10-13 23:24:24 +04:00
Aswad Rangnekar
cfd93b799a Remove openstack-rally entry point
Closes-Bug: #1353233
Change-Id: I5582b1c1942a094ea9486f07d49386106282201c
2014-08-06 11:53:33 +00:00
Ilya Kharin
4b16da33db Base part of a server REST API
The patch introduces a first version of REST API. Rally can be run
as-a-Service by the shell script rally-api. By default a service binds
to a socket 0.0.0.0:8877. The pair of binding parameters have got own
section called an 'api'. One of the supported Content-Type is an
'application/json'.

TODO:
* A Deployment and a Task controllers/types.
* Proper exception handling.

blueprint rally-service-api-v1

Change-Id: Ib0a1f141a083a35c8d43aed2bb1db3307e022b70
2014-03-20 17:11:38 +04:00
Hugh Saunders
43a12fd92f Call rally-manage with warning when openstack-rally-manage is used
Currently when openstack-rally-manage is used, args are passed through
to rally, not rally-manage. This patch fixes this situation.

Change-Id: I51fe14068f679d7f65fb4e518b8f55beca1c7d72
Closes-Bug: #1274068
2014-01-29 11:37:32 +00:00
Ilya Kharin
ac234be543 Add support to build docs by Sphinx
The patch introduce configuration files for building documentations by
Sphinx. Also added a simple tree of static documents for test ability of
autobuilding documentation from source code.

bp rally-sphinx-docs

Change-Id: I2a225b1bdb4ae0640428b438a0c9779e28586546
2014-01-15 19:11:11 +04:00
Hugh Saunders
46ffad029a Deprecate openstack- console scripts, introduce rally, rally-manage
Change-Id: I9edb34a15e26f22a5576ad2c911415950ff17e42
Trello: https://trello.com/c/BpplZmWS
2014-01-15 09:20:09 +00:00
Monty Taylor
2f0d1d8bb6 Update short description language
There is a legal/english thing that needs to happen here - it can't be
"OpenStack Benchmark System" due to trademark issues unless it's
blessed. It can be "Benchmark System for OpenStack" - which I think
should be about the same.

Change-Id: I1b015dbbe68dbeed8ddf7bf393456a399a5a6340
2013-10-15 19:43:55 -03:00
Alexei Kornienko
f11dcbeb01 Added cli scripts to package config
Created 2 new scripts for entrypoints:
openstack-rally
openstack-rally-manage

Change-Id: I0f4851f867211f27a52392f99c2cb0af2139f752
2013-09-23 12:35:51 +03:00
Boris Pavlovic
8e31103305 Add tox, pep and requirements to project
Adding minimal amount of things to be able to run
tox against code and check all unit tests + pep
2013-08-14 12:23:42 +04:00