[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 / VMInterfaceToNettworkConnection / 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   shared_test_net:
11     type: string
12   shared_test_contrailV2_net:
13     type: string
14   shared_test_contrail_net:
15     type: string
16   shared_test_nova:
17     type: string
18
19 resources:
20   test_nested1Level:
21     type: nested1.yml
22     properties:
23       shared_test_net: { get_param: shared_test_net}
24       p2: { get_param: shared_test_contrailV2_net}
25
26   test_resourceGroup:
27     type: OS::Heat::ResourceGroup
28     properties:
29       count: 9
30       resource_def:
31         type: nested3.yml
32         properties:
33           shared_test_net: { get_param: shared_test_contrailV2_net }
34           indx: "%index%"
35
36   test_nestedInvalidConnectionToNetwork1:
37     type: nested1.yml
38     properties:
39       shared_test_net: { get_param: shared_test_nova}
40
41   test_nestedInvalidConnectionToNetwork2:
42     type: nested1.yml
43     properties:
44       shared_test_net: { get_param: shared_test_contrail_net}