File: README.rst

package info (click to toggle)
rally-openstack 3.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,928 kB
  • sloc: python: 53,131; sh: 262; makefile: 38
file content (50 lines) | stat: -rw-r--r-- 2,320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
============================
OpenStack Certification Task
============================

How To Validate & Run Task
--------------------------

To validate task with your own parameters run:

.. code-block:: console

  $ rally task validate task.yaml --task-args-file task_arguments.yaml


To start task with your own parameters run:

.. code-block:: console

  $ rally task start task.yaml --task-args-file task_arguments.yaml


Task Arguments
--------------

File task_arguments.yaml contains all task options:

+------------------------+----------------------------------------------------+
| Name                   | Description                                        |
+========================+====================================================+
| service_list           | List of services which should be tested            |
+------------------------+----------------------------------------------------+
| smoke                  | Dry run without load from 1 user                   |
+------------------------+----------------------------------------------------+
| use_existing_users     | In case of testing cloud with r/o Keystone e.g. AD |
+------------------------+----------------------------------------------------+
| image_name             | Images name that exist in cloud                    |
+------------------------+----------------------------------------------------+
| flavor_name            | Flavor name that exist in cloud                    |
+------------------------+----------------------------------------------------+
| glance_image_location  | URL of image that is used to test Glance upload    |
+------------------------+----------------------------------------------------+
| users_amount           | Expected amount of users                           |
+------------------------+----------------------------------------------------+
| tenants_amount         | Expected amount of tenants                         |
+------------------------+----------------------------------------------------+
| controllers_amount     | Amount of OpenStack API nodes (controllers)        |
+------------------------+----------------------------------------------------+

All options have default values, hoverer user should change them to reflect
configuration and size of tested OpenStack cloud.