blob: d8c2c5a0aabf31f2774abe07bdf27f456770ce64 [file] [log] [blame]
Zsolt Harasztie060a7d2016-09-16 11:08:24 -07001# sourcing this file is needed to make local development and integration testing work
2
3# load local python virtualenv
4. venv/bin/activate
5
Zsolt Harasztie060a7d2016-09-16 11:08:24 -07006# assign DOCKER_HOST_IP to be the main ip address of this host
7export DOCKER_HOST_IP=$(python voltha/nethelpers.py)
8
Zsolt Haraszti61732d42016-09-16 15:06:30 -07009# to avoid permission issues, create a dir for fluentd logs
10mkdir -p /tmp/fluentd
11