summaryrefslogtreecommitdiffstats
path: root/inventory/byo
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-09-01 14:29:10 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-09-28 11:57:54 -0300
commit2a830f458e6512c3b6305934a650ba23d234a8ac (patch)
tree79f2c6e6ab1ec284851f925df488095dffd3375f /inventory/byo
parent43f52e292afac7bde5e588377e56d9c49574806c (diff)
downloadopenshift-2a830f458e6512c3b6305934a650ba23d234a8ac.tar.gz
openshift-2a830f458e6512c3b6305934a650ba23d234a8ac.tar.bz2
openshift-2a830f458e6512c3b6305934a650ba23d234a8ac.tar.xz
openshift-2a830f458e6512c3b6305934a650ba23d234a8ac.zip
Support openshift_upgrade_dry_run=true for pre-upgrade checks only.
Diffstat (limited to 'inventory/byo')
-rw-r--r--inventory/byo/hosts.origin.example2
-rw-r--r--inventory/byo/hosts.ose.example3
2 files changed, 5 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 8b3a6e403..e1d32b166 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -99,6 +99,8 @@ openshift_release=v1.2
# modify image streams to point at that registry by setting the following to true
#openshift_examples_modify_imagestreams=true
+# Perform only pre-upgrade checks, and exit.
+# openshift_upgrade_dry_run=true
# Origin copr repo
#openshift_additional_repos=[{'id': 'openshift-origin-copr', 'name': 'OpenShift Origin COPR', 'baseurl': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/epel-7-$basearch/', 'enabled': 1, 'gpgcheck': 1, 'gpgkey': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg'}]
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index af653f850..433404ddb 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -99,6 +99,9 @@ openshift_release=v3.2
# modify image streams to point at that registry by setting the following to true
#openshift_examples_modify_imagestreams=true
+# Perform only pre-upgrade checks, and exit.
+# openshift_upgrade_dry_run=true
+
# Additional yum repos to install
#openshift_additional_repos=[{'id': 'ose-devel', 'name': 'ose-devel', 'baseurl': 'http://example.com/puddle/build/AtomicOpenShift/3.1/latest/RH7-RHOSE-3.0/$basearch/os', 'enabled': 1, 'gpgcheck': 0}]