X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fexport_ips;h=a41e1efccdba786696122acc0945719970adc1ce;hb=ae8b04e946f0e8028eaf49b87858582c46487004;hp=a345a4b92fcfc7a425f5441dde511a0a5bd72c16;hpb=d5cec9dbcd80484e0748fcdee8df33d9b94825ff;p=osm%2Fdevops.git diff --git a/installers/export_ips b/installers/export_ips index a345a4b9..a41e1efc 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}'`