X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FvLB%2Fscripts%2Fv_lb_install.sh;h=254a47534ad72637dfe0e648ff6c4e897de40919;hb=0d0df1dd2beeaed841a2538b95dcc02cd15f98df;hp=8bfe9fcd681b9840c4f567cd75724b57ebc08439;hpb=5d2b60d25574ecabff97ec9de22d0ae9d8102f70;p=demo.git diff --git a/vnfs/vLB/scripts/v_lb_install.sh b/vnfs/vLB/scripts/v_lb_install.sh index 8bfe9fcd..254a4753 100644 --- a/vnfs/vLB/scripts/v_lb_install.sh +++ b/vnfs/vLB/scripts/v_lb_install.sh @@ -17,14 +17,14 @@ then echo " address $VLB_PRIVATE_IP_O" >> /etc/network/interfaces echo " netmask 255.255.255.0" >> /etc/network/interfaces - VLB_PRIVATE_IP_1=$(cat /opt/config/oam_private_ipaddr.txt) - echo "auto eth2" >> /etc/network/interfaces - echo "iface eth2 inet static" >> /etc/network/interfaces - echo " address $VLB_PRIVATE_IP_1" >> /etc/network/interfaces - echo " netmask 255.255.255.0" >> /etc/network/interfaces +# VLB_PRIVATE_IP_1=$(cat /opt/config/oam_private_ipaddr.txt) +# echo "auto eth2" >> /etc/network/interfaces +# echo "iface eth2 inet static" >> /etc/network/interfaces +# echo " address $VLB_PRIVATE_IP_1" >> /etc/network/interfaces +# echo " netmask 255.255.255.0" >> /etc/network/interfaces ifup eth1 - ifup eth2 +# ifup eth2 fi # Download required dependencies