rally-openstack/samples/tasks/scenarios/nova/boot-server-attach-created-volume-and-resize.yaml
Rajesh Tailor 3bc8444fd6 Add boot-server-attach-created-volume-and-resize nova benchmark
Added boot-server-attach-created-volume-and-resize nova benchmark.

Partially-Implements: blueprint benchmark-scenarios-for-nova
Change-Id: I83782ebd58e155e20b37ab3e12bc24be60bcbc98
2015-11-01 22:49:35 -08:00

25 lines
601 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
NovaServers.boot_server_attach_created_volume_and_resize:
-
args:
flavor:
name: "{{flavor_name}}"
image:
name: "^cirros.*uec$"
to_flavor:
name: "m1.small"
confirm: true
volume_size: 1
force_delete: false
do_delete: true
boot_server_kwargs: {}
create_volume_kwargs: {}
runner:
type: "constant"
times: 10
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2