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

139 commits

Author SHA1 Message Date
Rupak Ganguly
1b3ec2beef [hp|compute] Fix mock for create server. 2013-03-13 19:11:02 -04:00
Rupak Ganguly
78ad8e6a70 [hp|compute] Add user_data to the mock data structure. 2013-03-13 19:11:01 -04:00
Rupak Ganguly
f0d38d128e [hp|compute] Consolidate the simple mapped options parameters in the create server call. 2013-03-13 19:11:00 -04:00
Rupak Ganguly
e221e2af6c [hp|compute] Add user_data option to create server call. 2013-03-13 19:07:47 -04:00
Rupak Ganguly
9ea9b8c4ee [hp|compute] Fix mock for create server. 2013-03-13 18:31:02 -04:00
Rupak Ganguly
eae0323b08 [hp|compute] Add user_data to the mock data structure. 2013-03-13 18:31:01 -04:00
Rupak Ganguly
8c72b78e5f [hp|compute] Consolidate the simple mapped options parameters in the create server call. 2013-03-13 18:31:00 -04:00
Rupak Ganguly
8ad0bdb4b1 [hp|compute] Add user_data option to create server call. 2013-03-13 18:31:00 -04:00
Kyle Rames
d6243bb05a [hp/openstack|compute] remove erroneous block argument to get_object; fixes issue for OpenStack and HP 2013-02-22 16:36:31 -06:00
Rupak Ganguly
8fca81df40 Update to new code and tests based on changes from upstream fog. 2013-01-22 16:00:40 -05:00
Rupak Ganguly
03bf99d9d3 Merge changes from upstream fog 1.8.0 and later updates. 2013-01-18 15:06:41 -05:00
Rupak Ganguly
224d85565a Updated the BlockStorage namespace to be Fog::HP::BlockStorage. 2013-01-14 17:51:41 -05:00
Rupak Ganguly
edd37d1580 Remove block_device_mapping param from create_server request method call. 2012-12-03 22:06:52 -05:00
Rupak Ganguly
dc04e61c5b Add create_persistent_server request layer method to compute service. Add mocks and tests as well. 2012-12-03 22:05:30 -05:00
Rupak Ganguly
6fc3043a2f Add code to accept config_drive and block_device_mapping parameters while creating a server instance. 2012-11-15 15:54:42 -05:00
Rupak Ganguly
e724889f0f Add request layer methods for listing and getting bootable volumes. 2012-11-14 15:08:24 -05:00
Rupak Ganguly
41805cfdca Fix failing shindo tests. 2012-11-08 15:27:33 -05:00
Rupak Ganguly
b34cd80bb2 Allows creation of server instances that use a bootable volume rather than an image as its base. This gives us persistant instances. 2012-11-06 20:48:18 -05:00
Rupak Ganguly
423af12c8a Allows creation of bootable volumes by passing in single part images. 2012-11-06 20:46:54 -05:00
Rupak Ganguly
57b2bb98ac Update method to remove availability_zone as input data parameter. 2012-10-31 12:24:48 -04:00
Rupak Ganguly
037d4c4595 Update inline documentation. 2012-10-31 12:19:47 -04:00
Rupak Ganguly
86622a5c2a Add delete_shared_object and corresponding model support. 2012-10-30 17:47:17 -04:00
Rupak Ganguly
3274dc6b7c Add request layer method for put_shared_container. 2012-10-26 01:47:48 -04:00
Rupak Ganguly
0a9fc31f5e Removed comment. 2012-10-26 00:18:14 -04:00
Rupak Ganguly
c4ecfc9357 Fix mock for put_container to reflect new acl changes. 2012-10-19 01:35:06 -04:00
Rupak Ganguly
16b31facd6 Add request method for put_shared_object. Add model and collection for shared_directory and shared_file. 2012-10-19 01:33:20 -04:00
Rupak Ganguly
7c21f2d378 Add mocks for shared container and objects calls. 2012-10-17 15:03:10 -04:00
Rupak Ganguly
5e5bdd08c1 Fix response status for mocks. 2012-10-17 15:02:42 -04:00
Rupak Ganguly
6679654b70 Add request layer methods for shared container and shared object access. 2012-10-16 22:51:59 -04:00
Rupak Ganguly
bbc92cc53d Update the get_windows_password to return the encrypted password instead of the decrypted one. 2012-10-04 16:50:51 -04:00
Rupak Ganguly
0ed1547a04 Merge pull request from SDK-CLI-Docs/feature/130_windows_instances
Feature/130 windows instances
2012-10-04 19:20:46 +02:00
Rupak Ganguly
a13168ecb8 Add the request layer method to extract the windows password from the console log in case of a windows instance. 2012-10-03 14:39:14 -04:00
Rupak Ganguly
c7349ee526 Update mock for tenp_url. 2012-09-27 15:56:40 -04:00
Rupak Ganguly
271bc985fa Add object temp url generation capability with mock support. 2012-09-26 13:01:32 -04:00
Frederick Cheung
9f909e61dc [HP] delete_if returns the array, not what was deleted 2012-09-02 13:43:29 +01:00
Ferran Rodenas
09adbd69f0 [hp|storage] Use response_block param, as excon has deprecated implicit blocks 2012-08-23 17:59:24 +02:00
Rupak Ganguly
59231abe81 Minor update to inline help. 2012-08-03 12:37:16 -04:00
Rupak Ganguly
fce2677198 Add a delete_snapshot request method, a corresponding mock, and add support for it in the block storage provider. 2012-08-02 19:12:54 -04:00
Rupak Ganguly
2ce3f962c7 Add a get_snapshot_details request method, a corresponding mock, and add support for it in the block storage provider. 2012-08-02 19:03:37 -04:00
Rupak Ganguly
553648727e Minor fix to the inline help. 2012-08-02 18:58:33 -04:00
Rupak Ganguly
78165031ba Add a create_snapshot request method, a corresponding mock, and add support for it in the block storage provider. 2012-08-02 18:01:18 -04:00
Rupak Ganguly
d5ead5d6af Add a list_snapshot request method, a corresponding mock, and add support for it in the block storage provider. 2012-08-02 14:33:03 -04:00
Rupak Ganguly
31d1708329 Fix mock. Fix tests for mocking and real modes. 2012-07-12 01:08:36 -04:00
Rupak Ganguly
3ab7146a2d Fix mock to provide correct status after creation. 2012-07-11 18:32:35 -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
55b0f8ea35 Fix mock for tests. 2012-07-09 15:59:44 -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