calico.conf.j2 433 B

123456789101112131415161718
  1. {
  2. "name": "calico",
  3. "type": "calico",
  4. "ipam": {
  5. "type": "calico-ipam"
  6. },
  7. "etcd_endpoints": "{{ etcd_endpoints }}",
  8. "etcd_key_file": "{{ calico_etcd_key_file }}",
  9. "etcd_cert_file": "{{ calico_etcd_cert_file }}",
  10. "etcd_ca_cert_file": "{{ calico_etcd_ca_cert_file }}",
  11. "kubernetes": {
  12. "kubeconfig": "{{ kubeconfig }}"
  13. },
  14. "hostname": "{{ openshift.common.hostname }}",
  15. "policy": {
  16. "type": "k8s"
  17. }
  18. }