main.yaml 772 B

1234567891011121314
  1. ---
  2. kubeconfig: "{{openshift.common.config_base}}/node/{{ 'system:node:' + openshift.common.hostname }}.kubeconfig"
  3. etcd_endpoints: "{{ hostvars[groups.oo_first_master.0].openshift.master.etcd_urls | join(',') }}"
  4. cni_conf_dir: "/etc/cni/net.d/"
  5. cni_bin_dir: "/opt/cni/bin/"
  6. cni_url: "https://github.com/containernetworking/cni/releases/download/v0.4.0/cni-amd64-v0.4.0.tgz"
  7. calico_etcd_ca_cert_file: "/etc/origin/calico/calico.etcd-ca.crt"
  8. calico_etcd_cert_file: "/etc/origin/calico/calico.etcd-client.crt"
  9. calico_etcd_key_file: "/etc/origin/calico/calico.etcd-client.key"
  10. calico_url_cni: "https://github.com/projectcalico/cni-plugin/releases/download/v1.5.5/calico"
  11. calico_url_ipam: "https://github.com/projectcalico/cni-plugin/releases/download/v1.5.5/calico-ipam"