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

3256 commits

Author SHA1 Message Date
Rupak Ganguly
aa42785db9 Add shindo tests for server volume request methdos for block storage service. 2012-07-09 22:44:47 -04:00
Rupak Ganguly
7b3420779f Add detach_volume request method for block storage service. 2012-07-09 20:59:20 -04:00
Rupak Ganguly
323fb9007c Add attach_volume request method for block storage service. 2012-07-09 20:58:46 -04:00
Rupak Ganguly
8e7f54265d Add list_server_volumes request method for block storage service. 2012-07-09 20:58:03 -04:00
Rupak Ganguly
9e9dd62c56 Add server attach block storage request methods. 2012-07-09 20:56:56 -04:00
Rupak Ganguly
e1792048a2 Add shindo tests for requests methods for block storage. 2012-07-09 16:01:16 -04:00
Rupak Ganguly
55b0f8ea35 Fix mock for tests. 2012-07-09 15:59:44 -04:00
Rupak Ganguly
5d84a98fcf Add the block storage service to the binary. 2012-07-09 15:24:07 -04:00
Rupak Ganguly
0619ef0f38 Fix typo in service folder. 2012-07-09 15:23:30 -04:00
Rupak Ganguly
b7061af9fb Fix mock for tests. 2012-07-09 15:23:08 -04:00
Rupak Ganguly
d810133da7 Add ability to send in metadata to create_volume request method. 2012-07-09 12:52:31 -04:00
Rupak Ganguly
1487cc8c77 Add create_volume request method for block storage service. 2012-07-09 11:53:23 -04:00
Rupak Ganguly
60e0f34d16 Add delete_volumes request method for block storage. 2012-07-05 17:03:14 -04:00
Rupak Ganguly
38bb493f04 Add get_volume_details request method for block storage. 2012-07-05 16:58:49 -04:00
Rupak Ganguly
e1f91c4115 Add list_volumes for block storage. 2012-07-05 14:08:32 -04:00
Rupak Ganguly
4d42931b4c Add a BlockStorage service to the HP provider. 2012-07-05 13:08:12 -04:00
Rupak Ganguly
485419ec6c Add attributes to image model by extracting them from metadata. 2012-06-25 16:10:19 -04:00
Rupak Ganguly
2c37b04860 Update call to include response_block rather than passing a block, to conform to excon deprecation message.
Fix code when block is not passed.
2012-06-19 18:03:02 -04:00
Terry Howe
dab0fcc33f Update put_object to accept blocks, and remove deprecation message. 2012-06-19 18:02:27 -04:00
Rupak Ganguly
275e9599ae Bump version and update changelog. 2012-06-08 10:36:17 -04:00
Rupak Ganguly
6c707fe283 Add a multi_json require so that json parsing is available. 2012-05-22 18:11:33 -04:00
Terry Howe
a516d4d5c7 remove file 2012-05-21 12:49:31 -06:00
Terry Howe
8e3b24add5 add install.txt 2012-05-21 12:38:22 -06:00
Rupak Ganguly
cd715d3053 Add an attribute for network_name to make it easy to switch. 2012-05-17 13:21:09 -04:00
Rupak Ganguly
a55fc20f57 Fix code to metadata to the create image call. 2012-05-16 17:07:23 -04:00
Rupak Ganguly
6b8e255d97 Add metadata tests for servers and images. 2012-05-15 12:10:27 -04:00
Rupak Ganguly
09e6bcd34e Minor fix and add a destroy method. 2012-05-15 12:07:45 -04:00
Rupak Ganguly
7f5dd98bcc Add some more metadata requests tests. 2012-05-14 18:32:40 -04:00
Rupak Ganguly
01008d2c46 Add metadata models support. Also, include metadata attribute in server and image models, to manage metadata. 2012-05-14 17:10:15 -04:00
Rupak Ganguly
c99fcc871c Minor fix to mocks. 2012-05-14 17:07:55 -04:00
Rupak Ganguly
f3773797c5 Add tests for metadata requests methods. 2012-05-14 12:50:13 -04:00
Rupak Ganguly
290e9c1f9c Update mocking support for metadata to match real responses. 2012-05-10 13:49:50 -04:00
Rupak Ganguly
926e9d67e1 Add request layer code for metadata. 2012-05-08 15:08:51 -04:00
Rupak Ganguly
9b502c9827 Upgrade to excon version 0.13.0 to take advantage of the ssl_verify_peer and ssl_ca_file params via the connection_options hash. Also, remove the use of :hp_servicenet setting for ssl for storage and compute providers. 2012-05-08 15:08:03 -04:00
Rupak Ganguly
ad9433fe00 Update to not raise exception if service is not active or not present. 2012-05-03 09:37:18 -04:00
Rupak Ganguly
fb0115369a Update tests to reflect addition of security_groups attribute to server model. 2012-05-01 12:41:54 -04:00
Rupak Ganguly
1ff7b0392d Change hp_service_type to check for 'name' in the service catalog rather than 'type'. 2012-05-01 12:15:22 -04:00
Rupak Ganguly
0371dea3a4 Add security_groups attribute to the server model. 2012-04-27 19:15:04 -04:00
Rupak Ganguly
c2be59d56e Minor fix. 2012-04-27 15:35:59 -04:00
Rupak Ganguly
713c994b1c Add availability zone required parameter for storage and cdn services. 2012-04-27 14:27:49 -04:00
Rupak Ganguly
cbdd519e6a Add availability zone required parameter for storage and cdn services. 2012-04-27 14:13:39 -04:00
Rupak Ganguly
72a307a7fd Add avl zone as required param. Update endpoint retrieving logic from catalog to allow future avl zones. Fix minor error in tests. 2012-04-27 12:09:13 -04:00
Rupak Ganguly
11c1c40293 Add avl zone as required param. Update endpoint retrieving logic from catalog to allow future avl zones. Fix minor error in tests. 2012-04-26 16:49:42 -04:00
Rupak Ganguly
1805a3a164 Add and enable get_console_output request method and add server method console_output. Add test for get_console_output. 2012-04-18 16:52:15 -04:00
Rupak Ganguly
c26e8a04db Add helper method to get cdn ssl url for the files collection. 2012-04-17 17:02:39 -04:00
Rupak Ganguly
6035e74f88 Add helper method for cdn public url for file. 2012-04-17 17:01:24 -04:00
Rupak Ganguly
33a0227713 Add helper method for cdn public ssl url and remove check for hp_cdn_ssl flag. 2012-04-17 17:00:31 -04:00
Rupak Ganguly
34dfb733f9 Fix a bug where cdn state was not preserved. 2012-04-17 11:50:33 -04:00
Rupak Ganguly
9c84908ded Pass connection_options hash to the cdn connection in the storage provider. 2012-04-16 17:18:58 -04:00
Rupak Ganguly
c92478200f Add uuid and links atrributes to the list servers mock. 2012-04-16 17:17:52 -04:00