[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 / nestedSingleSubstitution1B / 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     security_group_name:
12       hidden: false
13       immutable: false
14       type: string
15       description: network name of jsa log network
16     jsa_name:
17       hidden: false
18       immutable: false
19       type: string
20       description: network name of jsa log network
21   node_templates:
22     test_nested1Level:
23       type: org.openecomp.resource.abstract.nodes.heat.nested1
24       directives:
25       - substitutable
26       properties:
27         p1:
28           get_input: jsa_name
29         service_template_filter:
30           substitute_service_template: nested1ServiceTemplate.yaml
31         p2:
32           get_input: security_group_name
33   groups:
34     main_group:
35       type: org.openecomp.groups.heat.HeatStack
36       properties:
37         heat_file: ../Artifacts/main.yml
38         description: |
39           Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
40       members:
41       - test_nested1Level