aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/scenario/templates/updated_resource_group_increase.yaml.template
blob: 891074ebc3e8ccb016cb56d9df36c422d4976779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 adds children resources to that resource.

resources:
  test_group:
    type: OS::Heat::ResourceGroup
    properties:
      count: 3
      resource_def:
        type: OS::Heat::RandomString
        properties:
          length: 20