rcbops-qe / monster

Deployment/Orchestration Engine
Apache License 2.0
4 stars 8 forks source link

SSH connection test never passes #183

Closed jpmontez closed 10 years ago

jpmontez commented 10 years ago

After a server's networking is up and functioning, the port check never passes.

2014-04-28 19:17:58,458 - monster.provisioners.openstack - INFO - Waiting: <Server: autotest-chefserver> status:BUILD
2014-04-28 19:18:13,558 - monster.provisioners.openstack - INFO - Waiting: <Server: autotest-chefserver> status:BUILD
2014-04-28 19:18:28,961 - monster.provisioners.openstack - INFO - Waiting: <Server: autotest-chefserver> status:BUILD
2014-04-28 19:18:44,069 - monster.provisioners.openstack - INFO - Waiting: <Server: autotest-chefserver> status:BUILD
2014-04-28 19:18:59,679 - monster.provisioners.openstack - INFO - Waiting: <Server: autotest-chefserver> status:BUILD
2014-04-28 19:19:14,790 - monster.provisioners.openstack - INFO - Waiting: <Server: autotest-chefserver> status:BUILD
2014-04-28 19:19:30,159 - monster.server_helper - DEBUG - Testing connection to : :22
2014-04-28 19:19:30,162 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:31,164 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:32,167 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:33,170 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:34,173 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:35,176 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:36,178 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:37,181 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:38,184 - monster.server_helper - DEBUG - Waiting for ssh connection...
2014-04-28 19:19:39,186 - monster.server_helper - DEBUG - Waiting for ssh connection...
jpmontez commented 10 years ago

Looking into this one.

jpmontez commented 10 years ago

Was due to Public Cloud's status of the server never changing from BUILDING to ACTIVE. Still need to look into why the attempts parameter wasn't enforced though.