Files
browbeat/rally/octavia/octavia-create-update-loadbalancers.yml
Asma Syed Hameed 712475a0af Increase quotas to support scale tests
Change-Id: I3c048a4ed2b4d60352059ce2b2c4a2d22a811586
2025-05-08 14:37:02 +05:30

33 lines
743 B
YAML

{% set sla_max_failure = sla_max_failure or 0 %}
---
Octavia.create_and_update_loadbalancers:
-
args: {}
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
quotas:
neutron:
network: -1
port: -1
router: -1
subnet: -1
floatingip: -1
nova:
instances: -1
cores: -1
ram: -1
sla:
failure_rate:
max: {{ sla_max_failure }}