130efe53d4
The default cidr /24 is not sufficient for scale testing. Setting the cidr to /16 Change-Id: Icf4e2702560b4019f12bea2501562ce85e9b29f7
24 lines
554 B
YAML
24 lines
554 B
YAML
{% set sla_max_failure = sla_max_failure or 0 %}
|
|
---
|
|
Octavia.create_and_show_pools:
|
|
-
|
|
args:
|
|
protocol: "HTTP"
|
|
lb_algorithm: "ROUND_ROBIN"
|
|
runner:
|
|
type: "constant"
|
|
times: {{ times }}
|
|
concurrency: {{ concurrency }}
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
roles:
|
|
- load-balancer_member
|
|
network:
|
|
start_cidr: "10.0.0.0/16"
|
|
networks_per_tenant: 1
|
|
sla:
|
|
failure_rate:
|
|
max: {{ sla_max_failure }}
|