From c8201c119ec686e79797721156767685fe848aca Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 7 Apr 2016 14:08:49 -0400 Subject: Update tosca lib to version 0.5 Use tosca-parser and heat-translator to analyze to the basic nfv-tosca type definitions, and use simple tosca new feature such as policy, group and trigger, which are now supported by the latest version of tosca-parser and heat-translator. JIRA:PARSER-18 Change-Id: I797bcacbb5b32005d0aeb0f3f32851ac96e30f01 Signed--off-by: shangxdy Signed-off-by: shangxdy --- .../tosca_parser.egg-info/SOURCES.txt | 230 --------------------- 1 file changed, 230 deletions(-) delete mode 100644 tosca2heat/tosca-parser-0.3.0/tosca_parser.egg-info/SOURCES.txt (limited to 'tosca2heat/tosca-parser-0.3.0/tosca_parser.egg-info/SOURCES.txt') diff --git a/tosca2heat/tosca-parser-0.3.0/tosca_parser.egg-info/SOURCES.txt b/tosca2heat/tosca-parser-0.3.0/tosca_parser.egg-info/SOURCES.txt deleted file mode 100644 index 785f1f9..0000000 --- a/tosca2heat/tosca-parser-0.3.0/tosca_parser.egg-info/SOURCES.txt +++ /dev/null @@ -1,230 +0,0 @@ -.coveragerc -.mailmap -.testr.conf -AUTHORS -CONTRIBUTING.rst -ChangeLog -HACKING.rst -LICENSE -MANIFEST.in -README.rst -babel.cfg -openstack-common.conf -requirements.txt -setup.cfg -setup.py -test-requirements.txt -tosca_parser.py -tox.ini -doc/source/conf.py -doc/source/contributing.rst -doc/source/index.rst -doc/source/installation.rst -doc/source/usage.rst -tosca_parser.egg-info/PKG-INFO -tosca_parser.egg-info/SOURCES.txt -tosca_parser.egg-info/dependency_links.txt -tosca_parser.egg-info/entry_points.txt -tosca_parser.egg-info/not-zip-safe -tosca_parser.egg-info/pbr.json -tosca_parser.egg-info/requires.txt -tosca_parser.egg-info/top_level.txt -toscaparser/__init__.py -toscaparser/capabilities.py -toscaparser/dataentity.py -toscaparser/entity_template.py -toscaparser/functions.py -toscaparser/groups.py -toscaparser/imports.py -toscaparser/nodetemplate.py -toscaparser/parameters.py -toscaparser/properties.py -toscaparser/relationship_template.py -toscaparser/shell.py -toscaparser/topology_template.py -toscaparser/tosca_template.py -toscaparser/tpl_relationship_graph.py -toscaparser/common/__init__.py -toscaparser/common/exception.py -toscaparser/elements/TOSCA_definition_1_0.yaml -toscaparser/elements/__init__.py -toscaparser/elements/artifacttype.py -toscaparser/elements/attribute_definition.py -toscaparser/elements/capabilitytype.py -toscaparser/elements/constraints.py -toscaparser/elements/datatype.py -toscaparser/elements/entity_type.py -toscaparser/elements/interfaces.py -toscaparser/elements/nodetype.py -toscaparser/elements/policytype.py -toscaparser/elements/property_definition.py -toscaparser/elements/relationshiptype.py -toscaparser/elements/scalarunit.py -toscaparser/elements/statefulentitytype.py -toscaparser/prereq/__init__.py -toscaparser/prereq/csar.py -toscaparser/tests/__init__.py -toscaparser/tests/base.py -toscaparser/tests/test_constraints.py -toscaparser/tests/test_datatypes.py -toscaparser/tests/test_exception.py -toscaparser/tests/test_functions.py -toscaparser/tests/test_prereq.py -toscaparser/tests/test_properties.py -toscaparser/tests/test_scalarunit.py -toscaparser/tests/test_shell.py -toscaparser/tests/test_topology_template.py -toscaparser/tests/test_toscadef.py -toscaparser/tests/test_toscatpl.py -toscaparser/tests/test_toscatplvalidation.py -toscaparser/tests/test_utils.py -toscaparser/tests/test_validate_tosca_version.py -toscaparser/tests/artifacts/collectd/config.py -toscaparser/tests/artifacts/collectd/create.sh -toscaparser/tests/artifacts/collectd/start.sh -toscaparser/tests/artifacts/elasticsearch/create.sh -toscaparser/tests/artifacts/elasticsearch/start.sh -toscaparser/tests/artifacts/kibana/config.sh -toscaparser/tests/artifacts/kibana/create.sh -toscaparser/tests/artifacts/kibana/start.sh -toscaparser/tests/artifacts/logstash/configure_collectd.py -toscaparser/tests/artifacts/logstash/configure_elasticsearch.py -toscaparser/tests/artifacts/logstash/configure_rsyslog.py -toscaparser/tests/artifacts/logstash/create.sh -toscaparser/tests/artifacts/logstash/start.sh -toscaparser/tests/artifacts/mongodb/config.sh -toscaparser/tests/artifacts/mongodb/create.sh -toscaparser/tests/artifacts/mongodb/create_database.sh -toscaparser/tests/artifacts/mongodb/start.sh -toscaparser/tests/artifacts/mysql/mysql_database_configure.sh -toscaparser/tests/artifacts/mysql/mysql_dbms_configure.sh -toscaparser/tests/artifacts/mysql/mysql_dbms_install.sh -toscaparser/tests/artifacts/mysql/mysql_dbms_start.sh -toscaparser/tests/artifacts/nodejs/config.sh -toscaparser/tests/artifacts/nodejs/create.sh -toscaparser/tests/artifacts/nodejs/start.sh -toscaparser/tests/artifacts/rsyslog/config.sh -toscaparser/tests/artifacts/rsyslog/create.sh -toscaparser/tests/artifacts/rsyslog/start.sh -toscaparser/tests/artifacts/webserver/webserver_install.sh -toscaparser/tests/artifacts/webserver/webserver_start.sh -toscaparser/tests/artifacts/wordpress/wordpress_configure.sh -toscaparser/tests/artifacts/wordpress/wordpress_install.sh -toscaparser/tests/data/test_instance_nested_imports.yaml -toscaparser/tests/data/test_invalid_section_names.yaml -toscaparser/tests/data/test_invalid_template_version.yaml -toscaparser/tests/data/test_multiple_validation_errors.yaml -toscaparser/tests/data/test_no_inputs_in_template.yaml -toscaparser/tests/data/test_no_outputs_in_template.yaml -toscaparser/tests/data/test_requirements.yaml -toscaparser/tests/data/test_tosca_normative_type_by_shortname.yaml -toscaparser/tests/data/test_tosca_top_level_error1.yaml -toscaparser/tests/data/test_tosca_top_level_error2.yaml -toscaparser/tests/data/tosca_elk.yaml -toscaparser/tests/data/tosca_helloworld.yaml -toscaparser/tests/data/tosca_single_instance_wordpress.yaml -toscaparser/tests/data/tosca_single_instance_wordpress_with_local_abspath_import.yaml -toscaparser/tests/data/tosca_single_instance_wordpress_with_url_import.yaml -toscaparser/tests/data/CSAR/csar_elk.csar -toscaparser/tests/data/CSAR/csar_elk.zip -toscaparser/tests/data/CSAR/csar_hello_world.zip -toscaparser/tests/data/CSAR/csar_invalid_entry_def.zip -toscaparser/tests/data/CSAR/csar_metadata_not_yaml.zip -toscaparser/tests/data/CSAR/csar_missing_metadata.zip -toscaparser/tests/data/CSAR/csar_no_metadata_file.zip -toscaparser/tests/data/CSAR/csar_not_zip.zip -toscaparser/tests/data/CSAR/csar_wordpress.zip -toscaparser/tests/data/CSAR/csar_wordpress_invalid_import_path.zip -toscaparser/tests/data/CSAR/csar_wordpress_invalid_import_url.zip -toscaparser/tests/data/CSAR/csar_wordpress_invalid_script_path.zip -toscaparser/tests/data/CSAR/csar_wordpress_invalid_script_url.zip -toscaparser/tests/data/CSAR/csar_wordpress_with_url_import_and_script.zip -toscaparser/tests/data/CSAR/csar_wrong_metadata_file.zip -toscaparser/tests/data/CSAR/tosca_elk/README.txt -toscaparser/tests/data/CSAR/tosca_elk/Definitions/collectd.yaml -toscaparser/tests/data/CSAR/tosca_elk/Definitions/elasticsearch.yaml -toscaparser/tests/data/CSAR/tosca_elk/Definitions/kibana.yaml -toscaparser/tests/data/CSAR/tosca_elk/Definitions/logstash.yaml -toscaparser/tests/data/CSAR/tosca_elk/Definitions/paypalpizzastore_nodejs_app.yaml -toscaparser/tests/data/CSAR/tosca_elk/Definitions/rsyslog.yaml -toscaparser/tests/data/CSAR/tosca_elk/Definitions/tosca_elk.yaml -toscaparser/tests/data/CSAR/tosca_elk/Python/collectd/config.py -toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_collectd.py -toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_elasticsearch.py -toscaparser/tests/data/CSAR/tosca_elk/Python/logstash/configure_rsyslog.py -toscaparser/tests/data/CSAR/tosca_elk/Scripts/collectd/create.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/collectd/start.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/elasticsearch/create.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/elasticsearch/start.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/config.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/create.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/kibana/start.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/logstash/create.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/logstash/start.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/config.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/create.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/create_database.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/mongodb/start.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/config.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/create.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/nodejs/start.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/config.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/create.sh -toscaparser/tests/data/CSAR/tosca_elk/Scripts/rsyslog/start.sh -toscaparser/tests/data/CSAR/tosca_elk/TOSCA-Metadata/TOSCA.meta -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/README.txt -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Definitions/tosca_single_instance_wordpress.yaml -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Definitions/wordpress.yaml -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/configure.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/install.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDBMS/start.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/MYSQLDatabase/configure.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WebServer/install.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WebServer/start.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WordPress/configure.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/Scripts/WordPress/install.sh -toscaparser/tests/data/CSAR/tosca_single_instance_wordpress/TOSCA-Metadata/TOSCA.meta -toscaparser/tests/data/custom_types/collectd.yaml -toscaparser/tests/data/custom_types/elasticsearch.yaml -toscaparser/tests/data/custom_types/kibana.yaml -toscaparser/tests/data/custom_types/logstash.yaml -toscaparser/tests/data/custom_types/nested_rsyslog.yaml -toscaparser/tests/data/custom_types/nested_test_wordpress.yaml -toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml -toscaparser/tests/data/custom_types/rsyslog.yaml -toscaparser/tests/data/custom_types/wordpress.yaml -toscaparser/tests/data/datatypes/custom_datatype_def.yaml -toscaparser/tests/data/datatypes/test_custom_datatypes_in_current_template.yaml -toscaparser/tests/data/datatypes/test_custom_datatypes_nested_datatype_error.yaml -toscaparser/tests/data/datatypes/test_custom_datatypes_positive.yaml -toscaparser/tests/data/datatypes/test_custom_datatypes_value_error.yaml -toscaparser/tests/data/functions/test_get_attribute_host_keyword.yaml -toscaparser/tests/data/functions/test_get_attribute_host_not_found.yaml -toscaparser/tests/data/functions/test_get_attribute_illegal_host_in_outputs.yaml -toscaparser/tests/data/functions/test_get_attribute_unknown_attribute_name.yaml -toscaparser/tests/data/functions/test_get_attribute_unknown_node_template_name.yaml -toscaparser/tests/data/functions/test_invalid_function_signature.yaml -toscaparser/tests/data/functions/test_unknown_capability_property.yaml -toscaparser/tests/data/functions/test_unknown_input_in_interface.yaml -toscaparser/tests/data/functions/test_unknown_input_in_property.yaml -toscaparser/tests/data/topology_template/definitions.yaml -toscaparser/tests/data/topology_template/subsystem.yaml -toscaparser/tests/data/topology_template/system.yaml -toscaparser/tests/spec_samples/v1.0/tosca_nodejs_mongodb_two_instances.yaml -toscaparser/tests/spec_samples/v1.0/tosca_single_server.yaml -toscaparser/tests/spec_samples/v1.0/network/tosca_one_server_one_network.yaml -toscaparser/tests/spec_samples/v1.0/network/tosca_one_server_three_networks.yaml -toscaparser/tests/spec_samples/v1.0/network/tosca_server_on_existing_network.yaml -toscaparser/tests/spec_samples/v1.0/network/tosca_two_servers_one_network.yaml -toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment.yaml -toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment_notation1.yaml -toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_attachment_notation2.yaml -toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_custom_relationship_type.yaml -toscaparser/tests/spec_samples/v1.0/storage/tosca_blockstorage_with_relationship_template.yaml -toscaparser/tests/spec_samples/v1.0/storage/tosca_multiple_blockstorage_with_attachment.yaml -toscaparser/tests/spec_samples/v1.0/storage/tosca_single_object_store.yaml -toscaparser/utils/__init__.py -toscaparser/utils/gettextutils.py -toscaparser/utils/urlutils.py -toscaparser/utils/validateutils.py -toscaparser/utils/yamlparser.py \ No newline at end of file -- cgit 1.2.3-korg