auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

guarantees about state of clouds after a command returns #51

Closed tralfamadude closed 14 years ago

tralfamadude commented 15 years ago

There should be guarantees about state of clouds after a command returns (are all commands synchronous? Configuration seems to be, but cloud terminate is not; possibly have a command line flag to wait until done). This enables scripting.

I noticed this after I followed a "cloud terminate" quickly with a ec2-revoke and ec2-delete-group commands that failed because termination was not yet completed.