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