[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / heat / nested / nestedvolumelocal / expectedoutputfiles / 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     not_null:
12       hidden: false
13       immutable: false
14       type: string
15   node_templates:
16     server_pcm_001:
17       type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
18       directives:
19       - substitutable
20       properties:
21         service_template_filter:
22           substitute_service_template: nested-pcm_v0.1ServiceTemplate.yaml
23         nove_001_vol_property: nove_001_vol
24       requirements:
25       - local_storage_nova_001:
26           capability: tosca.capabilities.Attachment
27           node: nove_001_vol
28           relationship: tosca.relationships.AttachesTo
29     nove_001_vol:
30       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
31       properties: {
32         }
33   groups:
34     hot-nimbus-pcm_v0.4_group:
35       type: org.openecomp.groups.heat.HeatStack
36       properties:
37         heat_file: ../Artifacts/hot-nimbus-pcm_v0.4.yaml
38         description: heat template that creates PCRF Cluman stack
39       members:
40       - server_pcm_001
41       - nove_001_vol