Merge pull request #691 from adidenko/calico-old-cni-fix

Fix possible problems with legacy calicoctl
This commit is contained in:
Bogdan Dobrelya
2016-12-08 12:00:08 +01:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
---
- name: Calico | Check calicoctl version
run_once: true
set_fact:
legacy_calicoctl: "{{ calicoctl_image_tag | version_compare('v1.0.0', '<') }}"
- name: Calico | Write Calico cni config
template:
src: "cni-calico.conf.j2"
@@ -71,11 +76,6 @@
delegate_to: "{{groups['etcd'][0]}}"
run_once: true
- name: Calico | Check calicoctl version
run_once: true
set_fact:
legacy_calicoctl: "{{ calicoctl_image_tag | version_compare('v1.0.0', '<') }}"
- name: Calico | Configure calico network pool
shell: >
echo '{