Skip to content

Instantly share code, notes, and snippets.

@boris-42
Created March 6, 2015 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boris-42/b2a457b4f781357bd07f to your computer and use it in GitHub Desktop.
Save boris-42/b2a457b4f781357bd07f to your computer and use it in GitHub Desktop.
rally sample
---
NovaServers.boot_and_delete_server:
{% for i in range(10) %}
-
args:
flavor:
name: "m1.nano"
image:
name: "^cirros.*uec$"
force_delete: false
runner:
type: "constant"
times: 10000 # total amount of boot-and-delete
concurrency: 10 # this is how much boot-and-delete to do in parallel
context:
users:
tenants: 10
users_per_tenant: 2
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment