Add toscaparser util files 75/8775/1
authorfengyuanxing <feng.yuanxing@zte.com.cn>
Fri, 25 Aug 2017 09:10:48 +0000 (17:10 +0800)
committerfengyuanxing <feng.yuanxing@zte.com.cn>
Fri, 25 Aug 2017 09:10:48 +0000 (17:10 +0800)
commitac2a906339f71be109f3426087a7048ab7e09299
tree2c62cb9b5894be180d9169daf4a5eaaee3e4308d
parent79b67602010381c73b66bb429c2be1d4c49cbbe7
Add toscaparser util files

Issue_Id: VFC-152

Change-Id: I3e3b4475a7a1dd89bed2e379e019b7e73e5b3845
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
catalog/pub/utils/idutil.py [new file with mode: 0644]
catalog/pub/utils/jobutil.py [new file with mode: 0644]
catalog/pub/utils/toscaparser/__init__.py [new file with mode: 0644]
catalog/pub/utils/toscaparser/basemodel.py [new file with mode: 0644]
catalog/pub/utils/toscaparser/convert.py [new file with mode: 0644]
catalog/pub/utils/toscaparser/dataentityext.py [new file with mode: 0644]
catalog/pub/utils/toscaparser/nsdmodel.py [new file with mode: 0644]
catalog/pub/utils/toscaparser/parser.py [new file with mode: 0644]
catalog/pub/utils/toscaparser/vnfdmodel.py [new file with mode: 0644]