Code Review
/
releng
/
common-packer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
228a685
)
Set docker default mtu to 1458 for LF Network
77/8877/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 15 Feb 2018 22:02:17 +0000
(17:02 -0500)
committer
Thanh 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
patch
|
blob
|
history
diff --git
a/provision/docker.yaml
b/provision/docker.yaml
index
2e7f130
..
6afb332
100644
(file)
--- 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