summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorMark McKinstry <mmckinst@umich.edu>2017-03-08 10:54:50 -0800
committerMark McKinstry <mmckinst@umich.edu>2017-03-08 10:54:50 -0800
commit8c2ec1b18c777b4699316a8a60ff9c63845cc4d3 (patch)
tree0f3e8bc04d5a3a727d7786f2d302f19152ea8f11 /inventory
parentb551ba3afbe6bf2b4888bd62dc0f5a837edadb67 (diff)
downloadopenshift-8c2ec1b18c777b4699316a8a60ff9c63845cc4d3.tar.gz
openshift-8c2ec1b18c777b4699316a8a60ff9c63845cc4d3.tar.bz2
openshift-8c2ec1b18c777b4699316a8a60ff9c63845cc4d3.tar.xz
openshift-8c2ec1b18c777b4699316a8a60ff9c63845cc4d3.zip
add ability to specify an etcd version
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example2
-rw-r--r--inventory/byo/hosts.ose.example2
2 files changed, 4 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 0ddca6576..6dec97fda 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -89,6 +89,8 @@ openshift_release=v1.4
# Skip upgrading Docker during an OpenShift upgrade, leaves the current Docker version alone.
# docker_upgrade=False
+# Specify exact version of etcd to configure or upgrade to.
+# etcd_version="3.1.0"
# Upgrade Hooks
#
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 7f80a9639..2b61e7d8d 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -89,6 +89,8 @@ openshift_release=v3.4
# Skip upgrading Docker during an OpenShift upgrade, leaves the current Docker version alone.
# docker_upgrade=False
+# Specify exact version of etcd to configure or upgrade to.
+# etcd_version="3.1.0"
# Upgrade Hooks
#