X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fexport_ips;h=a345a4b92fcfc7a425f5441dde511a0a5bd72c16;hb=HEAD;hp=a41e1efccdba786696122acc0945719970adc1ce;hpb=9054244cd2a7451f75157d7fa3ec5d2ff88176be;p=osm%2Fdevops.git diff --git a/installers/export_ips b/installers/export_ips index a41e1efc..a345a4b9 100644 --- a/installers/export_ips +++ b/installers/export_ips @@ -22,4 +22,4 @@ export DEFAULT_IP=`ip -o -4 a |grep ${DEFAULT_IF}|awk '{split($4,a,"/"); print a export VCA_CONTAINER_IP=`lxc list VCA -c 4|grep eth0 |awk '{print $2}'` export SO_CONTAINER_IP=`lxc list SO-ub -c 4|grep eth0 |awk '{print $2}'` export RO_CONTAINER_IP=`lxc list RO -c 4|grep eth0 |awk '{print $2}'` -#export MON_CONTAINER_IP=`lxc list MON -c 4|grep eth0|awk '{print $2}'` +export MON_CONTAINER_IP=`lxc list MON -c 4|grep eth0|awk '{print $2}'`