ployground / ploy

A tool to manage servers through a central configuration. Plugins allow provisioning, configuration and other management tasks.
http://ploy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

problem starting a stopped instance #24

Closed enningb closed 9 years ago

enningb commented 12 years ago

Hi, Thanks for updating mr.awsome, I was secretly hoping for that a long time.

I still have an issue when starting a stopped instance. I'm working on Mac OS X (Lion).

Below is my error. Anybody any idea?

kind regards!

INFO: Instance 'productie-2' available. INFO: Instance state: stopped INFO: Instance already started, waiting until it's available Traceback (most recent call last): File "./bin/aws", line 18, in mr.awsome.aws(configpath = "/Users/bowlby/Edubroker/newawsome/etc") File "/Users/bowlby/Edubroker/newawsome/eggs/mr.awsome-0.10-py2.7.egg/mr/awsome/init.py", line 451, in aws return aws(argv) File "/Users/bowlby/Edubroker/newawsome/eggs/mr.awsome-0.10-py2.7.egg/mr/awsome/init.py", line 445, in call args.func(sub_argv, args.func.doc) File "/Users/bowlby/Edubroker/newawsome/eggs/mr.awsome-0.10-py2.7.egg/mr/awsome/init.py", line 158, in cmd_start instance = server.start(overrides) File "/Users/bowlby/Edubroker/newawsome/eggs/mr.awsome-0.10-py2.7.egg/mr/awsome/ec2.py", line 212, in start log.error("Something went wrong, instance status: %s", instance.status) AttributeError: 'Instance' object has no attribute 'status'

fschulze commented 12 years ago

I guess that's with an EBS boot instance? Otherwise you couldn't have stopped the instance. I haven't used those myself yet. I hope to do so in July.

enningb commented 12 years ago

Yep, that's correct!

On Tue, Jun 12, 2012 at 8:02 PM, Florian Schulze < reply@reply.github.com

wrote:

I guess that's with an EBS boot instance? Otherwise you couldn't have stopped the instance. I haven't used those myself yet. I hope to do so in July.


Reply to this email directly or view it on GitHub: https://github.com/fschulze/mr.awsome/issues/24#issuecomment-6277813

fschulze commented 9 years ago

Well, it's been a while. At some point it must have started working, not sure when. With current ploy_ec2 it works for me.