diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-06-07 14:37:34 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-06-07 14:37:34 -0300 |
commit | dd8501ca8199484531e0a6d2b40139d4085afefa (patch) | |
tree | 9d2979b191b3f003bc868d29053e472af72ec048 /playbooks/common/openshift-cluster/upgrades | |
parent | effc29ad8a0822b3981ff833fe66cc70f4e1e68c (diff) | |
download | openshift-dd8501ca8199484531e0a6d2b40139d4085afefa.tar.gz openshift-dd8501ca8199484531e0a6d2b40139d4085afefa.tar.bz2 openshift-dd8501ca8199484531e0a6d2b40139d4085afefa.tar.xz openshift-dd8501ca8199484531e0a6d2b40139d4085afefa.zip |
Force version to latest 3.2 during upgrade.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml index e4be39f91..f9ca26e34 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml @@ -66,7 +66,9 @@ - include: ../../../../common/openshift-cluster/initialize_openshift_version.yml vars: - openshift_release: "3.2" + # Force the openshift_version role to 3.2, it will convert this to a more specific variable and + # make sure the openshift_image_tag and openshift_pkg_version are all set appropriately. + openshift_version: "3.2" - name: Verify upgrade can proceed on masters hosts: oo_masters_to_config |