Enable weave seed mode for kubespray (#1414)

* Enable weave seed mode for kubespray

* fix task Weave seed | Set peers if existing peers

* fix mac address variabilisation

* fix default values

* fix include seed condition

* change weave var to default values

* fix Set peers if existing peers
This commit is contained in:
timtoum
2017-07-26 18:09:34 +02:00
committed by Matthew Mosesohn
parent ee36763f9d
commit 3e457e4edf
8 changed files with 226 additions and 100 deletions

View File

@@ -5,7 +5,7 @@ local_release_dir: /tmp
etcd_version: v3.0.17
calico_version: v0.23.0
calico_cni_version: v1.5.6
weave_version: v1.8.2
weave_version: v2.0.1
# Download URL's
etcd_download_url: "https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz"