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