runtime test fixes

This commit is contained in:
Charles N Wyble - admin 2018-01-24 21:23:25 -06:00
parent 96473af4c8
commit ca72570d12

View File

@ -8,6 +8,7 @@
export MGMT_INT="$(netstat -rn |grep 0.0.0.0|awk '{print $NF}' |head -n1 )" export MGMT_INT="$(netstat -rn |grep 0.0.0.0|awk '{print $NF}' |head -n1 )"
export MGMT_IP="$(ifconfig eth0|grep inet|awk '{print $2}'|head -n1)"
export ENVIP="$(echo $MGMT_IP|awk -F '.' '{print $2}')" export ENVIP="$(echo $MGMT_IP|awk -F '.' '{print $2}')"
export DIST_SERVER="http://tsys-techops.turnsys.net/" export DIST_SERVER="http://tsys-techops.turnsys.net/"