diff options
author | Russell Teague <rteague@redhat.com> | 2017-10-23 10:14:34 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-10-23 10:14:34 -0400 |
commit | 27f062260c5717091786f638fcc31fcc2d4779af (patch) | |
tree | 4d32afbf731279423f18ff1f377388803b077285 /playbooks | |
parent | 1ecc095a4d7d43f37f39268c3e05e6d74be27fb6 (diff) | |
download | openshift-27f062260c5717091786f638fcc31fcc2d4779af.tar.gz openshift-27f062260c5717091786f638fcc31fcc2d4779af.tar.bz2 openshift-27f062260c5717091786f638fcc31fcc2d4779af.tar.xz openshift-27f062260c5717091786f638fcc31fcc2d4779af.zip |
Correct host group for controller restart
Fixes 1504515
https://bugzilla.redhat.com/show_bug.cgi?id=1504515
Diffstat (limited to 'playbooks')
-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 |