Sync upstream code 85/29385/2
authorshangxdy <shang.xiaodong@zte.com.cn>
Sat, 25 Feb 2017 16:49:42 +0000 (00:49 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Sat, 25 Feb 2017 16:58:41 +0000 (00:58 +0800)
commit406214e5ca40ad57a1c40e4a8454336f6a26cac2
treec07fa0c0a66716351a367d1959415584fb73bab1
parent0504c523da459a48721fef74216125d83a4e057d
Sync upstream code

Sync upstream project of tosca-parser

Change-Id: Ic707844203ea05007b3c02e9dcadb52389eb3149
JIRA:PARSER-118
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
76 files changed:
tosca2heat/tosca-parser/README.rst
tosca2heat/tosca-parser/doc/source/conf.py
tosca2heat/tosca-parser/doc/source/installation.rst
tosca2heat/tosca-parser/requirements.txt
tosca2heat/tosca-parser/setup.cfg
tosca2heat/tosca-parser/test-requirements.txt
tosca2heat/tosca-parser/tools/tox_install.sh [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/__init__.py
tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml
tosca2heat/tosca-parser/toscaparser/elements/capabilitytype.py
tosca2heat/tosca-parser/toscaparser/elements/constraints.py
tosca2heat/tosca-parser/toscaparser/elements/entity_type.py
tosca2heat/tosca-parser/toscaparser/elements/grouptype.py
tosca2heat/tosca-parser/toscaparser/elements/interfaces.py
tosca2heat/tosca-parser/toscaparser/elements/nodetype.py
tosca2heat/tosca-parser/toscaparser/elements/policytype.py
tosca2heat/tosca-parser/toscaparser/elements/portspectype.py
tosca2heat/tosca-parser/toscaparser/elements/relationshiptype.py
tosca2heat/tosca-parser/toscaparser/elements/statefulentitytype.py
tosca2heat/tosca-parser/toscaparser/entity_template.py
tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0_0.yaml [moved from tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml with 100% similarity]
tosca2heat/tosca-parser/toscaparser/extensions/nfv/tosca_simple_profile_for_nfv_1_0_0.py [moved from tosca2heat/tosca-parser/toscaparser/extensions/nfv/nfv.py with 93% similarity]
tosca2heat/tosca-parser/toscaparser/functions.py
tosca2heat/tosca-parser/toscaparser/imports.py
tosca2heat/tosca-parser/toscaparser/nodetemplate.py
tosca2heat/tosca-parser/toscaparser/parameters.py
tosca2heat/tosca-parser/toscaparser/policy.py
tosca2heat/tosca-parser/toscaparser/shell.py
tosca2heat/tosca-parser/toscaparser/tests/base.py
tosca2heat/tosca-parser/toscaparser/tests/data/CSAR/csar_elk.csar
tosca2heat/tosca-parser/toscaparser/tests/data/CSAR/csar_elk.zip
tosca2heat/tosca-parser/toscaparser/tests/data/containers/test_container_docker_mysql.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/custom_interface.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/imported_sample.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/dsl_definitions/test_nested_dsl_def.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/functions/test_get_attribute_unknown_node_template_name.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/functions/test_get_implicit_attribute.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/functions/test_get_property_with_host.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/interfaces/test_custom_interface_in_template.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/interfaces/test_custom_interface_invalid_operation.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/load_balancer/tosca_load_balancer.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/node_filter/test_node_filter.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/policies/tacker_defs.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/policies/tacker_nfv_defs.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/policies/test_tosca_nfv_multiple_policies.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/policies/tosca_policy_template.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/relationship/test_custom_relationship.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/repositories/test_repositories_definition.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/repositories/tosca_repositories_test_definition.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/requirements/test_requirements.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/test_endpoint_on_compute.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/test_multiple_validation_errors.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/test_normative_type_properties_override.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/definitions.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/test_example_app_substitution_mappings.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/test_substitution_mappings_invalid_output.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/validate/test_substitution_mappings_valid_output.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/data/tosca_imports_validation.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/tosca_single_instance_wordpress.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/tosca_single_instance_wordpress_with_local_abspath_import.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/tosca_single_instance_wordpress_with_url_import.yaml
tosca2heat/tosca-parser/toscaparser/tests/data/tosca_test_get_operation_output.yaml [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/test_custom_relationships.py
tosca2heat/tosca-parser/toscaparser/tests/test_functions.py
tosca2heat/tosca-parser/toscaparser/tests/test_scalarunit.py
tosca2heat/tosca-parser/toscaparser/tests/test_shell.py
tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscadef.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscatpl.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscatplvalidation.py
tosca2heat/tosca-parser/toscaparser/topology_template.py
tosca2heat/tosca-parser/toscaparser/tosca_template.py
tosca2heat/tosca-parser/toscaparser/unsupportedtype.py
tosca2heat/tosca-parser/toscaparser/utils/gettextutils.py
tosca2heat/tosca-parser/toscaparser/utils/validateutils.py