blob: d8c2c5a0aabf31f2774abe07bdf27f456770ce64 [file] [log] [blame]
# sourcing this file is needed to make local development and integration testing work
# load local python virtualenv
. venv/bin/activate
# assign DOCKER_HOST_IP to be the main ip address of this host
export DOCKER_HOST_IP=$(python voltha/nethelpers.py)
# to avoid permission issues, create a dir for fluentd logs
mkdir -p /tmp/fluentd