diff options
| author | Scott Dodson <sdodson@redhat.com> | 2017-11-03 10:05:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-03 10:05:27 -0400 |
| commit | 1b24db1dfb82b2b99605fdfc016c59161981d487 (patch) | |
| tree | 1b9f8a1559e8f0d4bfc6777f94b187e097cc565b | |
| parent | 01e09bac6835ec95c053749b302d9bfba2eefa2f (diff) | |
| parent | 076a1f567647be83d9c8b593eab8ec576c0ca038 (diff) | |
Merge pull request #5999 from mgugino-upstream-stage/fix-etcd-upgrade
Correct groupname during upgrade_control_plane play
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml index d5a8379d7..b905d6d86 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml @@ -129,7 +129,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 |
