Quellcode durchsuchen

Merge pull request #5844 from mtnbikenc/fix-1504515

1504515 Correct host group for controller restart
Scott Dodson vor 7 Jahren
Ursprung
Commit
a20098d3ae
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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