You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.0 KiB

  1. ---
  2. dependencies:
  3. - role: network_plugin/cni
  4. - role: network_plugin/cilium
  5. when: kube_network_plugin == 'cilium' or cilium_deploy_additionally | default(false) | bool
  6. tags:
  7. - cilium
  8. - role: network_plugin/calico
  9. when: kube_network_plugin == 'calico'
  10. tags:
  11. - calico
  12. - role: network_plugin/flannel
  13. when: kube_network_plugin == 'flannel'
  14. tags:
  15. - flannel
  16. - role: network_plugin/weave
  17. when: kube_network_plugin == 'weave'
  18. tags:
  19. - weave
  20. - role: network_plugin/macvlan
  21. when: kube_network_plugin == 'macvlan'
  22. tags:
  23. - macvlan
  24. - role: network_plugin/kube-ovn
  25. when: kube_network_plugin == 'kube-ovn'
  26. tags:
  27. - kube-ovn
  28. - role: network_plugin/kube-router
  29. when: kube_network_plugin == 'kube-router'
  30. tags:
  31. - kube-router
  32. - role: network_plugin/custom_cni
  33. when: kube_network_plugin == 'custom_cni'
  34. tags:
  35. - custom_cni
  36. - role: network_plugin/multus
  37. when: kube_network_plugin_multus
  38. tags:
  39. - multus