[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 / securityrulestoportconnection / 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   jsa_net_name:
8     type: string
9     description: network name of jsa log network
10   p1:
11     type: string
12   shared_test_group2:
13     type: string
14   shared_test_nova:
15     type: string
16
17 resources:
18
19   test_nested1Level:
20     type: nested1.yml
21     properties:
22       p1: { get_param: p1}
23       p2: { get_param: shared_test_group2}
24
25   test_resourceGroup:
26     type: OS::Heat::ResourceGroup
27     properties:
28       count: 9
29       resource_def:
30         type: nested3.yml
31         properties:
32           p1: { get_param: shared_test_group2}
33           indx: "%index%"
34
35   test_nestedInvalidConnectionToNova:
36     type: nested1.yml
37     properties:
38       p1: { get_param: shared_test_nova}