[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / novatovolumeconnection / innerHeatVolNestedMultiLevel / inputfiles / main.yml
1 heat_template_version: 2013-05-23
2
3 description: >
4   Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
5
6 parameters:
7   cmaui_cinder_volume_size:
8     type: string
9   CMAUI_volume_type:
10     type: string
11   jsa_name:
12     type: string
13     description: network name of jsa log network
14   contrail_net_name:
15     type: string
16     description: network name of jsa log network
17   exposed_vol1:
18     type: string
19   p2:
20     type: string
21     description: shared_vol2
22
23 resources:
24
25   test_nested1Level:
26     type: nested1.yml
27     properties:
28       p1: { get_param: exposed_vol1 }
29       p2: { get_param: p2 }
30
31   test_resourceGroup:
32     type: OS::Heat::ResourceGroup
33     properties:
34       count: 9
35       resource_def:
36         type: nested3.yml
37         properties:
38           p1: { get_param: exposed_vol1 }
39           indx: "%index%"