Skip to content

Instantly share code, notes, and snippets.

@meteorfox
Last active August 29, 2015 14:16
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 meteorfox/e7e1ce7c6cdb2f0865f5 to your computer and use it in GitHub Desktop.
Save meteorfox/e7e1ce7c6cdb2f0865f5 to your computer and use it in GitHub Desktop.
$ rally task start concurrent-boot-and-delete.yaml --task-args "{'nr_times': 20, 'nr_concurrent': 2}"
{% set nr_concurrent = 1 %}
{% set nr_times = 10 %}
---
NovaServers.boot_and_delete_server:
-
args:
image:
name: "^Ubuntu*"
flavor:
name: "m1.medium"
runner:
type: "constant"
times: {{nr_times}}
concurrency: {{nr_concurrent}}
context:
users:
tenants: 3
users_per_tenant: 2
quotas:
nova:
instances: 1000
cores: -1
ram: -1
metadata_items: -1
injected_files: -1
injected_file_content_bytes: -1
injected_file_path_bytes: -1
key_pairs: 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment