blob: 1ec569cff024187e6671b6855275a879d05b3521 (
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": "{{ calico_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"
}
}
|