This switches keystone scenarios to using the new consistent random
name generator.
Implements blueprint: consistent-resource-names
Change-Id: Ie753b6c6b570ce40bd17df545df4a2cde2c4bc50
This commit tags code blocks with the appropriate language so that
Sphinx can add syntax highlighting and make them look nicer.
Change-Id: Id8f178110236b1d97015162b148f3e9127251a3a
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
Just a minor typo in rally document, result was shown as behaviours not behavious.
Closes-Bug #1489710
Change-Id: I1bc7deda82ceede49e57026370157750f0dc796b
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
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
* 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
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
* 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
Changes:
- 'rally info find BenchmarkScenarios" changed to
'rally info BenchmarkScenarios'
Change-Id: I520962f4989d5ec89d8edd285283675cff278bd9
Closes-Bug: #1433985
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
* 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
The new sla is a failure_rate with min/max sub-keys. Update the
documentation and examples to reflect this.
Change-Id: Id947e4684aa84fe7d6c239a28b92e2a893ddaf66
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