summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-03-07 16:36:42 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-03-07 16:36:42 -0500
commit44f443cd5afcad79c9afa49ff4f60c0448512f4f (patch)
tree65aa2b1dfb02388d9a6b2d208ad10bc80193a85b /playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
parent484547222a9f4dfef8b97c965ce637c56a9fc2e6 (diff)
parent64fa37b2b82b5f27fdbdca5a943e5c8158408e3d (diff)
downloadopenshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.tar.gz
openshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.tar.bz2
openshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.tar.xz
openshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.zip
Merge pull request #1559 from brenton/bz1315151
BZ1315151: Support openshift_image_tag
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
index 1f58a1e3f..3552b8734 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
@@ -95,7 +95,7 @@
- name: Reconcile Cluster Roles and Cluster Role Bindings and Security Context Constraints
hosts: oo_masters_to_config
roles:
- - { role: openshift_cli, image_tag: "v{{ g_new_version }}" }
+ - { role: openshift_cli, openshift_image_tag: "v{{ g_new_version }}" }
vars:
origin_reconcile_bindings: "{{ deployment_type == 'origin' and g_new_version | version_compare('1.0.6', '>') }}"
ent_reconcile_bindings: true