.coveragerc
.mailmap
.testr.conf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
babel.cfg
heat_translator.py
lower-constraints.txt
requirements.txt
run_py27-tosca-parser-master.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/requirements.txt
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/flavors.py
translator/common/images.py
translator/common/utils.py
translator/conf/__init__.py
translator/conf/config.py
translator/conf/heat_translator_logging.conf
translator/conf/translator.conf
translator/container/docker/dockerfile
translator/custom/__init__.py
translator/custom/hot/__init__.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_cluster_policies_scaling.py
translator/hot/tosca/tosca_compute.py
translator/hot/tosca/tosca_database.py
translator/hot/tosca/tosca_dbms.py
translator/hot/tosca/tosca_floating.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_policies.py
translator/hot/tosca/tosca_policies_monitoring.py
translator/hot/tosca/tosca_policies_scaling.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_autoscaling.py
translator/hot/tosca/tests/test_tosca_blockstorage.py
translator/hot/tosca/tests/test_tosca_compute.py
translator/hot/tosca/tests/test_tosca_floatingip.py
translator/hot/tosca/tests/test_tosca_objectstore.py
translator/hot/tosca/tests/test_tosca_policies.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/osc/v1/tests/__init__.py
translator/osc/v1/tests/fakes.py
translator/osc/v1/tests/test_translate.py
translator/osc/v1/tests/utils.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/test_single_server_without_optional_version_prop.yaml
translator/tests/data/test_tosca_artifact.yaml
translator/tests/data/test_tosca_custom_type.yaml
translator/tests/data/test_tosca_custom_type_with_override.yaml
translator/tests/data/test_tosca_flavor_and_image.yaml
translator/tests/data/test_tosca_get_functions_semantic.yaml
translator/tests/data/test_tosca_unsupported_type.yaml
translator/tests/data/tosca_elk.yaml
translator/tests/data/tosca_exchange_public_ssh_key.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_software_component_multiple_hosts.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/ssh/ssh_generate_keys.sh
translator/tests/data/artifacts/ssh/ssh_import_public_key.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/autoscaling/tosca_autoscaling.yaml
translator/tests/data/autoscaling/tosca_cluster_autoscaling.yaml
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/senlin_cluster_policies.yaml
translator/tests/data/custom_types/wordpress.yaml
translator/tests/data/hot_output/hot_artifact.yaml
translator/tests/data/hot_output/hot_custom_type.yaml
translator/tests/data/hot_output/hot_custom_type_with_override.yaml
translator/tests/data/hot_output/hot_custom_type_with_param_override.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_exchange_public_ssh_key.yaml
translator/tests/data/hot_output/hot_flavor_and_image.yaml
translator/tests/data/hot_output/hot_flavor_and_image_params.yaml
translator/tests/data/hot_output/hot_get_functions_semantic.yaml
translator/tests/data/hot_output/hot_hello_world.yaml
translator/tests/data/hot_output/hot_hello_world_userkey.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_script_types.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_single_server_without_tosca_os_version.yaml
translator/tests/data/hot_output/hot_software_component.yaml
translator/tests/data/hot_output/hot_software_component_multiple_hosts.yaml
translator/tests/data/hot_output/hot_web_application.yaml
translator/tests/data/hot_output/autoscaling/asg_res.yaml
translator/tests/data/hot_output/autoscaling/hot_autoscaling.yaml
translator/tests/data/hot_output/autoscaling/hot_cluster_autoscaling.yaml
translator/tests/data/hot_output/interfaces/hot_interface_on_compute.yaml
translator/tests/data/hot_output/monitoring/asg_res.yaml
translator/tests/data/hot_output/monitoring/hot_monitoring_scaling.yaml
translator/tests/data/hot_output/network/hot_custom_network_nodes.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/nfv/SP1_res.yaml
translator/tests/data/hot_output/nfv/hot_nfv_sample.yaml
translator/tests/data/hot_output/nfv/hot_policy_anti_affinity.yaml
translator/tests/data/hot_output/nfv/hot_policy_soft_affinity.yaml
translator/tests/data/hot_output/nfv/hot_tosca_nfv_autoscaling.yaml
translator/tests/data/hot_output/policies/hot_policies.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_w_multiple_attachment.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/interfaces/test_tosca_interface_on_compute.yaml
translator/tests/data/interfaces/test_tosca_script_types.yaml
translator/tests/data/monitoring/tosca_monitoring_scaling.yaml
translator/tests/data/network/test_tosca_custom_network_nodes_defs.yaml
translator/tests/data/network/test_tosca_custom_network_nodes_imports.yaml
translator/tests/data/network/test_tosca_custom_network_nodes_inline.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/nfv/tacker_defs.yaml
translator/tests/data/nfv/tacker_nfv_defs.yaml
translator/tests/data/nfv/test_tosca_nfv_autoscaling.yaml
translator/tests/data/nfv/test_tosca_nfv_sample.yaml
translator/tests/data/nfv/tosca_placement_policy_affinity.yaml
translator/tests/data/nfv/tosca_placement_policy_anti_affinity.yaml
translator/tests/data/nfv/tosca_placement_policy_soft_affinity.yaml
translator/tests/data/policies/tosca_policies.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_w_multiple_attachment.yaml
translator/tests/data/storage/tosca_multiple_blockstorage_with_attachment.yaml
translator/tests/data/storage/tosca_single_object_store.yaml