27 Commits

Author SHA1 Message Date
LiuNanke
ad496e55ab Fix some typos by toolkit typo
There commands:
 $pip install topy
 $cd rally
 $topy -a rally

Change-Id: I40ac3b34b97743edf5edc0a17b9553bb2f3476e2
2015-11-20 00:55:01 +08:00
Jin Hase
b6ad4e1890 Fix flavor name on Rally documentation
m1.tiny => m1.small
http://rally.readthedocs.org/en/latest/tutorial/step_2_input_task_format.html

Change-Id: I82d140e954956a95432a5da98ffe5c156b8a6601
Closes-Bug: #1512965
2015-11-05 14:40:13 +09:00
Chris St. Pierre
e862f86e3f Implement new random name generator for keystone scenarios
This switches keystone scenarios to using the new consistent random
name generator.

Implements blueprint: consistent-resource-names
Change-Id: Ie753b6c6b570ce40bd17df545df4a2cde2c4bc50
2015-10-16 08:00:21 -05:00
Chris St. Pierre
aff628cb5f Make code blocks in documentation prettier
This commit tags code blocks with the appropriate language so that
Sphinx can add syntax highlighting and make them look nicer.

Change-Id: Id8f178110236b1d97015162b148f3e9127251a3a
2015-09-25 11:05:16 -05:00
Boris Pavlovic
d689962e65 [cli] Remove "rally info" command
We have "rally plugin" command that does the thing from rally info
in better way.

Fix step_8_discovering_more_plugins.rst tutorial

Change-Id: Ifb1f7cfa322765b06a3db4964b17963541daf816
2015-09-22 01:34:54 -07:00
Tetsuo Nakamura
91b7e8fa25 Fix one typo on Rally tutorial document
Just a minor typo in rally document, result was shown as behaviours not behavious.

Closes-Bug #1489710

Change-Id: I1bc7deda82ceede49e57026370157750f0dc796b
2015-08-28 05:44:38 +00:00
Luz Cazares
ce6d3bd1f0 Set samples default flavor to m1.tiny
Summary:
Samples should use m1.tiny instead of m1.nano
Samples should be parametrized and use m1.tiny instead of m1.nano as default flavor.

Change-Id: Ie820c573c0a9971a54f7ab20a7454a2f05dc88d2
Closes-Bug: #1431700
2015-08-24 23:11:46 -05:00
Jenkins
049620348b Merge "Update to latest available CirrOS version 0.3.4" 2015-08-07 00:54:18 +00:00
Christian Berendt
7d1e1de2e1 Update output of 'rally show flavors' in tutorial
Change-Id: I59c57d3a2b3507b82356c9b3cfdfcecca0cf3819
2015-08-07 00:06:51 +02:00
Christian Berendt
b84c7269d3 Update to latest available CirrOS version 0.3.4
Change-Id: If35b719e215f61802fa9fecadb9dc0969d7f4c0c
2015-08-06 23:43:07 +02:00
Alexander Maretskiy
e28666916f [Docs] Small rename s/plot2html/report/ in docs
Change-Id: I9827b44fb13189768be794311118e757207eeda6
2015-07-28 14:04:20 +03:00
Jenkins
952d1bfdba Merge "Change step_1 docs to fix sample command output" 2015-07-12 19:18:52 +00:00
Yuki Nishiwaki
aeda72d96f Change step_8 docs to fix link to sample scenarios
This patch change dead link for sample scenarios to available link.

old-link:
 - https://github.com/openstack/rally/tree/master/rally/benchmark/scenarios

new-link:
 - https://github.com/openstack/rally/tree/master/rally/plugins/openstack/scenarios
 - https://github.com/openstack/rally/tree/master/rally/plugins/common/scenarios

Change-Id: Ic827563da5f944167efab765bcfecda63d4c08ee
Closes-Bug: #1473620
2015-07-12 11:51:31 +09:00
Yuki Nishiwaki
67b995f5c3 Change step_1 docs to fix sample command output
I fixed sample command output in step_1_setting_up_env_and_running_benchmark_from_samples.rst.

The output of following command is wrong (the name of deployment is devstack_2)
$ rally deployment create --fromenv --name=existing
So I change the name of deployment from devstack_2 to existing.

Change-Id: Ic90756072637eadab91118cad108b61c5ac44c66
Closes-Bug: #1473486
2015-07-11 01:00:38 +09:00
Mikhail Dubov
b5142f1a01 [Docs] Existing users and other fixes
* Add a tutorial step about the new existing users feature (step 3)
* Move the corresponding feature request to 'implemented' and modify it a bit
* Rename step 2 to "Rally input task format"
* Add tables of contents to the lessons
* Other fixes that make docs more precise

Change-Id: Ic800fdfa3df883f267ddcae2165f804c11699bd0
2015-05-15 11:52:44 +03:00
Antonio Messina
1f29afc116 Improve installation script
This is an almost complete rewrite of the installation script, mainly
directed to allow installation of Rally also from unprivileged users,
but also adding a few more options and checks.

More in details, the script now:

* can run as unprivileged user.
* support different database types
* allow to specify custom python binary
* always asks confirmation before doing potentially dangerous actions
  (removing directories or installing software)
* automatically install needed software if run as root
* this script is self-sufficient: it automatically downloads Rally
  from the git if needed
* if interrupted, cleans up the virtualenv and/or the downloaded repository

Co-Authored-By: Antonio Messina <antonio.s.messina@gmail.com>
Co-Authored-By: Sergey Skripnick <sskripnick@mirantis.com>
Change-Id: I574d4fd7cc7c8e71720a6a5ff8db22ee4fd4fc81
Closes-bug: #1393887
2015-05-13 18:24:05 +03:00
Andrey Kurilin
9174e3b796 Fix docstring from nova and typo in tutorial
Change-Id: I2f3fda6ac9160b47f6106630332b511312c4205c
2015-05-08 13:20:32 +00:00
Joe H. Rahme
23f192284c Fixes a typo in the tutorial
Change-Id: I0e5fc231af8ef6088dbf4b123c90f8fd87a0c19c
2015-04-30 18:50:50 +03:00
Mikhail Dubov
8089fdd7b8 [Docs] Various fixes
* Remove obsolete rst files
* Structural changes: added a folder "miscellaneous" for articles not included
  in the main tree
* Small fixes in rst files that resulted in warnings while building the docs
* Task templates lesson is now the 4th in the tutorial

Change-Id: Id1db7e2337ca8266352a5ede68c66e4b3739335b
2015-04-20 23:02:17 +03:00
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
Hugh Ma
d64e5a4b73 Replaced incorrect BenchmarkScenarios list command in doc
Changes:
  - 'rally info find BenchmarkScenarios" changed to
    'rally info BenchmarkScenarios'

Change-Id: I520962f4989d5ec89d8edd285283675cff278bd9
Closes-Bug: #1433985
2015-04-09 14:51:53 -07:00
Mikhail Dubov
a9d23f79fb [Docs] Remove subsection numberings in the Rally tutorial
The subsection (not chapter) numberings in Rally step-to-step manual make
little sense, since these sections are mostly indendent. So let's remove them.

Change-Id: I2f2e763d34807765418e67e6b92ff06f51f27c8d
2015-04-06 13:02:58 +03:00
Mikhail Dubov
34c4be98ce [Docs] Add tutorial chapter about task templates
Also fix missing images in step 4 (Aborting load generation on SLA failure)

Change-Id: I71243ad24a60d8cbc953f031ba8b60daf1e2f1ed
2015-04-03 14:10:16 +03:00
Alexander Gubanov
7db3d7c7d4 Fix texts in docs
Docs has typos in examples for openrc file and bad delimiter for command output.

Change-Id: I12df331179f57877cd0105adf456a90ef59f527b
2015-03-11 16:12:32 +02:00
Mikhail Dubov
738d932aa5 Fix texts and images in docs
* Reuse the images from the repository in README
* Shrink the images to 800-1000px
* Fix incorrect sectioning, typos, missing info etc. on ReadTheDocs
* Add a tutorial step about the --abort-on-sla-failure feature
* Move Rally deployment engines to a separate tutorial step
* rally use deployment -> rally deployment use

Change-Id: Id5f492e40a041aa3308e9faa21b833220415323d
2015-03-10 15:08:15 +03:00
Jesse Keating
cf2f121515 Replace deprecated max_failure_precent sla
The new sla is a failure_rate with min/max sub-keys. Update the
documentation and examples to reflect this.

Change-Id: Id947e4684aa84fe7d6c239a28b92e2a893ddaf66
2015-01-26 13:03:29 -08:00
Mikhail Dubov
1ceb1555f3 Restructure Rally docs
Modify Rally docs (for readthedocs), sticking to the following principles:
* Make the docs structure as simple as possible:
    1. Overview
    2. Install Rally
    3. Rally step-by-step
    4. User stories
    5. Plugins
    6. Contribute to Rally
    7. Rally OS Gates
    8. Request a New Feature
    9. Project Info
* Keep in mind what questions different target groups usually have about Rally.
  The new structure relates to these groups as follows:
    1 -> Managers
    2, 3, 4 -> QA
    5, 6, 7, 8, 9 -> QA & Developers
* Make each docs page to be easy to get through;
* Prefer pictures over text;
* Use hyperlinks to easily navigate from page to page;
* Fix incorrect English & typos.

Also add a sample for SLA plugins.

Change-Id: I720d87be851c273689a21aaba87fc67eacf0f161
2015-01-20 00:27:30 +03:00