browbeat/rally/octavia/octavia-create-update-pools.yml
Asma Syed Hameed 130efe53d4 octavia workloads: Increase the cidr to /16
The default cidr /24 is not sufficient for scale testing.
Setting the cidr to /16

Change-Id: Icf4e2702560b4019f12bea2501562ce85e9b29f7
2023-05-11 14:38:58 +05:30

24 lines
556 B
YAML

{% set sla_max_failure = sla_max_failure or 0 %}
---
Octavia.create_and_update_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 }}