Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 1 | # 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 Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 6 | # assign DOCKER_HOST_IP to be the main ip address of this host |
| 7 | export DOCKER_HOST_IP=$(python voltha/nethelpers.py) |
| 8 | |
Zsolt Haraszti | 61732d4 | 2016-09-16 15:06:30 -0700 | [diff] [blame] | 9 | # to avoid permission issues, create a dir for fluentd logs |
| 10 | mkdir -p /tmp/fluentd |
| 11 | |