From 4561dd327b5e4bdb1114cacf6ff722546c20e2a5 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Fri, 18 Dec 2015 13:09:42 +0100 Subject: [PATCH] remove deprecated var CALICOCTL_PATH --- roles/network_plugin/templates/network-environment.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/network_plugin/templates/network-environment.j2 b/roles/network_plugin/templates/network-environment.j2 index 84ec866f7..b926c8cf2 100755 --- a/roles/network_plugin/templates/network-environment.j2 +++ b/roles/network_plugin/templates/network-environment.j2 @@ -17,9 +17,6 @@ ETCD_AUTHORITY="127.0.0.1:23799" # The kubernetes-apiserver location - used by the calico plugin KUBE_API_ROOT=http://{{ hostvars[groups['kube-master'][0]]['ip'] | default(hostvars[groups['kube-master'][0]]['ansible_default_ipv4']['address']) }}:{{kube_apiserver_insecure_port}}/api/v1/ - -# Location of the calicoctl binary - used by the calico plugin -CALICOCTL_PATH="{{ bin_dir }}/calicoctl" {% else %} FLANNEL_ETCD_PREFIX="--etcd-prefix=/{{ cluster_name }}/network" {% endif %}