Browse Source

Correct host group for controller restart

Fixes 1504515

https://bugzilla.redhat.com/show_bug.cgi?id=1504515
Russell Teague 7 years ago
parent
commit
27f062260c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml

@@ -125,7 +125,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