summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-05-22 14:51:50 -0400
committerScott Dodson <sdodson@redhat.com>2017-05-22 14:51:50 -0400
commit2d8e3d2b28ce19569c76c56102e9639a6f26b0c2 (patch)
tree87ac67a959e3f2559d5bf8f8935c4af334790f3e /playbooks
parent1a868e61fbab8f1e2095c0952031656c47926220 (diff)
downloadopenshift-2d8e3d2b28ce19569c76c56102e9639a6f26b0c2.tar.gz
openshift-2d8e3d2b28ce19569c76c56102e9639a6f26b0c2.tar.bz2
openshift-2d8e3d2b28ce19569c76c56102e9639a6f26b0c2.tar.xz
openshift-2d8e3d2b28ce19569c76c56102e9639a6f26b0c2.zip
Add separate variables for control plane nodes
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index a335c1072..275596582 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -247,8 +247,8 @@
hosts: oo_masters_to_config:&oo_nodes_to_upgrade
# This var must be set with -e on invocation, as it is not a per-host inventory var
# and is evaluated early. Values such as "20%" can also be used.
- serial: "{{ openshift_upgrade_nodes_serial | default(1) }}"
- max_fail_percentage: "{{ openshift_upgrade_nodes_max_fail_percentage | default(0) }}"
+ serial: "{{ openshift_upgrade_control_plane_nodes_serial | default(1) }}"
+ max_fail_percentage: "{{ openshift_upgrade_control_plane_nodes_max_fail_percentage | default(0) }}"
pre_tasks:
- name: Load lib_openshift modules