35 lines
791 B
YAML
35 lines
791 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
|
|
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 }}
|