diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-02-08 15:49:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-08 15:49:48 -0500 |
commit | 13ebefef2b821c01c091647b2ee17c6d649d0335 (patch) | |
tree | 6b6a0d1e4ffbcf0b3e92ae2d00b45c5cf3963203 /playbooks | |
parent | 1ab6b4201af2474106d68265515de8d0c63b285d (diff) | |
parent | 9d394e4383c5bedef1a788c4b56d29502c306356 (diff) | |
download | openshift-13ebefef2b821c01c091647b2ee17c6d649d0335.tar.gz openshift-13ebefef2b821c01c091647b2ee17c6d649d0335.tar.bz2 openshift-13ebefef2b821c01c091647b2ee17c6d649d0335.tar.xz openshift-13ebefef2b821c01c091647b2ee17c6d649d0335.zip |
Merge pull request #7056 from sdodson/gcp-wait-for-connection
Use wait_for_connection to validate ssh transport is alive
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/gcp/openshift-cluster/build_image.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/gcp/openshift-cluster/build_image.yml b/playbooks/gcp/openshift-cluster/build_image.yml index 787de8ebc..0daf61122 100644 --- a/playbooks/gcp/openshift-cluster/build_image.yml +++ b/playbooks/gcp/openshift-cluster/build_image.yml @@ -62,6 +62,12 @@ timeout: 120 with_items: "{{ gce.instance_data }}" +- name: Wait for full SSH connection + hosts: nodes + gather_facts: no + tasks: + - wait_for_connection: + - hosts: nodes tasks: - name: Set facts |