summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-11-03 08:50:57 -0400
committerMichael Gugino <mgugino@redhat.com>2017-11-03 08:50:57 -0400
commit076a1f567647be83d9c8b593eab8ec576c0ca038 (patch)
tree1b9f8a1559e8f0d4bfc6777f94b187e097cc565b /playbooks/common/openshift-cluster/upgrades/v3_7
parent01e09bac6835ec95c053749b302d9bfba2eefa2f (diff)
downloadopenshift-076a1f567647be83d9c8b593eab8ec576c0ca038.tar.gz
openshift-076a1f567647be83d9c8b593eab8ec576c0ca038.tar.bz2
openshift-076a1f567647be83d9c8b593eab8ec576c0ca038.tar.xz
openshift-076a1f567647be83d9c8b593eab8ec576c0ca038.zip
Correct groupname during upgrade_control_plane play
Currently, upgrade_control_plane calls tasks meant for master on etcd group. This commit corrects the groupname. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508734
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
index d5a8379d7..b905d6d86 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
@@ -129,7 +129,7 @@
# All controllers must be stopped at the same time then restarted
- name: Cycle all controller services to force new leader election mode
- hosts: oo_etcd_to_config
+ hosts: oo_masters_to_config
gather_facts: no
tasks:
- name: Stop {{ openshift.common.service_type }}-master-controllers