Initial commit for NBI 47/5847/5
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 9 Feb 2018 14:38:54 +0000 (15:38 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 1 Mar 2018 14:35:57 +0000 (15:35 +0100)
commitc94c3df90aa64298a7935a80b221f80f3c043260
treef636b73733af89ca013bdb9cf8a58e53274f2fe7
parent22ed16460edb54806e9b957be18cbafb2f63b54d
Initial commit for NBI

Change-Id: I5cd0448666a8241fd92e861afd330f5e94be379b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
32 files changed:
.gitignore-common [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.rst [new file with mode: 0644]
osm_nbi/__init__.py [new file with mode: 0644]
osm_nbi/dbbase.py [new file with mode: 0644]
osm_nbi/dbmemory.py [new file with mode: 0644]
osm_nbi/dbmongo.py [new file with mode: 0644]
osm_nbi/engine.py [new file with mode: 0644]
osm_nbi/fsbase.py [new file with mode: 0644]
osm_nbi/fslocal.py [new file with mode: 0644]
osm_nbi/html_out.py [new file with mode: 0644]
osm_nbi/html_public/OSM-logo.png [new file with mode: 0644]
osm_nbi/html_public/delete.png [new file with mode: 0644]
osm_nbi/html_public/login.js [new file with mode: 0755]
osm_nbi/html_public/style.css [new file with mode: 0644]
osm_nbi/http/cert.pem [new file with mode: 0644]
osm_nbi/http/privkey.pem [new file with mode: 0644]
osm_nbi/msgbase.py [new file with mode: 0644]
osm_nbi/msgkafka.py [new file with mode: 0644]
osm_nbi/msglocal.py [new file with mode: 0644]
osm_nbi/nbi.cfg [new file with mode: 0644]
osm_nbi/nbi.py [new file with mode: 0644]
osm_nbi/osm-nbi.service [new file with mode: 0644]
osm_nbi/test/create-ping-pong.sh [new file with mode: 0755]
osm_nbi/test/delete-all.sh [new file with mode: 0755]
osm_nbi/test/upload.py [new file with mode: 0755]
setup.py [new file with mode: 0644]
stdeb.cfg [new file with mode: 0644]
tox.ini [new file with mode: 0644]