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

37 commits

Author SHA1 Message Date
Sergio Rubio
0b3463f482 Fix CHANGELOG fog version for digitalocean, xenserver and openstack 2013-04-05 20:29:15 +02:00
Sergio Rubio
9b61717209 [digitalocean|compute] Added changelog 2013-04-04 18:31:38 +02:00
Sergio Rubio
e83fefd5c0 [digitalocean|compute] include response body in exception when request fails 2013-03-31 22:16:13 +02: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
7cc9fdef3f [digitalocean|compute] added ssh related requests, model and collection
Added new requests and model/collection to the compute service

- get_ssh_key
- destroy_ssh_key
- ssh key model/collection
2013-03-31 22:16:12 +02:00
Sergio Rubio
db487f9b32 [digitalocean|compute] added SshKey model, collection and related tests 2013-03-31 22:16:12 +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
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
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
81e2c46ed4 [digitalocean|compute] initialize compute service mock data 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
c1e518c3b5 [digitalocean|compute] implemented missing Server actions
- shutdown
- stop
- start

Added required tests
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
a4152dfe47 [digitalocean|compute] Updated server model documentation 2013-03-31 22:16:08 +02:00
Sergio Rubio
f048112e5c [digitalocean|compute] added getting started guide 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