summaryrefslogtreecommitdiffstats
path: root/roles/calico/templates/10-calico.cfg.j2
diff options
context:
space:
mode:
authorDan Osborne <djosborne10@gmail.com>2017-05-18 17:35:17 -0700
committerDan Osborne <djosborne10@gmail.com>2017-05-18 17:35:17 -0700
commit0b83281570dc7fb607c728fce37a8a0e9bd9fdea (patch)
tree3b24968279b51a3d5ba7c2e64ae8cb6421443b63 /roles/calico/templates/10-calico.cfg.j2
parentbe064f7be58d905874e8ebc34c8f270841b49887 (diff)
downloadopenshift-0b83281570dc7fb607c728fce37a8a0e9bd9fdea.tar.gz
openshift-0b83281570dc7fb607c728fce37a8a0e9bd9fdea.tar.bz2
openshift-0b83281570dc7fb607c728fce37a8a0e9bd9fdea.tar.xz
openshift-0b83281570dc7fb607c728fce37a8a0e9bd9fdea.zip
Fix renaming error with calico template files
Diffstat (limited to 'roles/calico/templates/10-calico.cfg.j2')
-rw-r--r--roles/calico/templates/10-calico.cfg.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/calico/templates/10-calico.cfg.j2 b/roles/calico/templates/10-calico.cfg.j2
deleted file mode 100644
index 722385ed8..000000000
--- a/roles/calico/templates/10-calico.cfg.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-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 }}"