|
|
@ -25,10 +25,17 @@ |
|
|
|
- name: Calico | Install calico cni bin |
|
|
|
command: rsync -piu "{{ local_release_dir }}/calico/bin/calico" "/opt/cni/bin/calico" |
|
|
|
changed_when: false |
|
|
|
when: not use_hyperkube_cni |
|
|
|
|
|
|
|
- name: Calico | Install calico-ipam cni bin |
|
|
|
command: rsync -piu "{{ local_release_dir }}/calico/bin/calico" "/opt/cni/bin/calico-ipam" |
|
|
|
changed_when: false |
|
|
|
when: not use_hyperkube_cni |
|
|
|
|
|
|
|
- name: Calico | Copy cni plugins from hyperkube |
|
|
|
command: "/usr/bin/docker run --rm -v /opt/cni/bin:/cnibindir {{ hyperkube_image_repo }}:{{ hyperkube_image_tag }} /bin/cp -r /opt/cni/bin/. /cnibindir/" |
|
|
|
changed_when: false |
|
|
|
when: use_hyperkube_cni |
|
|
|
|
|
|
|
- name: Calico | wait for etcd |
|
|
|
uri: url=http://localhost:2379/health |
|
|
|