rally/certification/openstack
xuchao eabc1c5222 Add quotation marks
Update constant to "constant",so it will work well.

Change-Id: I62aa93892fc53e78da52b1d391aa2e58022b449a
2015-11-10 11:27:28 +08:00
..
macro Add quotation marks 2015-11-10 11:27:28 +08:00
scenario Added workload formulas 2015-10-23 11:31:39 -07:00
README.rst Certification task: Add readme file 2015-09-26 19:49:00 -07:00
task_arguments.yaml Merge "Added workload formulas" 2015-10-29 12:39:09 +00:00
task.yaml Certification task: neutron checks 2015-10-13 14:48:54 -07:00

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

Task 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 smoke use_existing_users image_name flavor_name glance_image_location users_amount tenants_amount controllers_amount List of services which should be tested Dry run without load from 1 user In case of testing cloud with r/o Keystone e.g. AD Images name that exist in cloud Flavor name that exist in cloud URL of image that is used to test Glance upload Expected amount of users Expected amount of tenants 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.