Etcd v2.3.3 upgrade with standalone bugfix

This commit is contained in:
James Oliver
2016-05-11 12:34:54 -07:00
parent 6f6be283f5
commit f4604249d1
5 changed files with 96 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
.catalog:
name: "Etcd"
version: "2.3.3-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}