-
-
Save anonymous/3f59ed3f14d9e1ca91c81468736f2c68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
done. | |
{'tag:Name': ['elife-lax-develop--test']} | |
1464101753.950491 - ERROR - MainProcess - buildercore.core - caught an exception attempting to discover more information about this instance. The instance may not exist yet ... | |
Traceback (most recent call last): | |
File "/Users/giorgiosironi/elife-builder/src/buildercore/core.py", line 124, in stack_data | |
inst = find_ec2_instance(stackname)[0] | |
IndexError: list index out of range | |
Traceback (most recent call last): | |
File "/Users/giorgiosironi/elife-builder/venv/lib/python2.7/site-packages/fabric/main.py", line 745, in main | |
*args, **kwargs | |
File "/Users/giorgiosironi/elife-builder/venv/lib/python2.7/site-packages/fabric/tasks.py", line 427, in execute | |
results['<local-only>'] = task.run(*args, **new_kwargs) | |
File "/Users/giorgiosironi/elife-builder/venv/lib/python2.7/site-packages/fabric/tasks.py", line 174, in run | |
return self.wrapped(*args, **kwargs) | |
File "/Users/giorgiosironi/elife-builder/src/decorators.py", line 39, in wrap2 | |
return func(project, *args, **kwargs) | |
File "/Users/giorgiosironi/elife-builder/src/decorators.py", line 99, in _wrapper | |
res = func(*args, **kwargs) | |
File "/Users/giorgiosironi/elife-builder/src/deploy.py", line 57, in deploy | |
bootstrap.update_environment(stackname) | |
File "/Users/giorgiosironi/elife-builder/src/buildercore/core.py", line 201, in _wrapper | |
return func(stackname, *args, **kwargs) | |
File "/Users/giorgiosironi/elife-builder/src/buildercore/bootstrap.py", line 333, in update_environment | |
with stack_conn(stackname, username=BOOTSTRAP_USER): | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 17, in __enter__ | |
return self.gen.next() | |
File "/Users/giorgiosironi/elife-builder/src/buildercore/core.py", line 56, in stack_conn | |
public_ip = data['instance']['ip_address'] | |
KeyError: 'instance' | |
Disconnecting from [email protected]... done. | |
Disconnecting from [email protected]... done. | |
Disconnecting from [email protected]... done. | |
(venv)[15:55:54][giorgiosironi@Macbook:~/elife-builder]$ ./bldr ssh | |
please pick a known stack: | |
1 - basebox-2016-05-06 | |
2 - elife-api-master | |
3 - elife-arges-2015-03-20 | |
4 - elife-bot-2015-06-11 | |
5 - elife-bot-continuum-test | |
6 - elife-bot-develop | |
7 - elife-bot-develop-ci | |
8 - elife-bot-master | |
9 - elife-ci-2015-11-04 | |
10 - elife-civiapi-2015-02-13 | |
11 - elife-crm-prod-candidate | |
12 - elife-crm-production | |
13 - elife-dashboard-continuum-test | |
14 - elife-dashboard-master | |
15 - elife-jira-2015-06-02 | |
16 - elife-lax-continuum-test | |
17 - elife-lax-develop | |
18 - elife-lax-develop--test | |
19 - elife-lax-develop-ci | |
20 - elife-lax-master | |
21 - elife-metrics-master | |
22 - elife-website-continuum-test | |
23 - elife-website-develop | |
24 - master-server-2014-12-24 | |
> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment