rally/samples/tasks/contexts/heat-dataplane.yaml
chenhb-zte 8044b5d045 Add samples to context directory
Change-Id: I1cd4e7473bbb86e73114ee9a6ed78bbb6e824317
2017-04-12 17:36:46 +08:00

30 lines
760 B
YAML

---
Dummy.openstack:
-
args:
sleep: 0.1
runner:
type: "constant"
times: 4
concurrency: 2
context:
users:
tenants: 1
users_per_tenant: 2
network:
start_cidr: "10.2.0.0/24"
networks_per_tenant: 1
subnets_per_network: 1
network_create_args: {}
dns_nameservers:
- "10.2.0.1"
heat_dataplane:
stacks_per_tenant: 1
template: "samples/tasks/scenarios/heat/templates/resource-group-with-constraint.yaml.template"
files:
file1: "f1.yaml"
file2: "f2.yaml"
parameters:
count: 40
delay: 0.1
context_parameters: {}