initial commit 11/6011/3
authortierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 19 Apr 2018 14:01:59 +0000 (16:01 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 20 Apr 2018 14:40:58 +0000 (16:40 +0200)
commit5c012612f1292b012dc12b337c611c6f3c083b18
tree5464cad6c88fa9e5f2ddf34d5c9f281e0222b623
parent1480c1e77d88024b66ce975c954ec3a749618b88
initial commit

Change-Id: Ia40148fdc2cabbbacb0b67aaed8442ed0ecf0bc2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
17 files changed:
.gitignore-common [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.rst [new file with mode: 0644]
devops-stages/stage-archive.sh [new file with mode: 0755]
devops-stages/stage-build.sh [new file with mode: 0755]
devops-stages/stage-test.sh [new file with mode: 0755]
osm_common/__init__.py [new file with mode: 0644]
osm_common/dbbase.py [new file with mode: 0644]
osm_common/dbmemory.py [new file with mode: 0644]
osm_common/dbmongo.py [new file with mode: 0644]
osm_common/fsbase.py [new file with mode: 0644]
osm_common/fslocal.py [new file with mode: 0644]
osm_common/msgbase.py [new file with mode: 0644]
osm_common/msgkafka.py [new file with mode: 0644]
osm_common/msglocal.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]