diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-09-28 11:53:49 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-09-29 10:26:01 -0300 |
commit | de196a56aec48a6545d993dae9e739ad9ab511ba (patch) | |
tree | f110efe46b186fd028bc4dbd502831d0293faa96 /inventory | |
parent | 0ad53cbbe8d6f26e98796734896be6e827051ce6 (diff) | |
download | openshift-de196a56aec48a6545d993dae9e739ad9ab511ba.tar.gz openshift-de196a56aec48a6545d993dae9e739ad9ab511ba.tar.bz2 openshift-de196a56aec48a6545d993dae9e739ad9ab511ba.tar.xz openshift-de196a56aec48a6545d993dae9e739ad9ab511ba.zip |
Use pre_upgrade tag instread of a dry run variable.
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.origin.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index e1d32b166..200918853 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -99,9 +99,6 @@ 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 433404ddb..af653f850 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -99,9 +99,6 @@ 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}] |