Decouple aria parser 13/9813/1
authorLianhao Lu <lianhao.lu@intel.com>
Fri, 1 Sep 2017 02:36:01 +0000 (10:36 +0800)
committerLianhao Lu <lianhao.lu@intel.com>
Fri, 1 Sep 2017 02:39:11 +0000 (10:39 +0800)
commite872f7222a220ae47d65ff78f90ea435fc65fa38
treea02991d8ee7907056799a395bb246fedc5f0f7f6
parent627f62ce7504269b830827f7f7600bc52393e176
Decouple aria parser

Use stevedore to make the aria parser as a plugin of the vnfsdk package
tool. Currently, the aria parser is still the default parser but 3rd
party developer can add other plugins as a parser to validate the csar
packages.

Change-Id: I4a1a1c5e65103fb93fa8aebf3d683781f4888ea4
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Issue-Id: VNFSDK-60
cli/__main__.py
requirements.txt
setup.py
validator/__init__.py [new file with mode: 0644]
validator/aria_validator.py [new file with mode: 0644]