Etcd v2.3.6 (#176)

* baseline

* Etcd v2.3.6 refactor
This commit is contained in:
James Oliver
2016-06-10 15:48:41 -07:00
committed by Bill Maxwell
parent d7e06867f8
commit b6af78417a
5 changed files with 109 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
.catalog:
name: "Etcd"
version: "2.3.6-rancher1"
description: |
Distributed highly-available key-value store
minimum_rancher_version: "v0.46.0"
questions:
- variable: "REPLICAS"
description: "Number of Etcd nodes. 3, 5, or 7 are good choices"
label: "Number of Nodes:"
required: true
default: 3
type: "int"
etcd:
retain_ip: true
scale: ${REPLICAS}
health_check:
port: 2379
interval: 7500
unhealthy_threshold: 2
request_line: '/health'
healthy_threshold: 2
response_timeout: 5000