browbeat/rally/octavia/octavia-create-stats-show-loadbalancers.yml
Lucas H. Xu da04dd47ad Add existing Octavia scenarios
Currently, there are:
1. LoadBalancers (create, list, stats-show, show, update, delete)
2. Pools (create, list, show, update, delete)

This patch addes above scenarios to the browbeat

Change-Id: I68cd8e9e127f476efa965bd8e2bf91ae3dd7db27
2019-06-18 15:36:06 +00:00

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 }}