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