runtime test fixes
This commit is contained in:
parent
96473af4c8
commit
ca72570d12
@ -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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user