diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-23 16:50:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 16:50:15 -0500 |
commit | 8c57b7f62f6351d03c1e28d7cff88279fc16f88a (patch) | |
tree | 6dceeb4903444c9b61e15a41c1d09f238b8eced9 /roles/calico/templates/calicoctl.cfg.j2 | |
parent | 807fc98a910dfed4e0c2f9ca7573564f5481aea8 (diff) | |
parent | 0b83281570dc7fb607c728fce37a8a0e9bd9fdea (diff) | |
download | openshift-8c57b7f62f6351d03c1e28d7cff88279fc16f88a.tar.gz openshift-8c57b7f62f6351d03c1e28d7cff88279fc16f88a.tar.bz2 openshift-8c57b7f62f6351d03c1e28d7cff88279fc16f88a.tar.xz openshift-8c57b7f62f6351d03c1e28d7cff88279fc16f88a.zip |
Merge pull request #4230 from ozdanborne/fix-rename
Merged by openshift-bot
Diffstat (limited to 'roles/calico/templates/calicoctl.cfg.j2')
-rw-r--r-- | roles/calico/templates/calicoctl.cfg.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/calico/templates/calicoctl.cfg.j2 b/roles/calico/templates/calicoctl.cfg.j2 new file mode 100644 index 000000000..722385ed8 --- /dev/null +++ b/roles/calico/templates/calicoctl.cfg.j2 @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: calicoApiConfig +metadata: +spec: + datastoreType: "etcdv2" + etcdEndpoints: "{{ etcd_endpoints }}" + etcdKeyFile: "{{ calico_etcd_key_file }}" + etcdCertFile: "{{ calico_etcd_cert_file }}" + etcdCaCertFile: "{{ calico_etcd_ca_cert_file }}" |