tosca-parser support the semantic of substitution mapping 29/17329/5
authorshangxdy <shang.xiaodong@zte.com.cn>
Thu, 21 Jul 2016 12:02:51 +0000 (20:02 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Fri, 29 Jul 2016 14:03:30 +0000 (22:03 +0800)
commited2f6006158e120159f4422bc626cc0d5fe5cecf
tree8b298fcc1fe52b6e993c600c5967f6ce072bed19
parent47821301accde5ecc0dc90be2048f479e5857672
tosca-parser support the semantic of substitution mapping

As a template designer,
I want to using node template substitution for model composition or
chaining subsystems.
So firstly tosca-paser should support the substitution mappings
analysis.

Change-Id: I44371795504415ba8cf5a15f7e1d046e3ff00ade
JIRA: PARSER-43
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/nodetemplate.py
tosca2heat/tosca-parser/toscaparser/substitution_mappings.py [new file with mode: 0644]
tosca2heat/tosca-parser/toscaparser/tests/test_topology_template.py
tosca2heat/tosca-parser/toscaparser/topology_template.py
tosca2heat/tosca-parser/toscaparser/tosca_template.py