diff options
author | Vincent Schwarzer <vincent.schwarzer@yahoo.de> | 2017-05-10 14:23:04 +0200 |
---|---|---|
committer | Vincent Schwarzer <vincent.schwarzer@yahoo.de> | 2017-05-18 12:05:53 +0200 |
commit | 6c85255ad4ec8ed25af2c9bdd717ce43e68e134c (patch) | |
tree | 8a4cb4bf4a5292a608c1b3a47a621e3f99c7f0cb /roles/calico/templates/calico.cfg.j2 | |
parent | e748591d96c64560c94f141a178b9f719a28721a (diff) | |
download | openshift-6c85255ad4ec8ed25af2c9bdd717ce43e68e134c.tar.gz openshift-6c85255ad4ec8ed25af2c9bdd717ce43e68e134c.tar.bz2 openshift-6c85255ad4ec8ed25af2c9bdd717ce43e68e134c.tar.xz openshift-6c85255ad4ec8ed25af2c9bdd717ce43e68e134c.zip |
Adjusted Naming Schema of Calico Roles
Diffstat (limited to 'roles/calico/templates/calico.cfg.j2')
-rw-r--r-- | roles/calico/templates/calico.cfg.j2 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/calico/templates/calico.cfg.j2 b/roles/calico/templates/calico.cfg.j2 deleted file mode 100644 index 722385ed8..000000000 --- a/roles/calico/templates/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 }}" |