rally/rally-jobs/extra/resource_group_with_constraint.yaml.template
Dmitriy Uvarenkov 7c72a374a2 Add configuration for Heat caching during validation
With this configuration you can test heat caching.
Already was in heat repo, just added it to rally.

Change-Id: I8bd35a0f96a9f73a33f434ad7e3412db6f1d95ad
2016-03-22 11:22:50 +02:00

22 lines
410 B
Plaintext

heat_template_version: 2013-05-23
description: Template for testing caching.
parameters:
count:
type: number
default: 40
delay:
type: number
default: 0.3
resources:
rg:
type: OS::Heat::ResourceGroup
properties:
count: {get_param: count}
resource_def:
type: OS::Heat::TestResource
properties:
constraint_prop_secs: {get_param: delay}