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
23 param_name: cmaui_cinder_volume_size
25 description: the size of the CMAUI Cinder volume
31 type: org.openecomp.annotations.Source
36 param_name: shared_vol1
38 description: volume name
44 type: org.openecomp.annotations.Source
49 param_name: shared_vol2
51 description: volume name
53 label: CMAUI vm volume type
58 type: org.openecomp.annotations.Source
64 param_name: CMAUI_volume_type
66 description: the name of the target volume backend
69 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
72 get_input: CMAUI_volume_type
73 size: '(get_input : cmaui_cinder_volume_size) * 1024'
75 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
78 get_input: CMAUI_volume_type
79 size: '(get_input : cmaui_cinder_volume_size) * 1024'
81 type: org.openecomp.resource.abstract.nodes.heat.nested
85 service_template_filter:
86 substitute_service_template: nestedServiceTemplate.yaml
88 get_input: shared_vol2
90 get_input: shared_vol1
92 - local_storage_server_cmaui2:
93 capability: tosca.capabilities.Attachment
95 relationship: tosca.relationships.AttachesTo
96 - local_storage_server_cmaui1:
97 capability: tosca.capabilities.Attachment
99 relationship: tosca.relationships.AttachesTo
100 - local_storage_server_cmaui1:
101 capability: tosca.capabilities.Attachment
103 relationship: tosca.relationships.AttachesTo
106 type: org.openecomp.groups.heat.HeatStack
108 heat_file: ../Artifacts/main.yml
110 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
115 type: org.openecomp.groups.heat.HeatStack
117 heat_file: ../Artifacts/addOn.yml
119 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)