[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 / sharedNestedMultiLevels / inputfiles / addOn.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   shared_vol1:
18     type: string
19   p2:
20     type: string
21     description: shared_vol2
22   shared_nova:
23     type: string
24
25 resources:
26
27   test_nested1Level:
28     type: nested1.yml
29     properties:
30       p1: { get_param: shared_vol1 }
31       p2: { get_param: p2 }
32
33   test_resourceGroup:
34     type: OS::Heat::ResourceGroup
35     properties:
36       count: 9
37       resource_def:
38         type: nested3.yml
39         properties:
40           p1: { get_param: shared_vol1 }
41           indx: "%index%"
42
43   test_nestedInvalidConnectionToNova:
44     type: nested1.yml
45     properties:
46       p1: { get_param: shared_nova}