rally/rally-jobs/extra/updated_resource_group_reduce.yaml.template
kairat_kushaev f7ce01c888 Add update + add/delete resource cases
The patch defines the following complex cases for
create-update-delete stack scenario in rally tests for Heat:
Case 1:
- Heat creates a stack
- Heat updates the stack (stack resource is updating
and children resource is creating during stack-update)
- Heat deletes the stack
Case 2:
- Heat creates a stack
- Heat updates the stack (stack resource is updating and children
resource is deleting during stack-update)
- Heat deletes the stack

Change-Id: I9d420b316ce38fd73f8eb74c0be253ed1a20f7db
2015-02-11 11:33:13 +03:00

16 lines
448 B
Plaintext

heat_template_version: 2014-10-16
description: >
Test template for create-update-delete-stack scenario in rally.
The template updates one resource from the stack defined by resource_group.yaml.template
and deletes children resources from that resource.
resources:
test_group:
type: OS::Heat::ResourceGroup
properties:
count: 1
resource_def:
type: OS::Heat::RandomString
properties:
length: 20