push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / porttosharednetresourcegrouplinking / 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       p1: { get_param: shared_network_id1}
21       p2: { get_param: shared_network_id2}
22
23   mvs_modules:
24     type: OS::Heat::ResourceGroup
25     properties:
26       count: 3
27       index_var: "%index%"
28       resource_def:
29         type: nested1.yml
30         properties:
31           p1: { get_param: shared_network_id1}
32           p2: { get_param: shared_network_id2}