[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 / VlanToNetConnection / 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
15 resources:
16
17   test_nested1:
18     type: nested1.yml
19     properties:
20       shared_network_id1: { get_param: shared_network_id1}
21       p2: { get_param: shared_network_id2}
22
23   test_nested2:
24     type: nested2.yml
25     properties:
26       p1: { get_param: shared_network_id1}
27
28   test_nested3:
29     type: nested1.yml
30     properties:
31       shared_network_id1: { get_param: shared_network_id1}
32       p2: { get_param: shared_network_id2}