rally/samples/tasks/scenarios/ec2/boot.yaml

18 lines
361 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
EC2Servers.boot_server:
-
args:
flavor:
name: "{{flavor_name}}"
image:
name: "^cirros.*-disk$"
runner:
type: "constant"
times: 10
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2