diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-23 10:17:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 10:17:54 -0400 |
commit | a20098d3ae28110dd4d38ed4aa3a89af6cb72a01 (patch) | |
tree | 88c6b82b43515b78ff7039982ddbc462768f0d60 | |
parent | 53a54ff4a67a24f859460a6213c257d28de933de (diff) | |
parent | 27f062260c5717091786f638fcc31fcc2d4779af (diff) | |
download | openshift-a20098d3ae28110dd4d38ed4aa3a89af6cb72a01.tar.gz openshift-a20098d3ae28110dd4d38ed4aa3a89af6cb72a01.tar.bz2 openshift-a20098d3ae28110dd4d38ed4aa3a89af6cb72a01.tar.xz openshift-a20098d3ae28110dd4d38ed4aa3a89af6cb72a01.zip |
Merge pull request #5844 from mtnbikenc/fix-1504515
1504515 Correct host group for controller restart
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml index bf3b94682..81f6dc8a4 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml +++ b/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 |