18 doc/source/contributing.rst
20 doc/source/installation.rst
23 tosca_parser.egg-info/PKG-INFO
24 tosca_parser.egg-info/SOURCES.txt
25 tosca_parser.egg-info/dependency_links.txt
26 tosca_parser.egg-info/entry_points.txt
27 tosca_parser.egg-info/not-zip-safe
28 tosca_parser.egg-info/pbr.json
29 tosca_parser.egg-info/requires.txt
30 tosca_parser.egg-info/top_level.txt
31 toscaparser/__init__.py
32 toscaparser/capabilities.py
33 toscaparser/dataentity.py
34 toscaparser/entity_template.py
35 toscaparser/functions.py
37 toscaparser/imports.py
38 toscaparser/nodetemplate.py
39 toscaparser/parameters.py
41 toscaparser/properties.py
42 toscaparser/relationship_template.py
43 toscaparser/repositories.py
45 toscaparser/substitution_mappings.py
46 toscaparser/topology_template.py
47 toscaparser/tosca_template.py
48 toscaparser/tpl_relationship_graph.py
49 toscaparser/triggers.py
50 toscaparser/unsupportedtype.py
51 toscaparser/common/__init__.py
52 toscaparser/common/exception.py
53 toscaparser/elements/TOSCA_definition_1_0.yaml
54 toscaparser/elements/__init__.py
55 toscaparser/elements/artifacttype.py
56 toscaparser/elements/attribute_definition.py
57 toscaparser/elements/capabilitytype.py
58 toscaparser/elements/constraints.py
59 toscaparser/elements/datatype.py
60 toscaparser/elements/entity_type.py
61 toscaparser/elements/grouptype.py
62 toscaparser/elements/interfaces.py
63 toscaparser/elements/nodetype.py
64 toscaparser/elements/policytype.py
65 toscaparser/elements/portspectype.py
66 toscaparser/elements/property_definition.py
67 toscaparser/elements/relationshiptype.py
68 toscaparser/elements/scalarunit.py
69 toscaparser/elements/statefulentitytype.py
70 toscaparser/elements/tosca_type_validation.py
71 toscaparser/extensions/__init__.py
72 toscaparser/extensions/exttools.py
73 toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0_0.yaml
74 toscaparser/extensions/nfv/__init__.py
75 toscaparser/extensions/nfv/tosca_simple_profile_for_nfv_1_0_0.py
76 toscaparser/extensions/nfv/tests/__init__.py
77 toscaparser/extensions/nfv/tests/test_tosca_nfv_tpl.py
78 toscaparser/extensions/nfv/tests/data/tosca_helloworld_nfv.yaml
79 toscaparser/prereq/__init__.py
80 toscaparser/prereq/csar.py
81 toscaparser/tests/__init__.py
82 toscaparser/tests/base.py
83 toscaparser/tests/test_constraints.py
84 toscaparser/tests/test_custom_relationships.py
85 toscaparser/tests/test_datatypes.py
86 toscaparser/tests/test_exception.py
87 toscaparser/tests/test_functions.py
88 toscaparser/tests/test_prereq.py
89 toscaparser/tests/test_properties.py
90 toscaparser/tests/test_scalarunit.py
91 toscaparser/tests/test_shell.py
92 toscaparser/tests/test_topology_template.py
93 toscaparser/tests/test_toscadef.py
94 toscaparser/tests/test_toscatpl.py
95 toscaparser/tests/test_toscatplvalidation.py
96 toscaparser/tests/test_utils.py
97 toscaparser/tests/test_validate_tosca_version.py
98 toscaparser/tests/artifacts/collectd/config.py
99 toscaparser/tests/artifacts/collectd/create.sh
100 toscaparser/tests/artifacts/collectd/start.sh
101 toscaparser/tests/artifacts/elasticsearch/create.sh
102 toscaparser/tests/artifacts/elasticsearch/start.sh
103 toscaparser/tests/artifacts/kibana/config.sh
104 toscaparser/tests/artifacts/kibana/create.sh
105 toscaparser/tests/artifacts/kibana/start.sh
106 toscaparser/tests/artifacts/logstash/configure_collectd.py
107 toscaparser/tests/artifacts/logstash/configure_elasticsearch.py
108 toscaparser/tests/artifacts/logstash/configure_rsyslog.py
109 toscaparser/tests/artifacts/logstash/create.sh
110 toscaparser/tests/artifacts/logstash/start.sh
111 toscaparser/tests/artifacts/mongodb/config.sh
112 toscaparser/tests/artifacts/mongodb/create.sh
113 toscaparser/tests/artifacts/mongodb/create_database.sh
114 toscaparser/tests/artifacts/mongodb/start.sh
115 toscaparser/tests/artifacts/mysql/mysql_database_configure.sh
116 toscaparser/tests/artifacts/mysql/mysql_dbms_configure.sh
117 toscaparser/tests/artifacts/mysql/mysql_dbms_install.sh
118 toscaparser/tests/artifacts/mysql/mysql_dbms_start.sh
119 toscaparser/tests/artifacts/nodejs/config.sh
120 toscaparser/tests/artifacts/nodejs/create.sh
121 toscaparser/tests/artifacts/nodejs/start.sh
122 toscaparser/tests/artifacts/rsyslog/config.sh
123 toscaparser/tests/artifacts/rsyslog/create.sh
124 toscaparser/tests/artifacts/rsyslog/start.sh
125 toscaparser/tests/artifacts/webserver/webserver_install.sh
126 toscaparser/tests/artifacts/webserver/webserver_start.sh
127 toscaparser/tests/artifacts/wordpress/wordpress_configure.sh
128 toscaparser/tests/artifacts/wordpress/wordpress_install.sh
129 toscaparser/tests/data/test_attributes_inheritance.yaml
130 toscaparser/tests/data/test_available_rel_tpls.yaml
131 toscaparser/tests/data/test_credential_datatype.yaml
132 toscaparser/tests/data/test_custom_caps_def.yaml
133 toscaparser/tests/data/test_endpoint_on_compute.yaml
134 toscaparser/tests/data/test_instance_nested_imports.yaml
135 toscaparser/tests/data/test_invalid_input_defaults.yaml
136 toscaparser/tests/data/test_invalid_section_names.yaml
137 toscaparser/tests/data/test_invalid_template_version.yaml
138 toscaparser/tests/data/test_multiple_validation_errors.yaml
139 toscaparser/tests/data/test_no_inputs_in_template.yaml
140 toscaparser/tests/data/test_no_outputs_in_template.yaml
141 toscaparser/tests/data/test_normative_type_properties_override.yaml
142 toscaparser/tests/data/test_tosca_custom_rel_with_script.yaml
143 toscaparser/tests/data/test_tosca_normative_type_by_shortname.yaml
144 toscaparser/tests/data/test_tosca_top_level_error1.yaml
145 toscaparser/tests/data/test_tosca_top_level_error2.yaml
146 toscaparser/tests/data/tosca_elk.yaml
147 toscaparser/tests/data/tosca_helloworld.yaml
148 toscaparser/tests/data/tosca_imports_validation.yaml
149 toscaparser/tests/data/tosca_single_instance_wordpress.yaml
150 toscaparser/tests/data/tosca_single_instance_wordpress_with_local_abspath_import.yaml
151 toscaparser/tests/data/tosca_single_instance_wordpress_with_url_import.yaml
152 toscaparser/tests/data/tosca_test_get_operation_output.yaml
153 toscaparser/tests/data/CSAR/csar_elk.csar
154 toscaparser/tests/data/CSAR/csar_elk.zip
155 toscaparser/tests/data/CSAR/csar_hello_world.zip
156 toscaparser/tests/data/CSAR/csar_invalid_entry_def.zip
157 toscaparser/tests/data/CSAR/csar_metadata_not_yaml.zip
158 toscaparser/tests/data/CSAR/csar_missing_metadata.zip
159 toscaparser/tests/data/CSAR/csar_no_metadata_file.zip
160 toscaparser/tests/data/CSAR/csar_not_zip.zip
161 toscaparser/tests/data/CSAR/csar_wordpress.zip
162 toscaparser/tests/data/CSAR/csar_wordpress_invalid_import_path.zip
163 toscaparser/tests/data/CSAR/csar_wordpress_invalid_import_url.zip
164 toscaparser/tests/data/CSAR/csar_wordpress_invalid_script_path.zip
165 toscaparser/tests/data/CSAR/csar_wordpress_invalid_script_url.zip
166 toscaparser/tests/data/CSAR/csar_wordpress_with_url_import_and_script.zip
167 toscaparser/tests/data/CSAR/csar_wrong_metadata_file.zip
168 toscaparser/tests/data/CSAR/tosca_elk/README.txt
169 toscaparser/tests/data/CSAR/tosca_elk/Definitions/collectd.yaml
170 toscaparser/tests/data/CSAR/tosca_elk/Definitions/elasticsearch.yaml
171 toscaparser/tests/data/CSAR/tosca_elk/Definitions/kibana.yaml
172 toscaparser/tests/data/CSAR/tosca_elk/Definitions/logstash.yaml
173 toscaparser/tests/data/CSAR/tosca_elk/Definitions/paypalpizzastore_nodejs_app.yaml
174 toscaparser/tests/data/CSAR/tosca_elk/Definitions/rsyslog.yaml
175 toscaparser/tests/data/CSAR/tosca_elk/Definitions/tosca_elk.yaml
176 toscaparser/tests/data/CSAR/tosca_elk/Python/collectd/config.py
177 toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_collectd.py
178 toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_elasticsearch.py
179 toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_rsyslog.py
180 toscaparser/tests/data/CSAR/tosca_elk/Scripts/collectd/create.sh
181 toscaparser/tests/data/CSAR/tosca_elk/Scripts/collectd/start.sh
182 toscaparser/tests/data/CSAR/tosca_elk/Scripts/elasticsearch/create.sh
183 toscaparser/tests/data/CSAR/tosca_elk/Scripts/elasticsearch/start.sh
184 toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/config.sh
185 toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/create.sh
186 toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/start.sh
187 toscaparser/tests/data/CSAR/tosca_elk/Scripts/logstash/create.sh
188 toscaparser/tests/data/CSAR/tosca_elk/Scripts/logstash/start.sh
189 toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/config.sh
190 toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/create.sh
191 toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/create_database.sh
192 toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/start.sh
193 toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/config.sh
194 toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/create.sh
195 toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/start.sh
196 toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/config.sh
197 toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/create.sh
198 toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/start.sh
199 toscaparser/tests/data/CSAR/tosca_elk/TOSCA-Metadata/TOSCA.meta
200 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/README.txt
201 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Definitions/tosca_single_instance_wordpress.yaml
202 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Definitions/wordpress.yaml
203 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/configure.sh
204 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/install.sh
205 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/start.sh
206 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDatabase/configure.sh
207 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WebServer/install.sh
208 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WebServer/start.sh
209 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WordPress/configure.sh
210 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WordPress/install.sh
211 toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/TOSCA-Metadata/TOSCA.meta
212 toscaparser/tests/data/containers/test_container_docker_mysql.yaml
213 toscaparser/tests/data/custom_types/collectd.yaml
214 toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml
215 toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml
216 toscaparser/tests/data/custom_types/compute_with_prop.yaml
217 toscaparser/tests/data/custom_types/custom_caps_def.yaml
218 toscaparser/tests/data/custom_types/custom_interface.yaml
219 toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml
220 toscaparser/tests/data/custom_types/db_with_list_param.yaml
221 toscaparser/tests/data/custom_types/elasticsearch.yaml
222 toscaparser/tests/data/custom_types/imported_sample.yaml
223 toscaparser/tests/data/custom_types/kibana.yaml
224 toscaparser/tests/data/custom_types/logstash.yaml
225 toscaparser/tests/data/custom_types/nested_rsyslog.yaml
226 toscaparser/tests/data/custom_types/nested_test_wordpress.yaml
227 toscaparser/tests/data/custom_types/node_with_cap.yaml
228 toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml
229 toscaparser/tests/data/custom_types/rsyslog.yaml
230 toscaparser/tests/data/custom_types/wordpress.yaml
231 toscaparser/tests/data/datatypes/custom_datatype_def.yaml
232 toscaparser/tests/data/datatypes/test_custom_datatypes_in_current_template.yaml
233 toscaparser/tests/data/datatypes/test_custom_datatypes_nested_datatype_error.yaml
234 toscaparser/tests/data/datatypes/test_custom_datatypes_positive.yaml
235 toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.yaml
236 toscaparser/tests/data/datatypes/test_datatype_portspec_add_req.yaml
237 toscaparser/tests/data/dsl_definitions/test_nested_dsl_def.yaml
238 toscaparser/tests/data/functions/test_capabilties_inheritance.yaml
239 toscaparser/tests/data/functions/test_concat.yaml
240 toscaparser/tests/data/functions/test_concat_invalid.yaml
241 toscaparser/tests/data/functions/test_get_attribute_host_keyword.yaml
242 toscaparser/tests/data/functions/test_get_attribute_host_not_found.yaml
243 toscaparser/tests/data/functions/test_get_attribute_illegal_host_in_outputs.yaml
244 toscaparser/tests/data/functions/test_get_attribute_source_target_keywords.yaml
245 toscaparser/tests/data/functions/test_get_attribute_unknown_attribute_name.yaml
246 toscaparser/tests/data/functions/test_get_attribute_unknown_node_template_name.yaml
247 toscaparser/tests/data/functions/test_get_attribute_with_index.yaml
248 toscaparser/tests/data/functions/test_get_attribute_with_index_error.yaml
249 toscaparser/tests/data/functions/test_get_attribute_with_nested_params.yaml
250 toscaparser/tests/data/functions/test_get_implicit_attribute.yaml
251 toscaparser/tests/data/functions/test_get_property_source_target_keywords.yaml
252 toscaparser/tests/data/functions/test_get_property_with_host.yaml
253 toscaparser/tests/data/functions/test_invalid_function_signature.yaml
254 toscaparser/tests/data/functions/test_token.yaml
255 toscaparser/tests/data/functions/test_token_invalid.yaml
256 toscaparser/tests/data/functions/test_unknown_capability_property.yaml
257 toscaparser/tests/data/functions/test_unknown_input_in_interface.yaml
258 toscaparser/tests/data/functions/test_unknown_input_in_property.yaml
259 toscaparser/tests/data/functions/tosca_nested_property_names_indexes.yaml
260 toscaparser/tests/data/groups/definitions.yaml
261 toscaparser/tests/data/groups/tosca_group_template.yaml
262 toscaparser/tests/data/interfaces/test_custom_interface_in_template.yaml
263 toscaparser/tests/data/interfaces/test_custom_interface_invalid_operation.yaml
264 toscaparser/tests/data/load_balancer/tosca_load_balancer.yaml
265 toscaparser/tests/data/node_filter/test_node_filter.yaml
266 toscaparser/tests/data/policies/custom_definitions.yaml
267 toscaparser/tests/data/policies/tosca_policy_template.yaml
268 toscaparser/tests/data/relationship/test_custom_relationship.yaml
269 toscaparser/tests/data/repositories/test_repositories_definition.yaml
270 toscaparser/tests/data/repositories/tosca_repositories_test_definition.yaml
271 toscaparser/tests/data/requirements/test_requirements.yaml
272 toscaparser/tests/data/topology_template/databasesubsystem.yaml
273 toscaparser/tests/data/topology_template/definitions.yaml
274 toscaparser/tests/data/topology_template/queuingsubsystem.yaml
275 toscaparser/tests/data/topology_template/system.yaml
276 toscaparser/tests/data/topology_template/transactionsubsystem.yaml
277 toscaparser/tests/data/topology_template/validate/queuingsubsystem_invalid_input.yaml
278 toscaparser/tests/data/topology_template/validate/system_invalid_input.yaml
279 toscaparser/tests/data/topology_template/validate/test_example_app_substitution_mappings.yaml
280 toscaparser/tests/data/topology_template/validate/test_substitution_mappings_invalid_output.yaml
281 toscaparser/tests/data/topology_template/validate/test_substitution_mappings_valid_output.yaml
282 toscaparser/tests/spec_samples/v1.0/tosca_nodejs_mongodb_two_instances.yaml
283 toscaparser/tests/spec_samples/v1.0/tosca_single_server.yaml
284 toscaparser/tests/spec_samples/v1.0/network/tosca_one_server_one_network.yaml
285 toscaparser/tests/spec_samples/v1.0/network/tosca_one_server_three_networks.yaml
286 toscaparser/tests/spec_samples/v1.0/network/tosca_server_on_existing_network.yaml
287 toscaparser/tests/spec_samples/v1.0/network/tosca_two_servers_one_network.yaml
288 toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment.yaml
289 toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment_notation1.yaml
290 toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment_notation2.yaml
291 toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_custom_relationship_type.yaml
292 toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_relationship_template.yaml
293 toscaparser/tests/spec_samples/v1.0/storage/tosca_multiple_blockstorage_with_attachment.yaml
294 toscaparser/tests/spec_samples/v1.0/storage/tosca_single_object_store.yaml
295 toscaparser/utils/__init__.py
296 toscaparser/utils/gettextutils.py
297 toscaparser/utils/urlutils.py
298 toscaparser/utils/validateutils.py
299 toscaparser/utils/yamlparser.py