Sync heat-translator code 89/29389/9
authorshangxdy <shang.xiaodong@zte.com.cn>
Sun, 26 Feb 2017 08:22:30 +0000 (16:22 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Sun, 26 Feb 2017 12:23:51 +0000 (20:23 +0800)
commitf7b240c6893a48d71da29974e54cb560b6575eb3
tree3d3b8ea171640465cd30bd3d91a88a52cb4487b9
parent406214e5ca40ad57a1c40e4a8454336f6a26cac2
Sync heat-translator code

Sync heat-translator code from upstream

JIRA:PARSER-119

Change-Id: I2287b78ad38bc54f7740fd1ee5f08989d5e680bf
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
104 files changed:
tosca2heat/README.md
tosca2heat/heat-translator/README.rst
tosca2heat/heat-translator/doc/source/conf.py
tosca2heat/heat-translator/doc/source/usage.rst
tosca2heat/heat-translator/requirements.txt
tosca2heat/heat-translator/setup.cfg
tosca2heat/heat-translator/test-requirements.txt
tosca2heat/heat-translator/tools/tox_install.sh [new file with mode: 0644]
tosca2heat/heat-translator/translator/common/exception.py
tosca2heat/heat-translator/translator/common/flavors.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/common/images.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/common/utils.py
tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf
tosca2heat/heat-translator/translator/hot/syntax/hot_output.py
tosca2heat/heat-translator/translator/hot/syntax/hot_resource.py
tosca2heat/heat-translator/translator/hot/syntax/hot_template.py
tosca2heat/heat-translator/translator/hot/tests/test_translate_outputs.py
tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_autoscaling.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/hot/tosca/tests/test_tosca_compute.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_block_storage.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_block_storage_attachment.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_database.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_dbms.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_network_network.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_network_port.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_object_storage.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_policies.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_policies_scaling.py [new file with mode: 0644]
tosca2heat/heat-translator/translator/hot/tosca/tosca_software_component.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_web_application.py
tosca2heat/heat-translator/translator/hot/tosca/tosca_webserver.py
tosca2heat/heat-translator/translator/hot/tosca_translator.py
tosca2heat/heat-translator/translator/hot/translate_node_templates.py
tosca2heat/heat-translator/translator/hot/translate_outputs.py
tosca2heat/heat-translator/translator/osc/v1/tests/fakes.py
tosca2heat/heat-translator/translator/osc/v1/translate.py
tosca2heat/heat-translator/translator/shell.py
tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_autoscaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_cluster_autoscaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/custom_types/senlin_cluster_policies.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/autoscaling/asg_res.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/autoscaling/hot_autoscaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/autoscaling/hot_cluster_autoscaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_artifact.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_custom_type.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_custom_type_with_override.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_custom_type_with_param_override.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk_from_csar.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_exchange_public_ssh_key.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_flavor_and_image.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_flavor_and_image_params.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_get_functions_semantic.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_hello_world.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_hello_world_userkey.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_host_assignment.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nodejs_mongodb_two_instances.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_script_types.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_single_instance_wordpress.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_single_instance_wordpress_from_csar.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_single_object_store.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_single_server.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_single_server_with_defaults_with_input.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_single_server_with_defaults_without_input.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_single_server_without_tosca_os_version.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_software_component.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_software_component_multiple_hosts.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_web_application.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/interfaces/hot_interface_on_compute.yaml [moved from tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml with 96% similarity]
tosca2heat/heat-translator/translator/tests/data/hot_output/network/hot_custom_network_nodes.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/network/hot_one_server_one_network.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/network/hot_one_server_three_networks.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/network/hot_server_on_existing_network.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/network/hot_two_servers_one_network.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/nfv/SP1_res.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/nfv/hot_nfv_sample.yaml [moved from tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml with 92% similarity]
tosca2heat/heat-translator/translator/tests/data/hot_output/nfv/hot_tosca_nfv_autoscaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/hot_output/policies/hot_policies.yaml [moved from tosca2heat/heat-translator/translator/tests/data/hot_output/hot_policies.yaml with 92% similarity]
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt1.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation2_alt1.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation2_alt2.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_custom_relationship_type.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_relationship_template.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt2.yaml
tosca2heat/heat-translator/translator/tests/data/interfaces/test_tosca_interface_on_compute.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/interfaces/test_tosca_script_types.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/nfv/tacker_defs.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/nfv/tacker_nfv_defs.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/nfv/test_tosca_nfv_autoscaling.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/nfv/test_tosca_nfv_sample.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/policies/tosca_policies.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/test_tosca_artifact.yaml
tosca2heat/heat-translator/translator/tests/data/test_tosca_flavor_and_image.yaml
tosca2heat/heat-translator/translator/tests/data/test_tosca_get_functions_semantic.yaml
tosca2heat/heat-translator/translator/tests/data/test_tosca_unsupported_type.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/data/tosca_software_component_multiple_hosts.yaml [new file with mode: 0644]
tosca2heat/heat-translator/translator/tests/test_shell.py
tosca2heat/heat-translator/translator/tests/test_tosca_hot_translation.py
tosca2heat/heat-translator/translator/tests/test_utils.py