3 apex_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../
4 export CONFIG=$apex_home/build
5 export LIB=$apex_home/lib
6 export RESOURCES=$apex_home/.build/
7 export PYTHONPATH=$PYTHONPATH:$apex_home/lib/python
8 $apex_home/ci/dev_dep_check.sh || true
10 pushd $apex_home/build
13 make overcloud-opendaylight
16 echo "All further output will be piped to $PWD/nohup.out"
17 (nohup ./deploy.sh -v -n $apex_home/config/network/network_settings.yaml -d $apex_home/config/deploy/os-odl_l3-nofeature-noha.yaml &)