Commit Graph

11 Commits

Author SHA1 Message Date
Swapnil Kulkarni
3fb277d122 Update stackforge to openstack
Found the issue while configuring devstack,
the libs were having stackforge location.

Change-Id: Ibd93eccb7d89cb6b06a1e8cc1d7d6f65ce52f352
2015-04-20 14:02:43 +05:30
Boris Pavlovic
296558a05e Support for benchmarking with existing users (part 1)
This patch covers next topics:

1) Changes db deploymnet model to store admin endpoint and list of
   non-admin users

2) Changes objects.deployment to have this admin and users instead of
   endpoints

3) Changes input format of ExistingCloud engine, to make it easy to
   pass users & admins

4) Changes engine.bind method to accept admin and list of users

5) Code cleanup related to removing list of endpoints and making
   admin/non-admin stuff

6) Fix CLI code related to deployment model change

7) Fix docs & samples

8) Fixing all related tests

In next patch we should drop default "users" context and use users
from deployment if they are passed.

Change-Id: Ifb469d80c61ee5f26f313db75c98a6d496bcdb92
2014-09-06 23:31:33 +04:00
Joe Gordon
36afe95c2a Don't run rally in debug mode in ci
Running rally with debug mode can result in extremely large console
output.

Change-Id: I1fd8c226cc2bcbc25f8acbc97b4eb8e767e7ad89
2014-04-24 17:14:52 -07:00
Sergey Skripnick
b0a2a14e47 Add scenarios directory for ci
This directoy contains scenarios to be run by jenkins.

Add script which runs specified scenario and plot graph.

Add abbility to specify cloud by --name in "rally use deployment"

Removed rally/exercises

Change-Id: I7803a6950ec5fce3be11277ae0e4d830f0cf6bad
Related: blueprint rally-gate-jobs
2014-04-23 20:45:52 +03:00
Boris Pavlovic
dba64da336 Fix DevStack contrib
Recently we changed "name" to "type" field for all deploy engines configs.

Change-Id: I61ffb8db42e6e55eb413f28d9839c934d7d40264
2014-04-18 22:42:38 +04:00
Sergey Skripnick
a822308969 Skip large-ops benchmarks
This benchmarks should be tested in another job.
Also small fix in devstack-integration script

Change-Id: I31944026dfbb4ffb3dc6cf791208cfaffb1a0364
Related: blueprint rally-gate-jobs
2014-04-07 23:16:06 +03:00
Aswad Rangnekar
e7641eec01 Fix default dummy engine name in devstack plugin
Change-Id: Ie39a7ebf2f7030da0437d9b24f21ce94befdb507
Closes-Bug: #1300590
2014-04-01 19:13:05 +00:00
Jenkins
29be044af9 Merge "Add execrise script to devstack" 2014-04-01 18:05:56 +00:00
Sergey Skripnick
077f8c98fa Add execrise script to devstack
Add exercices/rally.sh and function to lib rally which runs all
scenarios from doc/samples directory.

Change-Id: I74becc94aaf1a688e6e5e0b472cfff80bc2c7dff
Related: blueprint rally-gate-jobs
2014-04-01 15:57:48 +03:00
Sergey Skripnick
1a4b3f08d4 Fix samples in README.rst
Fix incorrect formatting of cli samples.

Change-Id: I1e2d9efe6b67d7ec535d4f1f4aa6380c9c440aa1
2014-03-31 12:36:55 +03:00
Ilya Kharin
b486db9d5f Extra scripts with DevStack support
DevStack project don't merge support of stackforge projects into master.
There is an alternative support to use the devstack infrastructure. The
mechanism based on ability of implementing hooks such as extras.d.

Implemented functionality of the Rally library:
* Install Rally from repository
* Configure Rally and create database tables
* Create a special tenant
* Optionally add devstack installation as a deployment

blueprint rally-devstack-extras

Change-Id: I43b74db203ca385d321ba9d6f79c2bd21f947e13
2014-01-16 19:00:04 +04:00