summaryrefslogtreecommitdiff
path: root/boto/manage
Commit message (Expand)AuthorAgeFilesLines
* Add timeout option to SSH client.Malthe Borch2013-10-141-2/+4
* Start moving get_all_instances to get_all_reservationsGarrett Holmstrom2013-08-281-3/+3
* Make num_retries a parameter when connecting to SSH server.Mitch Garnaat2012-12-141-2/+2
* Adding another socket error to retry when connecting.Mitch Garnaat2012-10-111-4/+4
* Resolved merge conflict and a bit more PEP8 cleanup.Mitch Garnaat2012-06-113-8/+8
|\
| * Raise exceptions the modern wayGarrett Holmstrom2012-06-083-8/+8
* | Merging conflict in sdbmanager.py.Mitch Garnaat2012-06-102-3/+3
|\ \
| * | Appease PEP8 spacing guidelinesGarrett Holmstrom2012-06-082-3/+3
| |/
* | Replace 'while 1' with 'while True'Garrett Holmstrom2012-06-081-1/+1
|/
* A few stragglers prior to branching for new release.Mitch Garnaat2012-03-181-1/+1
* Remove dependency on dateutils from manage/volume.pygMitch Garnaat2012-02-071-2/+2
* Added an open method to return a file-like object for a remote file. Changed...Mitch Garnaat2011-10-031-14/+22
* Adding a run_pty method that runs a command with a pseudo-terminal so you can...Mitch Garnaat2011-09-301-0/+18
* Small change in cmdshell to allow it to be use with regular Instance objects,...Mitch Garnaat2011-06-211-0/+41
* Allow a passphrase to be passed to underlying SSH client in manage.server.Ser...garnaat2011-02-232-6/+11
* Fixed a bug when using different regions. Fixed a docstring. Cleaned up the...Mitch Garnaat2010-08-191-27/+32
* fixes #402. Add a delay to give EC2 time to stabilize on the existence of a n...walsh1592010-06-301-0/+3
* Add terminate command now that the stop command stops an EBS boot volume inst...walsh1592010-02-251-0/+6
* fixed some undefined bugs and cleaned up unused variables/importspaltman2010-02-225-13/+17
* Fixed the Task "check" method to be more like cron, only executing if the hou...kopertop2010-02-091-4/+7
* Fixed server object to work with new ec2.register_image calling formatkopertop2010-01-271-5/+6
* Fixed broken taskpoller, using old message instead of newly created message kopertop2010-01-181-1/+1
* Display a status message when we're waiting for an instance to start before w...walsh1592010-01-051-0/+1
* Allow the Server object to start instances with any configured ami instead of...walsh1592010-01-041-3/+1
* Add a clear_history flag to the bundle method. If True, will clear the bash ...Mitch.Garnaat2009-12-211-1/+3
* Wait until the instance is running before assigning the elastic IP to it. Oth...walsh1592009-12-081-1/+4
* If the zone isn't set in the logical volume, get it from the physical volume.walsh1592009-11-231-0/+4
* cast hour to intkopertop2009-11-231-1/+1
* Fixed tasks with last_executed of None and not hourlykopertop2009-11-231-0/+2
* Let the create function take either a config file or a config object, so we c...walsh1592009-11-181-3/+8
* Fix to last commit.Mitch.Garnaat2009-11-111-6/+6
* Rejiggering the Bundler class to allow removal of authorized_keys before bund...Mitch.Garnaat2009-11-111-22/+26
* Remove some debug print statements and rewrite an obscure line of code dealin...Mitch.Garnaat2009-10-291-3/+1
* Fixing an issue with Server.createMitch.Garnaat2009-10-291-4/+10
* Moving the import of SSHClient into the specific methods. Doing an explicit ...Mitch.Garnaat2009-10-021-7/+12
* Minor fix to bundling of serverkopertop2009-09-301-6/+4
* Fixed bundling images using manage.serverkopertop2009-09-302-14/+29
* Fixed a bug in create_from_volume_id.Mitch.Garnaat2009-09-281-1/+1
* Implement _instance_type()walsh1592009-09-111-0/+6
* Record the logical volume name properly if a logical volume is passed in to t...walsh1592009-09-111-2/+2
* Added the ability to create a new volume from any snapshot.walsh1592009-09-091-4/+9
* Add a function to create a new physical and logical volume copying the latest...walsh1592009-09-041-0/+20
* Enable the passing in of a logical EBS volume, primarily for testing use. Use...walsh1592009-09-021-4/+35
* Removing some debug printing. Fixed some issues with keypairs.Mitch.Garnaat2009-08-251-8/+7
* Removing Installer stuff. Way to complicated. Allowing a config file to be ...Mitch.Garnaat2009-08-251-78/+55
* Updated property db object to only return values for calculated typeskopertop2009-07-161-3/+3
* Updated server object to only import cmdshell when it's actually being used.kopertop2009-07-161-1/+1
* Added security_group property to server for backwards compatibilitykopertop2009-07-151-0/+7
* Fixed a bug in trim_snapshots regarding week boundaries.Mitch.Garnaat2009-06-051-4/+9
* Changes to logging, fix in TaskPoller.Mitch.Garnaat2009-05-311-7/+7