Install calico-plugin before running calico

This commit is contained in:
ant31
2015-12-28 22:02:30 +01:00
parent 5c15d14f12
commit e378f4fb14
4 changed files with 22 additions and 2 deletions

View File

@@ -19,3 +19,9 @@
when: not c_tar.stat.exists
register: dl_calico
delegate_to: "{{ groups['kube-master'][0] }}"
- name: Download calico-kubernetes-plugin
local_action: get_url
url="{{calico_plugin_download_url}}"
dest="{{ local_release_dir }}/calico/bin/calico"