rally-openstack/samples/tasks/scenarios/octavia/octavia-create-and-show-pools.json
Charles Short f05ee9053a Add pools scenarios for octavia
Added the following scenarios:

- Octavia.create_and_list_pools
- Octavia.create_and_delete_pools
- Octavia.create_and_update_pools
- Octavia.create_and_show_pools

Supported pool_create parameters are admin_state, lb_algorithm,
protocol, description, session_persistence, loadbalancer_id.

Change-Id: Ifd192e87e8dfce7f3cd34157942a097a78a32cc6
Signed-off-by: Charles Short <chucks@redhat.com>
2018-12-18 19:39:57 -05:00

29 lines
702 B
JSON

{
"Octavia.create_and_show_pools": [
{
"args": {
"protocol": "HTTP",
"lb_algorithm": "ROUND_ROBIN"
},
"runner": {
"type": "constant",
"times": 5,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
},
"roles": ["load-balancer_member"],
"network": {}
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}