c12s-kubespray/roles/etcd/defaults/main.yml

19 lines
498 B
YAML
Raw Normal View History

---
etcd_bin_dir: "{{ local_release_dir }}/etcd/etcd-{{ etcd_version }}-linux-amd64/"
2016-11-09 10:44:41 +00:00
etcd_config_dir: /etc/ssl/etcd
2017-01-13 20:31:10 +00:00
# Role vault.boostrap has an implicit requirement on this var. It should be set at a higher level (inventory+)
2016-11-09 10:44:41 +00:00
etcd_cert_dir: "{{ etcd_config_dir }}/ssl"
etcd_cert_group: root
2016-11-09 10:44:41 +00:00
etcd_script_dir: "{{ bin_dir }}/etcd-scripts"
etcd_heartbeat_interval: "250"
etcd_election_timeout: "5000"
# Limits
etcd_memory_limit: 512M
# Uncomment to set CPU share for etcd
#etcd_cpu_limit: 300m