rally-openstack/samples/tasks/scenarios/vm/dd-load-test.yaml

26 lines
550 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
VMTasks.dd_load_test:
-
args:
flavor:
name: "{{flavor_name}}"
image:
name: "^cirros.*-disk$"
floating_network: "public"
force_delete: false
interpreter: "/bin/sh"
username: "cirros"
runner:
type: "constant"
times: 10
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2
network: {}
sla:
failure_rate:
max: 0