diff options
author | Dan Osborne <djosborne10@gmail.com> | 2017-05-19 14:49:52 -0700 |
---|---|---|
committer | Dan Osborne <djosborne10@gmail.com> | 2017-05-24 16:20:04 -0700 |
commit | 854a77ce23135f0ef27c79338b48aa53e49d8202 (patch) | |
tree | a4c296302c48002d384b298e43d5749480e821d0 /roles/calico/defaults | |
parent | 8c57b7f62f6351d03c1e28d7cff88279fc16f88a (diff) | |
download | openshift-854a77ce23135f0ef27c79338b48aa53e49d8202.tar.gz openshift-854a77ce23135f0ef27c79338b48aa53e49d8202.tar.bz2 openshift-854a77ce23135f0ef27c79338b48aa53e49d8202.tar.xz openshift-854a77ce23135f0ef27c79338b48aa53e49d8202.zip |
Support byo etcd for calico
Diffstat (limited to 'roles/calico/defaults')
-rw-r--r-- | roles/calico/defaults/main.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/calico/defaults/main.yaml b/roles/calico/defaults/main.yaml index 03c612982..c7eea46f2 100644 --- a/roles/calico/defaults/main.yaml +++ b/roles/calico/defaults/main.yaml @@ -1,15 +1,10 @@ --- kubeconfig: "{{openshift.common.config_base}}/node/{{ 'system:node:' + openshift.common.hostname }}.kubeconfig" -etcd_endpoints: "{{ hostvars[groups.oo_first_master.0].openshift.master.etcd_urls | join(',') }}" cni_conf_dir: "/etc/cni/net.d/" cni_bin_dir: "/opt/cni/bin/" cni_url: "https://github.com/containernetworking/cni/releases/download/v0.4.0/cni-amd64-v0.4.0.tgz" -calico_etcd_ca_cert_file: "/etc/origin/calico/calico.etcd-ca.crt" -calico_etcd_cert_file: "/etc/origin/calico/calico.etcd-client.crt" -calico_etcd_key_file: "/etc/origin/calico/calico.etcd-client.key" - calico_url_cni: "https://github.com/projectcalico/cni-plugin/releases/download/v1.5.5/calico" calico_url_ipam: "https://github.com/projectcalico/cni-plugin/releases/download/v1.5.5/calico-ipam" |