[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / nestedOtherScenarios / oneLevel / nestedTwoSameFileOneDiff / in / main.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_name:
8     type: string
9     description: network name of jsa log network
10   same_file_param_1:
11     type: string
12     description: network name of jsa log network
13   same_file_param_2:
14     type: string
15     description: network name of jsa log network
16   same_file_param_3:
17     type: string
18     description: network name of jsa log network
19   diff_file_param_1:
20     type: string
21     description: network name of jsa log network
22
23 resources:
24   test_nested_same_file_1:
25     type: nested-same-file-1B.yml
26     properties:
27       p1: {get_param: same_file_param_1}
28       p2: {get_param: same_file_param_2}
29
30   test_nested_same_file_2:
31     type: nested-same-file-1B.yml
32     properties:
33       p2: {get_param: same_file_param_3}
34
35   test_nested_diff_file:
36     type: nested-other-file-1B.yml
37     properties:
38       p1: {get_param: diff_file_param_1}