cbb6ed9172
Basic functioning chart Helm tests to verify functionality Documentation to support Implements: blueprint openstack-helm-chart-rally Change-Id: Idcff88db63a5d8be6099969c41f6c34450c61064
22 lines
410 B
Smarty
22 lines
410 B
Smarty
heat_template_version: 2013-05-23
|
|
|
|
description: Template for testing caching.
|
|
|
|
parameters:
|
|
count:
|
|
type: number
|
|
default: 40
|
|
delay:
|
|
type: number
|
|
default: 0.1
|
|
|
|
resources:
|
|
rg:
|
|
type: OS::Heat::ResourceGroup
|
|
properties:
|
|
count: {get_param: count}
|
|
resource_def:
|
|
type: OS::Heat::TestResource
|
|
properties:
|
|
constraint_prop_secs: {get_param: delay}
|