deb-glance/rally-jobs/glance.yaml
Boris Pavlovic 903075b3f9 Update rally-jobs files
* Rename rally-scenarios directory to rally-jobs. Because actually
  this directory contains files related to job and not scenarios.

* Upadte main README file

* Add readme files to rally-jobs/extra and rally-jobs/plugins

Change-Id: I111c3c3f86ab4886d3a7b66c7bf7c050c1d9ca1a
2014-11-25 01:18:12 +04:00

46 lines
1.1 KiB
YAML

---
GlanceImages.create_and_list_image:
-
args:
image_location: "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img"
container_format: "bare"
disk_format: "qcow2"
runner:
type: "constant"
times: 20
concurrency: 5
context:
users:
tenants: 1
users_per_tenant: 1
GlanceImages.create_and_delete_image:
-
args:
image_location: "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img"
container_format: "bare"
disk_format: "qcow2"
runner:
type: "constant"
times: 20
concurrency: 5
context:
users:
tenants: 5
users_per_tenant: 2
GlancePlugin.create_and_list:
-
args:
image_location: "~/.rally/extra/fake.img"
container_format: "bare"
disk_format: "qcow2"
runner:
type: "constant"
times: 700
concurrency: 7
context:
users:
tenants: 1
users_per_tenant: 1