Explorar el Código

Merge pull request #5844 from mtnbikenc/fix-1504515

1504515 Correct host group for controller restart
Scott Dodson hace 7 años
padre
commit
a20098d3ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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