1 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 - openecomp_heat_index:
6 file: openecomp-heat/_index.yml
7 - GlobalSubstitutionTypes:
8 file: GlobalSubstitutionTypesServiceTemplate.yaml
11 cmaui_cinder_volume_size:
12 label: CMAUI Cinder volume size
17 type: org.openecomp.annotations.Source
22 param_name: cmaui_cinder_volume_size
24 description: the size of the CMAUI Cinder volume
26 label: CMAUI vm volume type
31 type: org.openecomp.annotations.Source
36 param_name: CMAUI_volume_type
38 description: the name of the target volume backend
41 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
44 get_input: CMAUI_volume_type
45 size: '(get_input : cmaui_cinder_volume_size) * 1024'
47 type: org.openecomp.resource.abstract.nodes.heat.nested
51 service_template_filter:
52 substitute_service_template: nestedServiceTemplate.yaml
53 cmaui_volume_param: test_vol
55 - local_storage_server_cmaui:
56 capability: tosca.capabilities.Attachment
58 relationship: tosca.relationships.AttachesTo
61 type: org.openecomp.groups.heat.HeatStack
63 heat_file: ../Artifacts/main.yml
65 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)