fuel-plugin-nsxv/plugin_test/rally-scenarios/nova/boot_and_delete_server_with...

36 lines
839 B
YAML

---
NovaKeypair.boot_and_delete_server_with_keypair:
-
args:
flavor:
name: "m1.nano"
image:
name: "TestVM-VMDK"
runner:
type: "constant"
times: {{ compute }}
concurrency: {{ concurrency }}
context:
users:
tenants: 2
users_per_tenant: 2
quotas:
nova:
instances: -1
cores: -1
ram: -1
floating_ips: -1
security_groups: -1
security_group_rules: -1
key_pairs: -1
neutron:
network: -1
subnet: -1
port: -1
network:
start_cidr: {{ "100.1.0.0/25" if gre_enabled else "1.0.0.0/25" }}
networks_per_tenant: 1
sla:
failure_rate:
max: 0