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

265 commits

Author SHA1 Message Date
Eric Hodel
701dfa31b5 Fix non-circular-require warnings
This fixes miscellaneous warnings in fog including unused variables,
indentation mismatch and one warning for a duplicated attr_reader.
2013-04-22 15:16:32 -07:00
Rupak Ganguly
66ecacfaf9 Merge pull request from fog/merge_hpfog_0.0.20_release
Merge hpfog 0.0.20 release
2013-03-14 15:16:23 -07:00
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
34ca17acc4 [hp] Add Accept header with application/json for all HP requests. 2013-03-13 18:31:01 -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
e8e5205e1e [hp|compute] Add the capability to pass in user_data in the server model. 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
Rupak Ganguly
01d3c4df44 Add Object Storage container sync feature. 2013-03-13 18:31:00 -04:00
Rupak Ganguly
fdf49245ee Fix names of the container sync attributes. 2013-03-13 18:30:59 -04:00
howete
b3995a95ed container sync attributes 2013-03-13 18:30:59 -04:00
Rupak Ganguly
907b14c5b4 Update changelog and bump version. 2013-03-13 18:30:59 -04:00
Andreas Gerauer
0e225b97b7 [hp|storage] marker option in each method needs to be a string 2013-03-13 18:36:08 +00: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
50b0dcbe73 [HP|storage] Fix generate_object_temp_url to use signer that is backward compatible to 1.8.7 2013-01-25 11:24:47 -05:00
Rupak Ganguly
72a5fcede5 Deprecate hp_account_id to use hp_access_key instead. 2013-01-22 17:28:33 -05: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
029777e7a5 Fix case where invalid CDN endpoint was causing issues. 2013-01-16 17:14:13 -05:00
Rupak Ganguly
224d85565a Updated the BlockStorage namespace to be Fog::HP::BlockStorage. 2013-01-14 17:51:41 -05:00
Paul Thornthwaite
b8a36cc688 [hp] Updates reference to service 2013-01-07 21:01:13 +00:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Paul Thornthwaite
e020b80249 [hp] Replaces #new_record? with #persisted? 2012-12-19 14:53:27 +00:00
Rupak Ganguly
0eee1b4361 Update changelog and release date. 2012-12-04 12:12:35 -05:00
Rupak Ganguly
562742d39b Remove bootable volumes list and get methods and moved them under the bootable_volumes collection. 2012-12-04 02:21:16 -05:00
Rupak Ganguly
023db627f0 Add bootable_volumes collection for managing only bootable volumes. 2012-12-04 02:18:10 -05:00
Rupak Ganguly
35234ff2b6 Add capability of creating regular and persistent servers via the server model. Make image_id an optional parameter for creating servers. 2012-12-03 22:08:33 -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
a204930440 Fix public_key attribute to be visible in table. 2012-11-26 10:50:10 -05:00
Rupak Ganguly
42e69cfee7 Bump the version and update the changelog. 2012-11-15 18:27:09 -05:00
Rupak Ganguly
0aba159bc9 Move CHANGELOG.hp under hp folder. 2012-11-15 18:11:09 -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
d4feba66df Update volume model and collection to handle bootable volumes as well. 2012-11-14 15:09:48 -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
4538803ab9 Fix some null checks. 2012-11-09 08:48:09 -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
Carlos Sanchez
a25691ed23 Move ssh private_key, public_key, username to Server model to reduce duplication 2012-10-31 12:31:49 +01:00
Rupak Ganguly
86622a5c2a Add delete_shared_object and corresponding model support. 2012-10-30 17:47:17 -04:00
Rupak Ganguly
64d319d40f Allow the models to raise exception when there is insufficient access. 2012-10-30 15:06:56 -04:00
Rupak Ganguly
ee2168a855 Minor bug fix when acls are nil. Also, added support for specifying list of users for grant and revoke as a comma-separated list. 2012-10-29 17:01:21 -04:00
Rupak Ganguly
3274dc6b7c Add request layer method for put_shared_container. 2012-10-26 01:47:48 -04:00