Add code logic of tosca parser 67/7567/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Tue, 15 Aug 2017 07:55:47 +0000 (15:55 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 15 Aug 2017 07:56:56 +0000 (15:56 +0800)
commit47a53197c3005d368af4b8ef6e3a3340e517482e
tree745ee45b1b3616545ba7c6660d642845923e853b
parent39fef9d7310bcad75530dc79a3c1ba31f4481b95
Add code logic of tosca parser

In ONAP R1, VFC project will use nfv tosca parser
to parse csar package, init the directory and
file at the first time.

Change-Id: I826c8f485e0254832ca3b5b4d2808410eb5b7687
Issue-ID: VFC-97
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
.gitignore
lcm/pub/utils/toscaparser/__init__.py [new file with mode: 0644]
lcm/pub/utils/toscaparser/convert.py [new file with mode: 0644]
lcm/pub/utils/toscaparser/parser.py [new file with mode: 0644]