Add seed codes of nfvo catalog 81/7981/1
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 18 Aug 2017 07:03:18 +0000 (15:03 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Fri, 18 Aug 2017 07:03:58 +0000 (15:03 +0800)
commit25bbfb14f191992f407d957d524ffb1cd0378655
tree3968484183acb96c0b6f7babb07e43e622466fd6
parent169a896f8fc4db5a0054d31bb5bfd254f2352bb0
Add seed codes of nfvo catalog

Change-Id: Id0646870cbb297cbeddfe223feb2235f11a4a511
Issue-Id: VFC-108
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
37 files changed:
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
assembly.xml [new file with mode: 0644]
catalog/__init__.py [new file with mode: 0644]
catalog/pub/__init__.py [new file with mode: 0644]
catalog/pub/config/__init__.py [new file with mode: 0644]
catalog/pub/config/config.py [new file with mode: 0644]
catalog/pub/database/__init__.py [new file with mode: 0644]
catalog/pub/database/models.py [new file with mode: 0644]
catalog/pub/exceptions.py [new file with mode: 0644]
catalog/pub/msapi/__init__.py [new file with mode: 0644]
catalog/pub/msapi/sdc.py [new file with mode: 0644]
catalog/pub/utils/__init__.py [new file with mode: 0644]
catalog/pub/utils/fileutil.py [new file with mode: 0644]
catalog/pub/utils/restcall.py [new file with mode: 0644]
catalog/pub/utils/syscomm.py [new file with mode: 0644]
catalog/pub/utils/timeutil.py [new file with mode: 0644]
catalog/pub/utils/values.py [new file with mode: 0644]
catalog/samples/__init__.py [new file with mode: 0644]
catalog/samples/tests.py [new file with mode: 0644]
catalog/samples/urls.py [new file with mode: 0644]
catalog/samples/views.py [new file with mode: 0644]
catalog/settings.py [new file with mode: 0644]
catalog/urls.py [new file with mode: 0644]
catalog/wsgi.py [new file with mode: 0644]
initialize.sh [new file with mode: 0644]
logs/empty.txt [new file with mode: 0644]
manage.py [new file with mode: 0644]
pom.xml [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
resources/bin/initDB.sh [new file with mode: 0644]
resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql [new file with mode: 0644]
resources/dbscripts/mysql/vfc-nfvo-catalog-createobj.sql [new file with mode: 0644]
run.sh [new file with mode: 0644]
static/catalog/empty.txt [new file with mode: 0644]
stop.sh [new file with mode: 0644]
tox.ini [new file with mode: 0644]