Browse Source

Merge pull request #5999 from mgugino-upstream-stage/fix-etcd-upgrade

Correct groupname during upgrade_control_plane play
Scott Dodson 7 years ago
parent
commit
1b24db1dfb

+ 1 - 1
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