Add code framework of gvnfm-vnfmgr
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 8 Feb 2017 02:50:05 +0000 (10:50 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 8 Feb 2017 02:53:49 +0000 (10:53 +0800)
commitbaee06d37420eaa391e24c027647104ddb7ae031
treefca8a607b67a2b867944e91c290ca940c4b96377
parent60a0f1a3d830fd8f5c738be81935c24613283478
Add code framework of gvnfm-vnfmgr

Change-Id: I84d954b61c26f38553b0fa5ce558c098ca5f7204
Issue-Id: GVNFM-23
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
31 files changed:
mgr/README.md [new file with mode: 0644]
mgr/assembly.xml [new file with mode: 0644]
mgr/initialize.sh [new file with mode: 0644]
mgr/logs/empty.txt [new file with mode: 0644]
mgr/manage.py [new file with mode: 0644]
mgr/mgr/__init__.py [new file with mode: 0644]
mgr/mgr/pub/__init__.py [new file with mode: 0644]
mgr/mgr/pub/config/__init__.py [new file with mode: 0644]
mgr/mgr/pub/config/config.py [new file with mode: 0644]
mgr/mgr/pub/database/__init__.py [new file with mode: 0644]
mgr/mgr/pub/database/models.py [new file with mode: 0644]
mgr/mgr/pub/exceptions.py [new file with mode: 0644]
mgr/mgr/pub/msapi/__init__.py [new file with mode: 0644]
mgr/mgr/pub/utils/__init__.py [new file with mode: 0644]
mgr/mgr/pub/utils/enumutil.py [new file with mode: 0644]
mgr/mgr/pub/utils/idutil.py [new file with mode: 0644]
mgr/mgr/pub/utils/restcall.py [new file with mode: 0644]
mgr/mgr/pub/utils/syscomm.py [new file with mode: 0644]
mgr/mgr/pub/utils/values.py [new file with mode: 0644]
mgr/mgr/samples/__init__.py [new file with mode: 0644]
mgr/mgr/samples/tests.py [new file with mode: 0644]
mgr/mgr/samples/urls.py [new file with mode: 0644]
mgr/mgr/samples/views.py [new file with mode: 0644]
mgr/mgr/settings.py [new file with mode: 0644]
mgr/mgr/urls.py [new file with mode: 0644]
mgr/mgr/wsgi.py [new file with mode: 0644]
mgr/pom.xml [new file with mode: 0644]
mgr/requirements.txt [new file with mode: 0644]
mgr/run.sh [new file with mode: 0644]
mgr/stop.sh [new file with mode: 0644]
mgr/tox.ini [new file with mode: 0644]