Adding in support for NAPALM

This commit is contained in:
Brady Lamprecht 2018-03-05 17:56:18 -07:00 committed by Christian Mäder
parent df38f74c0e
commit 07b1b4675c
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,8 @@ RUN apk add --no-cache \
RUN pip install \
# gunicorn is used for launching netbox
gunicorn \
# napalm is used for gathering information from network devices
napalm \
# ruamel is used in startup_scripts
ruamel.yaml

View File

@ -9,7 +9,9 @@ EMAIL_USERNAME=netbox
EMAIL_PASSWORD=
EMAIL_TIMEOUT=5
EMAIL_FROM=netbox@bar.com
NAPALM_TIMEOUT=5
NAPALM_USERNAME=
NAPALM_PASSWORD=
NAPALM_TIMEOUT=10
MAX_PAGE_SIZE=0
SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj
SUPERUSER_NAME=admin