Added option to set MTU on Weave

This commit is contained in:
woopstar
2018-02-05 10:17:21 +01:00
committed by Andreas Kruger
parent dc6a17e092
commit 3289472e31
4 changed files with 41 additions and 3 deletions

View File

@@ -12,5 +12,8 @@ weave_cpu_requests: 10m
weave_seed: uninitialized
weave_peers: uninitialized
# Set the MTU of Weave (default 1376, Jumbo Frames: 8916)
weave_mtu: 1376
# this variable is use in seed mode
weave_ip_current_cluster: "{% for host in groups['k8s-cluster'] %}{{ hostvars[host]['ip'] | default(hostvars[host]['ansible_default_ipv4']['address']) }}{% if not loop.last %} {% endif %}{% endfor %}"
weave_ip_current_cluster: "{% for host in groups['k8s-cluster'] %}{{ hostvars[host]['ip'] | default(hostvars[host]['ansible_default_ipv4']['address']) }}{% if not loop.last %} {% endif %}{% endfor %}"