aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/nested/nestedvolumeseperatefile/expectedoutputfiles/MainServiceTemplate.yaml
blob: b6d563320356e07416116b3731d0d05ecf65fadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: Main
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
- GlobalSubstitutionTypes:
    file: GlobalSubstitutionTypesServiceTemplate.yaml
topology_template:
  inputs:
    not_null:
      hidden: false
      immutable: false
      type: string
    nove_001_vol:
      label: volume
      hidden: false
      immutable: false
      type: string
      description: volume name
  node_templates:
    server_pcm_001:
      type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
      directives:
      - substitutable
      properties:
        service_template_filter:
          substitute_service_template: nested-pcm_v0.1ServiceTemplate.yaml
        nove_001_vol_property:
          get_input: nove_001_vol
    nove_001_vol:
      type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
      properties: {
        }
  groups:
    hot-nimbus-pcm_v0.4_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/hot-nimbus-pcm_v0.4.yaml
        description: heat template that creates PCRF Cluman stack
      members:
      - server_pcm_001
    volume_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/volume.yaml
      members:
      - nove_001_vol