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

11 commits

Author SHA1 Message Date
Nat Welch
2c189bfafb Merge pull request #2854 from frodenas/gce_disks
[google|compute] Improve Disks support
2014-04-21 11:25:16 +01:00
Ferran Rodenas
0a9884adfd [google|compute] Improve Disks support
- Add missing "Disk" properties
- Remove unnecessary property aliases
- Use "Operation" instead of the "backoff_if_unfound" method when
  inserting a "Disk" or "Snapshot"
- When destroying a "Disk" asyncronous return the "Operation" model instead
  of the raw operation response
- Add "list_aggregatted_disks" request
- If zone is not set on "all" and "get" methods, use the list aggregated
  disks request (1 API call) instead of fetching all zones
- Fix a bug when inserting a snapshot (description was not merged at the
  body request)
- Fix tests
2014-04-20 21:42:46 -07:00
Ferran Rodenas
918d9bc8d6 [google|compute] Update Servers support
- Add missing "Server" properties
- Remove unnecessary property aliases
- When destroying a "Server" asyncronously return the "Operation" model instead of the raw operation response
- If zone is not set on "all" and "get" methods, use the list aggregated servers request (1 API call) instead of fetching all zones
- Add "list_aggregated_servers" request
- Fix "attach_disk" request
- Fix "detach_disk" request
- Add "get_server_serial_port_output" request
- Add "reset_server" request
- Add "set_server_disk_auto_delete" request
- Add "set_server_scheduling" request
- Add "add_server_access_config" request
- Add "delete_server_access_config" request
- Fix "set_tags" request
2014-04-20 20:55:08 -07:00
Ferran Rodenas
e00ab0dcf9 [google|compute] Add Region tests 2014-04-17 13:20:09 -07:00
Carlos Sanchez
4c2736d0c2 [google][compute] Update to API v1
Simplify attachment of boot disk, get_as_boot_disk no longer needed
Add missing Disk.get_object method
Allow setting deviceName when attaching a disk
Add disks mocks
2013-12-19 21:37:46 +01:00
Carlos Sanchez
6c116666ed [google] Implement disk mocks and enable tests
Avoid repeating api_version
Add persistent disk to insert_server mock
Use Fog::Mock.delay properly instead of Fog.timeout
Update default image
2013-11-26 12:19:32 +01:00
Nat Welch
8e184aedd2 custome sshable 2013-04-30 18:35:02 -07:00
Nat Welch
1220c8989b add set_metadata to upload ssh keys 2013-04-30 18:11:22 -07:00
Nat Welch
0bb807fbde Fixes insert and delete 2013-04-29 19:41:08 -07:00
Nat Welch
0b2a865cfc progress. 2013-04-29 17:09:51 -07:00
Nat Welch
4308d7d627 trying to get a simple model test working. 2013-04-29 16:55:38 -07:00