rally/samples/tasks/scenarios/nova/boot-from-volume-and-resize.yaml
Rajesh Tailor 8b306ebda0 Add boot-server-from-volume-and-resize for nova benchmark
Added boot-server-from-volume-and-resize for nova benchmark.

Partially-Implements: blueprint benchmark-scenarios-for-nova
Change-Id: Ib24022ff975dc7e02fd4469ed7bf796e16878eb4
2015-11-05 22:41:10 -08:00

26 lines
592 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
NovaServers.boot_server_from_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