[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 / out / MainServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: Main
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 - GlobalSubstitutionTypes:
8     file: GlobalSubstitutionTypesServiceTemplate.yaml
9 topology_template:
10   inputs:
11     same_file_param_1:
12       hidden: false
13       immutable: false
14       type: string
15       description: network name of jsa log network
16     same_file_param_2:
17       hidden: false
18       immutable: false
19       type: string
20       description: network name of jsa log network
21     same_file_param_3:
22       hidden: false
23       immutable: false
24       type: string
25       description: network name of jsa log network
26     diff_file_param_1:
27       hidden: false
28       immutable: false
29       type: string
30       description: network name of jsa log network
31     jsa_name:
32       hidden: false
33       immutable: false
34       type: string
35       description: network name of jsa log network
36   node_templates:
37     test_nested_diff_file:
38       type: org.openecomp.resource.abstract.nodes.heat.nested-other-file-1B
39       directives:
40       - substitutable
41       properties:
42         p1:
43           get_input: diff_file_param_1
44         service_template_filter:
45           substitute_service_template: nested-other-file-1BServiceTemplate.yaml
46     test_nested_same_file_1:
47       type: org.openecomp.resource.abstract.nodes.heat.nested-same-file-1B
48       directives:
49       - substitutable
50       properties:
51         p1:
52           get_input: same_file_param_1
53         service_template_filter:
54           substitute_service_template: nested-same-file-1BServiceTemplate.yaml
55         p2:
56           get_input: same_file_param_2
57     test_nested_same_file_2:
58       type: org.openecomp.resource.abstract.nodes.heat.nested-same-file-1B
59       directives:
60       - substitutable
61       properties:
62         service_template_filter:
63           substitute_service_template: nested-same-file-1BServiceTemplate.yaml
64         p2:
65           get_input: same_file_param_3
66   groups:
67     main_group:
68       type: org.openecomp.groups.heat.HeatStack
69       properties:
70         heat_file: ../Artifacts/main.yml
71         description: |
72           Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
73       members:
74       - test_nested_diff_file
75       - test_nested_same_file_1
76       - test_nested_same_file_2