Skip to content

Microarmy bails out with 380 instances. #10

@coredump

Description

@coredump

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
EOFError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions