Increase undercloud ssh timeout from 5 to 10 minutes

I encountered an error during a quickstart run twice in succession --
time out on waiting for undercloud VM ssh to become available. I managed
to log in just fine via `ssh -i $WORKDIR/id_rsa_undercloud
root@$UNDERCLOUD_IP`. This makes me think that the timeout of 5 minutes
might be just a bit too short for some environments. Doubling the
timeout to 10 minutes got quickstart past this step on my environment.

Change-Id: I1a74d996579368cbffa2dfb3a9cab45c0f365a5e
Closes-Bug: #1649272
This commit is contained in:
Jiri Stransky 2016-12-12 15:30:04 +01:00
parent 48fcd86273
commit f49bc86ffe
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@
host: "{{ undercloud_ip }}"
state: started
port: 22
timeout: 300
timeout: 600
# Add the undercloud to the in-memory inventory.
- name: Add undercloud vm to inventory