From 4332818a2ae9fc366bace64f459f4e44d1f8a86e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 15 Feb 2018 17:02:17 -0500 Subject: [PATCH] Set docker default mtu to 1458 for LF Network LF Network requires the MTU be set to 1458 so that container routing will work correctly. Change-Id: I637ef8f2a0f310af3c1e2a3108d7da61c2570dba Signed-off-by: Thanh Ha --- provision/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/docker.yaml b/provision/docker.yaml index 2e7f130..6afb332 100644 --- a/provision/docker.yaml +++ b/provision/docker.yaml @@ -9,7 +9,7 @@ - include_role: name=system-update roles: - - docker-install + - { role: docker-install, mtu: 1458 } post_tasks: - name: System Reseal -- 2.16.6