b6d563320356e07416116b3731d0d05ecf65fadb
[sdc.git] /
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     nove_001_vol:
16       label: volume
17       hidden: false
18       immutable: false
19       type: string
20       description: volume name
21   node_templates:
22     server_pcm_001:
23       type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
24       directives:
25       - substitutable
26       properties:
27         service_template_filter:
28           substitute_service_template: nested-pcm_v0.1ServiceTemplate.yaml
29         nove_001_vol_property:
30           get_input: nove_001_vol
31     nove_001_vol:
32       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
33       properties: {
34         }
35   groups:
36     hot-nimbus-pcm_v0.4_group:
37       type: org.openecomp.groups.heat.HeatStack
38       properties:
39         heat_file: ../Artifacts/hot-nimbus-pcm_v0.4.yaml
40         description: heat template that creates PCRF Cluman stack
41       members:
42       - server_pcm_001
43     volume_group:
44       type: org.openecomp.groups.heat.HeatStack
45       properties:
46         heat_file: ../Artifacts/volume.yaml
47       members:
48       - nove_001_vol