blob: e88f121f686275227bd42c8acf4f677360af37f2 [file] [log] [blame]
Zsolt Harasztie060a7d2016-09-16 11:08:24 -07001# sourcing this file is needed to make local development and integration testing work
Nathan Knuthedc88da2016-09-17 00:28:05 -07002export VOLTHA_BASE=$PWD
Zsolt Harasztie060a7d2016-09-16 11:08:24 -07003
4# load local python virtualenv
5. venv/bin/activate
6
Zsolt Harasztie060a7d2016-09-16 11:08:24 -07007# assign DOCKER_HOST_IP to be the main ip address of this host
8export DOCKER_HOST_IP=$(python voltha/nethelpers.py)
9
Zsolt Haraszti61732d42016-09-16 15:06:30 -070010# to avoid permission issues, create a dir for fluentd logs
11mkdir -p /tmp/fluentd
12