c12s-kubespray/roles/network_plugin
Olivier Lemasle 497d2ca306
Fix Calico's FelixConfiguration when "IP in IP" is disabled (#7926)
When using Calico with:

- `calico_network_backend: vxlan`,
- `calico_ipip_mode: "Never"`,
- `calico_vxlan_mode: "Always"`,

the `FelixConfiguration` object has `ipipEnabled: true`, when it should be false:

This is caused by an error in the `| bool` conversion in the install task:
when `calico_ipip_mode` is `Never`,
`{{ calico_ipip_mode != 'Never' | bool }}` evaluates to `true`:
2021-08-31 13:14:21 -07:00
..
calico Fix Calico's FelixConfiguration when "IP in IP" is disabled (#7926) 2021-08-31 13:14:21 -07:00
canal Fix calico-kube-controller becomes Error for canal (#7564) 2021-04-28 11:26:52 -07:00
cilium add cilium_operator_api_serve_addr to cilium operator config (#7901) 2021-08-24 03:49:13 -07:00
cni/tasks Use role to copy CNI bin (#5953) 2020-04-16 10:06:45 -07:00
flannel Add image_arch in flannel image tag (#7560) 2021-04-29 17:51:57 -07:00
kube-ovn Update kube-ovn to 1.7.1 2021-07-20 01:29:31 -07:00
kube-router Move to Ansible 3.4.0 (#7672) 2021-07-12 00:00:47 -07:00
macvlan Extra spaces of macvlan (#7752) 2021-06-28 02:13:25 -07:00
meta Remove contiv related files (#6964) 2020-11-30 06:48:50 -08:00
multus Disable CRI-O restart by Multus (#6930) 2020-11-28 08:52:47 -08:00
ovn4nfv Replace kube-master with kube_control_plane (#7256) 2021-03-23 17:26:05 -07:00
weave Update Weave to 2.8.0 (#7181) 2021-01-19 08:35:48 -08:00