Skip to content

Instantly share code, notes, and snippets.

@boris-42
Last active August 29, 2015 14:13
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/2d3ee67d7679b9db4565 to your computer and use it in GitHub Desktop.
Save boris-42/2d3ee67d7679b9db4565 to your computer and use it in GitHub Desktop.
Rally templates (image tester)
---
VMTasks.boot_runcommand_delete:
{% for flavor in flavors %}
{% for image in images %}
-
args:
flavor:
name: {{flavor}}
image:
name: {{image}}
fixed_network: "private"
floating_network: "public"
use_floatingip: true
script: "/home/jenkins/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"
username: "cirros"
runner:
type: "constant"
times: 1
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1
sla:
failure_rate:
max: 0
{% endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment