browbeat/rally/octavia/octavia-create-stats-show-l...

20 lines
439 B
YAML

{% set sla_max_failure = sla_max_failure or 0 %}
---
Octavia.create_and_stats_loadbalancers:
-
args: {}
runner:
type: "constant"
times: {{ times }}
concurrency: {{ concurrency }}
context:
users:
tenants: 2
users_per_tenant: 2
roles:
- load-balancer_member
network: {}
sla:
failure_rate:
max: {{ sla_max_failure }}