-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Tried to use 380 and 200 instances for a big test, microarmy just stopped during the deploy phase. Instances where created but the command never returned.
Manually added the microarmy tag to the created instances and used 'find_cannons', worked.
Tried 'deploy' but after a long time got a long list of EOF exception (all the same traceback)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 336, in fire_timers
timer()
File "/usr/lib/python2.7/site-packages/eventlet/hubs/timer.py", line 56, in __call__
cb(*args, **kw)
File "/usr/lib/python2.7/site-packages/eventlet/semaphore.py", line 95, in _do_acquire
waiter.switch()
File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 192, in main
result = function(*args, **kwargs)
File "/home/coredump/dev/microarmy/microarmy/firepower.py", line 155, in _setup_a_cannon
ssh_conn = ssh_connect(hostname)
File "/home/coredump/dev/microarmy/microarmy/communications.py", line 36, in ssh_connect
transport.connect(username=ec2_ssh_username, pkey=rsa_key)
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 989, in connect
self.start_client()
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 461, in start_client
raise e
EOFErrorReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels