Set MTU config in the env 03/17803/1
authorMurali <murali.p@huawei.com>
Tue, 10 Oct 2017 04:43:37 +0000 (04:43 +0000)
committerMurali <murali.p@huawei.com>
Tue, 10 Oct 2017 04:43:37 +0000 (04:43 +0000)
Change-Id: I3f7561c0ba8352b59ae527273ee93a4c1929b24a
Jira:VNFSDK-75
Signed-off-by: Murali <murali.p@huawei.com>
vnfmarket-be/deployment/install/.env

index 83c135f..527088e 100644 (file)
@@ -8,3 +8,5 @@ POSTGRES_TAG=latest
 
 NEXUS_REPO=nexus3.onap.org:10001
 
+export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)
+