Skip to content

Instantly share code, notes, and snippets.

@akrzos
Created January 28, 2016 18:29
Show Gist options
  • Save akrzos/6eec33d9737385d1ea82 to your computer and use it in GitHub Desktop.
Save akrzos/6eec33d9737385d1ea82 to your computer and use it in GitHub Desktop.
{% set image_name = image_name or "cirros" %}
{% set flavor_name = flavor_name or "m1.tiny" %}
---
NovaServers.boot_and_list_server:
-
args:
flavor:
name: {{flavor_name}}
image:
name: {{image_name}}
detailed: true
runner:
concurrency: {{concurrency}}
times: {{times}}
type: "constant"
context:
users:
tenants: 1
users_per_tenant: 1
quotas:
neutron:
network: -1
port: -1
nova:
instances: -1
cores: -1
ram: -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment