rally-openstack/tasks/openstack
Piotr Parczewski a73e803e7c Bump default Cirros version
Replace heavily outdated Cirros version with a current one. Also,
slightly increase RAM allocation in default flavors for newer
version to work.

Change-Id: Ie80340b3382cd3bed9edb14f9b9aa40eed6ab476
2022-08-05 13:40:51 +00:00
..
macro Neutron scenario to delete subnets for the same network concurrently 2018-03-22 20:42:23 +02:00
scenario Use NeutronService helper instead of network wrapper 2020-07-20 14:06:38 +03:00
README.rst Rename certification/ to tasks/ 2017-09-19 18:01:25 -07:00
task_arguments.yaml Rename certification/ to tasks/ 2017-09-19 18:01:25 -07:00
task.yaml Bump default Cirros version 2022-08-05 13:40:51 +00: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

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.