pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-04 3e641fb208e09c20ecb89071f8d2f324e6e32f9e
Various cleanup and uWSGI tuning
3 files modified
24 ■■■■ changed files
.dockerignore 6 ●●●●● patch | view | raw | blame | history
test_integration.sh 12 ●●●●● patch | view | raw | blame | history
uwsgi.ini 6 ●●●● patch | view | raw | blame | history
.dockerignore
@@ -1,9 +1,11 @@
__pycache__
/.dockerignore
/.git
/.github
/.gitignore
/.idea
/config.json
/package.sh
/rootfs
/test
/test.sh
/test*
/venv
test_integration.sh
@@ -50,4 +50,16 @@
  --gateway 2001:db8:ffff:ffff:ffff:ffff:ffff:ffff \
  test2
ROUTES=$(docker run --rm --network test2 \
  debian \
  /bin/ip route show
)
echo "${ROUTES}" | grep 192.168.255.254
ROUTES=$(docker run --rm --network test2 \
  debian \
  /bin/ip -6 route show
)
echo "${ROUTES}" | grep 2001:db8:ffff:ffff:ffff:ffff:ffff:ffff
docker network rm test2
uwsgi.ini
@@ -4,12 +4,12 @@
;uid = 65534
;gid = 65534
die-on-term = 1
honour-stdin = 1
die-on-term = true
honour-stdin = true
master = true
processes = 1
threads = 1
single-interpreter = true
plugins = python3
module = run