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 --- .../heat_translator.egg-info/SOURCES.txt | 187 --------------------- 1 file changed, 187 deletions(-) delete mode 100644 tosca2heat/heat-translator-0.3.0/heat_translator.egg-info/SOURCES.txt (limited to 'tosca2heat/heat-translator-0.3.0/heat_translator.egg-info/SOURCES.txt') diff --git a/tosca2heat/heat-translator-0.3.0/heat_translator.egg-info/SOURCES.txt b/tosca2heat/heat-translator-0.3.0/heat_translator.egg-info/SOURCES.txt deleted file mode 100644 index b945891..0000000 --- a/tosca2heat/heat-translator-0.3.0/heat_translator.egg-info/SOURCES.txt +++ /dev/null @@ -1,187 +0,0 @@ -.coveragerc -.mailmap -.testr.conf -AUTHORS -CONTRIBUTING.rst -ChangeLog -HACKING.rst -LICENSE -MANIFEST.in -README.rst -babel.cfg -heat_translator.py -heat_translator_logging.conf -openstack-common.conf -requirements.txt -setup.cfg -setup.py -test-requirements.txt -tox.ini -doc/source/conf.py -doc/source/contributing.rst -doc/source/index.rst -doc/source/installation.rst -doc/source/usage.rst -heat_translator.egg-info/PKG-INFO -heat_translator.egg-info/SOURCES.txt -heat_translator.egg-info/dependency_links.txt -heat_translator.egg-info/entry_points.txt -heat_translator.egg-info/not-zip-safe -heat_translator.egg-info/pbr.json -heat_translator.egg-info/requires.txt -heat_translator.egg-info/top_level.txt -translator/__init__.py -translator/shell.py -translator/common/__init__.py -translator/common/exception.py -translator/common/utils.py -translator/conf/__init__.py -translator/conf/config.py -translator/conf/translator.conf -translator/custom/__init__.py -translator/custom/hot/__init__.py -translator/custom/hot/tosca_collectd.py -translator/custom/hot/tosca_elasticsearch.py -translator/custom/hot/tosca_kibana.py -translator/custom/hot/tosca_logstash.py -translator/custom/hot/tosca_nodejs.py -translator/custom/hot/tosca_paypalpizzastore.py -translator/custom/hot/tosca_rsyslog.py -translator/custom/hot/tosca_wordpress.py -translator/hot/__init__.py -translator/hot/tosca_translator.py -translator/hot/translate_inputs.py -translator/hot/translate_node_templates.py -translator/hot/translate_outputs.py -translator/hot/syntax/__init__.py -translator/hot/syntax/hot_output.py -translator/hot/syntax/hot_parameter.py -translator/hot/syntax/hot_resource.py -translator/hot/syntax/hot_template.py -translator/hot/tests/__init__.py -translator/hot/tests/test_hot_parameter.py -translator/hot/tests/test_translate_inputs.py -translator/hot/tests/test_translate_outputs.py -translator/hot/tosca/__init__.py -translator/hot/tosca/tosca_block_storage.py -translator/hot/tosca/tosca_block_storage_attachment.py -translator/hot/tosca/tosca_compute.py -translator/hot/tosca/tosca_database.py -translator/hot/tosca/tosca_dbms.py -translator/hot/tosca/tosca_network_network.py -translator/hot/tosca/tosca_network_port.py -translator/hot/tosca/tosca_object_storage.py -translator/hot/tosca/tosca_software_component.py -translator/hot/tosca/tosca_web_application.py -translator/hot/tosca/tosca_webserver.py -translator/hot/tosca/tests/__init__.py -translator/hot/tosca/tests/test_tosca_blockstorage.py -translator/hot/tosca/tests/test_tosca_compute.py -translator/hot/tosca/tests/test_tosca_objectstore.py -translator/osc/__init__.py -translator/osc/osc_plugin.py -translator/osc/utils.py -translator/osc/v1/__init__.py -translator/osc/v1/translate.py -translator/tests/__init__.py -translator/tests/base.py -translator/tests/test_conf.py -translator/tests/test_shell.py -translator/tests/test_template.py -translator/tests/test_tosca_hot_translation.py -translator/tests/test_utils.py -translator/tests/data/csar_elk.zip -translator/tests/data/csar_hello_world.zip -translator/tests/data/csar_metadata_not_yaml.zip -translator/tests/data/csar_not_zip.zip -translator/tests/data/csar_single_instance_wordpress.zip -translator/tests/data/csar_wordpress_invalid_import_path.zip -translator/tests/data/csar_wordpress_invalid_script_url.zip -translator/tests/data/csar_wrong_metadata_file.zip -translator/tests/data/test_host_assignment.yaml -translator/tests/data/tosca_elk.yaml -translator/tests/data/tosca_helloworld.yaml -translator/tests/data/tosca_helloworld_invalid.yaml -translator/tests/data/tosca_nodejs_mongodb_two_instances.yaml -translator/tests/data/tosca_single_instance_wordpress.yaml -translator/tests/data/tosca_single_instance_wordpress_with_local_abspath_import.yaml -translator/tests/data/tosca_single_instance_wordpress_with_url_import.yaml -translator/tests/data/tosca_single_server.yaml -translator/tests/data/tosca_single_server_with_defaults.yaml -translator/tests/data/tosca_software_component.yaml -translator/tests/data/tosca_web_application.yaml -translator/tests/data/artifacts/collectd/config.py -translator/tests/data/artifacts/collectd/create.sh -translator/tests/data/artifacts/collectd/start.sh -translator/tests/data/artifacts/elasticsearch/create.sh -translator/tests/data/artifacts/elasticsearch/start.sh -translator/tests/data/artifacts/kibana/config.sh -translator/tests/data/artifacts/kibana/create.sh -translator/tests/data/artifacts/kibana/start.sh -translator/tests/data/artifacts/logstash/configure_collectd.py -translator/tests/data/artifacts/logstash/configure_elasticsearch.py -translator/tests/data/artifacts/logstash/configure_rsyslog.py -translator/tests/data/artifacts/logstash/create.sh -translator/tests/data/artifacts/logstash/start.sh -translator/tests/data/artifacts/mongodb/config.sh -translator/tests/data/artifacts/mongodb/create.sh -translator/tests/data/artifacts/mongodb/create_database.sh -translator/tests/data/artifacts/mongodb/start.sh -translator/tests/data/artifacts/mysql/mysql_database_configure.sh -translator/tests/data/artifacts/mysql/mysql_dbms_configure.sh -translator/tests/data/artifacts/mysql/mysql_dbms_install.sh -translator/tests/data/artifacts/mysql/mysql_dbms_start.sh -translator/tests/data/artifacts/nodejs/config.sh -translator/tests/data/artifacts/nodejs/create.sh -translator/tests/data/artifacts/nodejs/start.sh -translator/tests/data/artifacts/rsyslog/config.sh -translator/tests/data/artifacts/rsyslog/create.sh -translator/tests/data/artifacts/rsyslog/start.sh -translator/tests/data/artifacts/webserver/webserver_install.sh -translator/tests/data/artifacts/webserver/webserver_start.sh -translator/tests/data/artifacts/wordpress/wordpress_configure.sh -translator/tests/data/artifacts/wordpress/wordpress_install.sh -translator/tests/data/custom_types/collectd.yaml -translator/tests/data/custom_types/elasticsearch.yaml -translator/tests/data/custom_types/kibana.yaml -translator/tests/data/custom_types/logstash.yaml -translator/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml -translator/tests/data/custom_types/rsyslog.yaml -translator/tests/data/custom_types/wordpress.yaml -translator/tests/data/hot_output/hot_elk.yaml -translator/tests/data/hot_output/hot_elk_from_csar.yaml -translator/tests/data/hot_output/hot_hello_world.yaml -translator/tests/data/hot_output/hot_host_assignment.yaml -translator/tests/data/hot_output/hot_nodejs_mongodb_two_instances.yaml -translator/tests/data/hot_output/hot_single_instance_wordpress.yaml -translator/tests/data/hot_output/hot_single_instance_wordpress_from_csar.yaml -translator/tests/data/hot_output/hot_single_object_store.yaml -translator/tests/data/hot_output/hot_single_server.yaml -translator/tests/data/hot_output/hot_single_server_with_defaults_with_input.yaml -translator/tests/data/hot_output/hot_single_server_with_defaults_without_input.yaml -translator/tests/data/hot_output/hot_software_component.yaml -translator/tests/data/hot_output/hot_web_application.yaml -translator/tests/data/hot_output/network/hot_one_server_one_network.yaml -translator/tests/data/hot_output/network/hot_one_server_three_networks.yaml -translator/tests/data/hot_output/network/hot_server_on_existing_network.yaml -translator/tests/data/hot_output/network/hot_two_servers_one_network.yaml -translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment.yaml -translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt1.yaml -translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml -translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation2_alt1.yaml -translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation2_alt2.yaml -translator/tests/data/hot_output/storage/hot_blockstorage_with_custom_relationship_type.yaml -translator/tests/data/hot_output/storage/hot_blockstorage_with_relationship_template.yaml -translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml -translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt2.yaml -translator/tests/data/network/tosca_one_server_one_network.yaml -translator/tests/data/network/tosca_one_server_three_networks.yaml -translator/tests/data/network/tosca_server_on_existing_network.yaml -translator/tests/data/network/tosca_two_servers_one_network.yaml -translator/tests/data/storage/tosca_blockstorage_with_attachment.yaml -translator/tests/data/storage/tosca_blockstorage_with_attachment_notation1.yaml -translator/tests/data/storage/tosca_blockstorage_with_attachment_notation2.yaml -translator/tests/data/storage/tosca_blockstorage_with_custom_relationship_type.yaml -translator/tests/data/storage/tosca_blockstorage_with_relationship_template.yaml -translator/tests/data/storage/tosca_multiple_blockstorage_with_attachment.yaml -translator/tests/data/storage/tosca_single_object_store.yaml \ No newline at end of file -- cgit 1.2.3-korg