push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / porttonetconnection / shared / 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   shared_network_id1:
8     type: string
9     description: network name of jsa log network
10
11   shared_network_id2:
12     type: string
13     description: network name of jsa log network
14   shared_test_nova:
15     type: string
16 resources:
17
18   test_nested1:
19     type: nested1.yml
20     properties:
21       shared_network_id1: { get_param: shared_network_id1}
22       p2: { get_param: shared_network_id2}
23
24   test_nested2:
25     type: nested2.yml
26     properties:
27       p1: { get_param: shared_network_id1}
28
29   test_nested3:
30     type: nested1.yml
31     properties:
32       shared_network_id1: { get_param: shared_network_id1}
33       p2: { get_param: shared_network_id2}
34
35   test_nestedInvalidConnectionToNetwork:
36     type: nested1.yml
37     properties:
38       shared_network_id1: { get_param: shared_test_nova}