summaryrefslogtreecommitdiffstats
path: root/roles/calico/templates/10-calico.conf.j2
blob: 3c8c6b046174efcd3802501f9c5792ed307a19b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "calico",
  "type": "calico",
  "ipam": {
    "type": "calico-ipam"
  },
  "etcd_endpoints": "{{ etcd_endpoints }}",
  "etcd_key_file": "{{ calico_etcd_key_file }}",
  "etcd_cert_file": "{{ calico_etcd_cert_file }}",
  "etcd_ca_cert_file": "{{ calico_etcd_ca_cert_file }}",
  "kubernetes": {
    "kubeconfig": "{{ kubeconfig }}"
  },
  "hostname": "{{ openshift.common.hostname }}",
  "policy": {
    "type": "k8s"
  }
}