Adds pip installation of python deps in deb package install 41/6541/25
authorBenjamin Diaz <bdiaz@whitestack.com>
Wed, 26 Sep 2018 23:12:58 +0000 (20:12 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Thu, 27 Sep 2018 21:02:33 +0000 (18:02 -0300)
commitd0fea7ea94e262be18a0f473eebd7e7239d892b2
treeda1e78b0a84a2d94f2d97e0140ccff8dafab3a0c
parent8604881e3a11bb614b5bf3b3cbf2fc295f0b3a04
Adds pip installation of python deps in deb package install

Adds postinst script
Adds Makefile (there is an issue when using postinst with tox)
Adds stdeb.cfg declaring binary dependencies
Reenables flake8 in tox
Removes consumer timeout that should have never been there
Readds group_id in kafka consumer

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: Ied0cb6135aee5f08cfd36c9cbaafa4c174b7434f
.gitignore
Dockerfile
MANIFEST.in
Makefile [new file with mode: 0644]
debian/python3-osm-policy-module.postinst [new file with mode: 0644]
devops-stages/stage-build.sh
osm_policy_module/core/agent.py
stdeb.cfg [new file with mode: 0644]
tox.ini