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

30 commits

Author SHA1 Message Date
Trae Robrock
cc483e1bba Remove mock server from servers list on destroy 2013-07-24 07:23:06 -07:00
Trae Robrock
917d469517 Add ip_address to the mock 2013-07-23 22:04:50 -07:00
Trae Robrock
e47f95b5f9 digitalocean supports bootstrap 2013-07-21 11:09:53 -07:00
Trae Robrock
8dee42d23b Whitespace, fix tests for running in non mock mode, and clean up in non mock mode 2013-07-12 07:22:08 -07:00
Sergio Rubio
053f6d9b22 [digitalocean|compute] list_ssh_keys request mock fixes
Removing ssh_pub_key was making tests fail when mocking randomly.
2013-03-31 22:16:13 +02:00
Sergio Rubio
45ce6d0419 [digitalocean|compute] added get_ssh_key request and tests 2013-03-31 22:16:12 +02:00
Sergio Rubio
9397b368d3 [digitalocean|compute] added destroy_ssh_key request and tests 2013-03-31 22:16:12 +02:00
Sergio Rubio
d01b126a77 [digitalocean|compute] fix create_ssh_key request path 2013-03-31 22:16:12 +02:00
Sergio Rubio
3ea97fb23f [digitalocean|compute] added shutdown_server mock code 2013-03-31 22:16:11 +02:00
Sergio Rubio
1ed6aa1b06 [digitalocean|compute] added reboot_server mock code 2013-03-31 22:16:11 +02:00
Sergio Rubio
f1cc739a74 [digitalocean|compute] added power_on_server mock code 2013-03-31 22:16:11 +02:00
Sergio Rubio
79f240f373 [digitalocean|compute] added power_off_server mock code 2013-03-31 22:16:11 +02:00
Sergio Rubio
92593dd8bf [digitalocean|compute] added power_cycle_server mock code 2013-03-31 22:16:11 +02:00
Sergio Rubio
9b0a4d0d25 [digitalocean|compute] added list_ssh_keys mock code 2013-03-31 22:16:11 +02:00
Sergio Rubio
4dc45ea932 [digitalocean|compute] list_servers uses mock data 2013-03-31 22:16:11 +02:00
Sergio Rubio
9dbdc392d5 [digitalocean|compute] added get_server_details mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
9fbf1e8e13 [digitalocean|compute] added destroy_server mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
26ae294683 [digitalocean|compute] added create_ssh_key mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
dba2408eda [digitalocean|compute] added create_server mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
e9933dab96 [digitalocean|compute] added list_regions mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
f8162a4ff7 [digitalocean|compute] added list_servers mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
7589c3b80a [digitalocean|compute] Added list_images mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
be637e6836 [digitalocean|compute] Added list_flavors mock code 2013-03-31 22:16:10 +02:00
Sergio Rubio
ab04e13314 [digitalocean|compute] added some more request
- create_ssh_key
- list_ssh_keys
2013-03-31 22:16:10 +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
d0ff6c0d51 [digitalocean|compute] remove extra comma, breaks ruby 1.8 2013-03-31 22:16:09 +02:00
Sergio Rubio
f83b4885e9 [digitalocean|compute] Implement missing requests
- power_off_server
- power_on_server
- shutdown_server

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
f11926a5a2 [digitalocean|compute] initial release
DigitalOcean Compute Service Provider.
See https://www.digitalocean.com/api
2013-03-31 22:16:08 +02:00