rally/certification/openstack
Anton Studenov 24fdc1a6a2 [CI] Fix image regexp and version
Default image in devstack was changed recently from uec to qcow2.
All rally jobs except rally-mos now need to be updated accordingly.

devstack changes:
* Id65ebae73b28da7185cb349b714b659af51ef77f
* I5c154ec25555e768954538fc22b4f5d5975b2deb


Change-Id: Ia4d4afb661d8bcc7c38b0a16b508294f789eef14
2017-02-16 14:29:06 +03:00
..
macro Fixed Glance Certification part 2015-12-17 10:34:53 -08:00
scenario nested_level should be a number 2016-08-03 11:09:09 +10:00
README.rst [ci] add test hook for certificaiton task 2016-11-11 01:58:07 +02:00
task.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
task_arguments.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00

README.rst

OpenStack Certification Task

How To Validate & Run Task

To validate task with your own parameters run:

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

To start task with your own parameters run:

$ 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.