Add signal_transport in software deployment resource 13/20913/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Thu, 8 Sep 2016 17:47:35 +0000 (01:47 +0800)
committerxiaodong shang <shang.xiaodong@zte.com.cn>
Mon, 12 Sep 2016 14:51:48 +0000 (14:51 +0000)
commit708b2e982476a55e7f9b8b3e2f0cc0daa5dc78a5
treebadf20f788aa59735b7b47b79aa4a16b5f2b3f72
parentb16327d5e53a873d1b4bd473015dd201d167ae5e
Add signal_transport in software deployment resource

According to hot syntax, when deploy software, it shall include
signal_transport property, or will use
default value NO_SIGNAL, but the openstack environment configuration may
not support the default value. so the signal_transport shall be
specified.

JIRA:PARSER-104

Change-Id: Ifd01cd55c7daf538efb32f44a8d278cf3058af05
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
(cherry picked from commit eaecb94d4361de61a4f276175b8c8099f37a4628)
18 files changed:
tosca2heat/heat-translator/translator/hot/syntax/hot_resource.py
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_get_functions_semantic.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_host_assignment.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.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_software_component.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_web_application.yaml