c12s-kubespray/roles/network_plugin
Frank Ritchie a6622b176b
Update cilium_ipsec_enabled check (#7413)
When attempting a fresh install without cilium_ipsec_enabled I ran
into the following error:

failed: [k8m01] (item={'name': 'cilium', 'file': 'cilium-secret.yml', 'type': 'secret', 'when': 'cilium_ipsec_enabled'}) =>
{"ansible_loop_var": "item", "changed": false, "item": {"file": "cilium-secret.yml", "name": "cilium", "type": "secret",
"when": "cilium_ipsec_enabled"},"msg": "AnsibleUndefinedVariable: 'cilium_ipsec_key' is undefined"}

Moving the when condition from the item level to the task level solved
the issue.
2021-04-06 06:17:33 -07:00
..
calico add support for custom calico port (#7419) 2021-03-29 08:38:45 -07:00
canal Replace kube-master with kube_control_plane (#7256) 2021-03-23 17:26:05 -07:00
cilium Update cilium_ipsec_enabled check (#7413) 2021-04-06 06:17:33 -07:00
cni/tasks Use role to copy CNI bin (#5953) 2020-04-16 10:06:45 -07:00
flannel Replace kube-master with kube_control_plane (#7256) 2021-03-23 17:26:05 -07:00
kube-ovn Replace kube-master with kube_control_plane (#7256) 2021-03-23 17:26:05 -07:00
kube-router Replace kube-master with kube_control_plane (#7256) 2021-03-23 17:26:05 -07:00
macvlan fix: correct hardcoded macvlan template, use var macvlan_interface. (#7401) 2021-03-24 01:46:06 -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