summaryrefslogtreecommitdiffstats
path: root/roles/etcd/templates
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-27 15:05:13 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-27 16:20:00 -0400
commit8fc2fe0b7ecf71b675158eabcc00a3a14218abe2 (patch)
tree3a96ee3547c7a5a66c8ca4b7afb71263ba8a28aa /roles/etcd/templates
parent551562cd54f06db6e96e6f8d8986bc08a27c7d8a (diff)
downloadopenshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.gz
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.bz2
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.xz
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.zip
Removed cloud.rb and it's associated libraries as it's no longer used. Also removed etcd role.
Diffstat (limited to 'roles/etcd/templates')
-rw-r--r--roles/etcd/templates/etcd.conf.j234
1 files changed, 0 insertions, 34 deletions
diff --git a/roles/etcd/templates/etcd.conf.j2 b/roles/etcd/templates/etcd.conf.j2
deleted file mode 100644
index 1b43f6552..000000000
--- a/roles/etcd/templates/etcd.conf.j2
+++ /dev/null
@@ -1,34 +0,0 @@
-# This configuration file is written in [TOML](https://github.com/mojombo/toml)
-
-# addr = "127.0.0.1:4001"
-# bind_addr = "127.0.0.1:4001"
-# ca_file = ""
-# cert_file = ""
-# cors = []
-# cpu_profile_file = ""
-# data_dir = "."
-# discovery = "http://etcd.local:4001/v2/keys/_etcd/registry/examplecluster"
-# http_read_timeout = 10
-# http_write_timeout = 10
-# key_file = ""
-# peers = []
-# peers_file = ""
-# max_cluster_size = 9
-# max_result_buffer = 1024
-# max_retry_attempts = 3
-# name = "default-name"
-# snapshot = false
-# verbose = false
-# very_verbose = false
-
-# [peer]
-# addr = "127.0.0.1:7001"
-# bind_addr = "127.0.0.1:7001"
-# ca_file = ""
-# cert_file = ""
-# key_file = ""
-
-# [cluster]
-# active_size = 9
-# remove_delay = 1800.0
-# sync_interval = 5.0