1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Trae Robrock
dbdf1e1f24 Add ip_address method back, but deprecate it. 2013-07-29 10:10:25 -07:00
Trae Robrock
e47f95b5f9 digitalocean supports bootstrap 2013-07-21 11:09:53 -07:00
Trae Robrock
dc6e78d6bd Cleanup and refactor digitalocean integration
* Handle case where droplet is locked pending events, DO support says
they are planning to expose something in the api to show these events.
Until then this is the best we have.
* Whitespace cleanup
* Refactor test helpers
* Use the collection helper for the digitalocean servers collection
2013-07-10 17:41:12 -07:00
Ørjan Blom
9cacd518f3 [digitalocean] Rename do to docean in examples
Avoids using a reserved word, and `docean` is also used elsewhere in
the getting started guide.
2013-06-21 09:08:30 +02:00
Sergio Rubio
db487f9b32 [digitalocean|compute] added SshKey model, collection and related tests 2013-03-31 22:16:12 +02:00
DoubleMalt
2dbf7eff37 changed status to state for conformity and fixed alias for flavor_id 2013-03-31 22:16:12 +02:00
Christoph Witzany
dcfdf36ba2 added dummy filters parameter to servers.all for conformity
made parameter to all optional
2013-03-31 22:16:12 +02:00
Sergio Rubio
fee3049bfb [digitalocean|compute] Added support to use SSH keys when creating the server 2013-03-31 22:16:09 +02:00
Sergio Rubio
c1e518c3b5 [digitalocean|compute] implemented missing Server actions
- shutdown
- stop
- start

Added required tests
2013-03-31 22:16:09 +02:00
Sergio Rubio
21b28ee589 [digitalocean|compute] Implement Server.power_cycle
- Added power_cycle_server request
- Added required tests
2013-03-31 22:16:09 +02:00
Sergio Rubio
06467aeec7 [digitalocean|compute] Implemented Server.reboot
- Added reboot_server request
- Added required tests
2013-03-31 22:16:09 +02:00
Sergio Rubio
a4152dfe47 [digitalocean|compute] Updated server model documentation 2013-03-31 22:16:08 +02:00
Sergio Rubio
f11926a5a2 [digitalocean|compute] initial release
DigitalOcean Compute Service Provider.
See https://www.digitalocean.com/api
2013-03-31 22:16:08 +02:00