Set docker default mtu to 1458 for LF Network 77/8877/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 15 Feb 2018 22:02:17 +0000 (17:02 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 15 Feb 2018 22:02:19 +0000 (17:02 -0500)
LF Network requires the MTU be set to 1458 so that container
routing will work correctly.

Change-Id: I637ef8f2a0f310af3c1e2a3108d7da61c2570dba
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
provision/docker.yaml

index 2e7f130..6afb332 100644 (file)
@@ -9,7 +9,7 @@
     - include_role: name=system-update
 
   roles:
-    - docker-install
+    - { role: docker-install, mtu: 1458 }
 
   post_tasks:
     - name: System Reseal