rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

Provisioning instances fail due to timeout #55

Closed JaredBurck closed 9 years ago

JaredBurck commented 9 years ago

When trying to provision OS1 environments the scripts, provisioning can fail due to reaching the 120 second timeout while waiting for the ssh service to be ready.

From provision.sh boot_servers() function

# need to wait until ssh service comes up on instance
wait_for_ssh ${instance_ip#*,} 120

Suggest increasing this value to 150, which has worked much better for me.

oybed commented 9 years ago

Issue #34 will take care of this problem- PR in the works

JaredBurck commented 9 years ago

@oybed thanks! Closing issue.