specify weave version

This commit is contained in:
Smana
2016-02-09 19:55:57 +01:00
parent ab007e4ab8
commit 793d665db4
7 changed files with 10 additions and 25 deletions

View File

@@ -1,6 +1,2 @@
# Deployed by Ansible
{% if init_system == "sysvinit" and kube_network_plugin == "flannel" and ansible_os_family == "Debian" %}
DOCKER_OPTS="--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
{% elif kube_network_plugin == "flannel" %}
OPTIONS="--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
{% endif %}
DOCKER_OPTS=""