diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-02-07 16:31:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 16:31:37 -0500 |
commit | 5a933ed4b33131423b2f349eb0bc33ead99ec360 (patch) | |
tree | 95aff049a2e60c7a4c07f6b5473f5a366955d252 /playbooks/common | |
parent | 110556171248c21d28b882745210da4f537c15fa (diff) | |
parent | 3558b1b90af6370bf6188c6f2005500e76ff1e86 (diff) | |
download | openshift-5a933ed4b33131423b2f349eb0bc33ead99ec360.tar.gz openshift-5a933ed4b33131423b2f349eb0bc33ead99ec360.tar.bz2 openshift-5a933ed4b33131423b2f349eb0bc33ead99ec360.tar.xz openshift-5a933ed4b33131423b2f349eb0bc33ead99ec360.zip |
Merge pull request #3282 from kwoodson/specify_wait_port
Specify a port for wait_for call on master upgrade.
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-master/restart_hosts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/restart_hosts.yml b/playbooks/common/openshift-master/restart_hosts.yml index 475144dbf..a9750e40f 100644 --- a/playbooks/common/openshift-master/restart_hosts.yml +++ b/playbooks/common/openshift-master/restart_hosts.yml @@ -14,6 +14,7 @@ state=started delay=10 timeout=600 + port="{{ ansible_ssh_port }}" become: no # Now that ssh is back up we can wait for API on the remote system, |