1 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 - openecomp_heat_index:
6 file: openecomp-heat/_index.yml
9 param_type_comma_delimited_list:
14 type: org.openecomp.annotations.Source
19 param_name: param_type_comma_delimited_list
21 description: param comma_delimited_list - List
24 param_type_string_default_value_with_env:
29 type: org.openecomp.annotations.Source
34 param_name: param_type_string_default_value_with_env
36 description: param value should be - HEAT_ENV_default string
37 default: HEAT_ENV default string
44 type: org.openecomp.annotations.Source
49 param_name: volume_type
51 description: FSB Volume type
58 type: org.openecomp.annotations.Source
63 param_name: FSB1_volume_name
65 description: FSB Volume name
66 param_constraint_length_allowed_pattern_range_hidden:
72 type: org.openecomp.annotations.Source
77 param_name: param_constraint_length_allowed_pattern_range_hidden
79 description: User name to be configured for the application
83 - pattern: '[A-Z]+[a-zA-Z0-9]*'
87 param_type_boolean_default_value_with_env:
92 type: org.openecomp.annotations.Source
97 param_name: param_type_boolean_default_value_with_env
99 description: param value should be false
106 type: org.openecomp.annotations.Source
111 param_name: param_type_string
113 description: param String - string
114 param_type_string_default_value:
119 type: org.openecomp.annotations.Source
124 param_name: param_type_string_default_value
126 description: param value should be - HEAT_default string
127 default: HEAT_default string
133 type: org.openecomp.annotations.Source
138 param_name: param_type_number
140 description: param number - float
146 type: org.openecomp.annotations.Source
151 param_name: param_type_boolean
153 description: param boolean - boolean
154 param_type_comma_delimited_list_default_value_with_env:
159 type: org.openecomp.annotations.Source
164 param_name: param_type_comma_delimited_list_default_value_with_env
166 description: param value should be [b1,b2,b3,b4]
174 param_type_boolean_default_value:
179 type: org.openecomp.annotations.Source
184 param_name: param_type_boolean_default_value
186 description: param value should be true
188 param_type_number_default_value:
193 type: org.openecomp.annotations.Source
198 param_name: param_type_number_default_value
200 description: param value should be 12345
208 type: org.openecomp.annotations.Source
213 param_name: FSB_1_image
215 description: FSB Image name
216 param_type_comma_delimited_list_default_value:
221 type: org.openecomp.annotations.Source
226 param_name: param_type_comma_delimited_list_default_value
228 description: param value should be [a1,a2,a3,a4]
236 param_type_number_default_value_with_env:
241 type: org.openecomp.annotations.Source
246 param_name: param_type_number_default_value_with_env
248 description: param value should be 54321
255 type: org.openecomp.annotations.Source
260 param_name: param_type_json
262 description: param json - map<String>
263 param_allowed_values:
269 type: org.openecomp.annotations.Source
274 param_name: param_allowed_values
276 description: Instance type for compute instances
284 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
287 get_input: FSB_1_image
289 get_input: volume_type
292 get_input: FSB1_volume_name
295 type: org.openecomp.groups.heat.HeatStack
297 heat_file: ../Artifacts/parameters.yaml
299 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)