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

3136 commits

Author SHA1 Message Date
Rupak Ganguly
d6807e0688 Bump version and update changelog. 2012-02-02 12:11:51 -05:00
Rupak Ganguly
6dcf98d7e3 Add copyright message for HP extensions for fog. 2012-02-02 11:49:28 -05:00
Rupak Ganguly
4498879c7a Add some attributes that are implemented as methods. 2012-01-31 18:26:13 -05:00
Rupak Ganguly
897e48d09f Add cores as an attribute to alias vcpus. 2012-01-30 15:14:46 -05:00
Rupak Ganguly
0c7040c1c0 Remove bits and cores from flavor. 2012-01-30 12:48:30 -05:00
Rupak Ganguly
ae657cd975 Escape the key in the call. 2012-01-25 18:31:07 -05:00
Rupak Ganguly
b5ce472af9 Update inline documentation. 2012-01-25 18:30:38 -05:00
Rupak Ganguly
36bb238685 Refactor to remove service_type param from provider call. 2012-01-24 16:33:46 -05:00
Rupak Ganguly
68f4776afd Add connection_options for AWS Compute provider. 2012-01-20 21:16:10 -05:00
Rupak Ganguly
4c3272a6e1 Add cdn_enabled?, cdn_enable= and cdn_public_url for directory model. Also, add cdn_public_url for file model. 2012-01-20 21:12:02 -05:00
Rupak Ganguly
90aa27af97 Update HP Compute provider to use CS authentication and retrofit code to use v1 auth as well. 2012-01-19 19:11:03 -05:00
Rupak Ganguly
b4da735b38 Update CDN integration with Storage with respect to CS authentication. 2012-01-19 14:50:43 -05:00
Rupak Ganguly
5f13ad4bcd Update inline docs as per real responses. 2012-01-19 14:49:40 -05:00
Rupak Ganguly
91214ab329 Update for cdn endpoint fix in place. 2012-01-18 17:36:29 -05:00
Rupak Ganguly
6fc636caf5 Update CDN provider to work with v1 and v2 auths. Also, patch code for incorrect endpoint via CS catalog. 2012-01-18 17:26:48 -05:00
Rupak Ganguly
cbc0a3903a Update Storage provider to work with v1 and v2 auths. 2012-01-18 17:23:54 -05:00
Rupak Ganguly
d5e1db646e Refactor code to get endpoints from service catalog for v1 and v2 auths. 2012-01-18 17:20:24 -05:00
Rupak Ganguly
e116991611 Merge branch 'cs_auth' 2012-01-17 19:48:59 -05:00
Rupak Ganguly
1e88a9801a Retrofit HP Storage provider to work with both legacy and CS authentication schemes. 2012-01-13 20:12:39 -05:00
Rupak Ganguly
1b905c782f Update HP provider with the new CS authentication method and also refactor the legacy authentication method. Also, update HP Storage provider to use the CS authentication scheme. 2012-01-13 17:15:50 -05:00
Rupak Ganguly
b97ae57271 Bump version to 0.0.11 2012-01-09 17:31:21 -05:00
Rupak Ganguly
3d82ec3d17 Update changelog with changes for this version release. 2012-01-09 17:30:20 -05:00
Rupak Ganguly
b275db58d1 Update inline docs to add some params. 2011-12-20 11:10:42 -05:00
Rupak Ganguly
718dcb9c17 Add back some attributes. 2011-12-16 16:39:35 -05:00
Rupak Ganguly
687cdfd6e2 Add vcpus as an attribute. 2011-12-16 16:38:44 -05:00
Rupak Ganguly
e3ffcd1795 Remove instance_id as an accessor. 2011-12-16 16:38:01 -05:00
Rupak Ganguly
cca3a80c21 Fix some verbiage and update some links. 2011-12-15 12:53:38 -05:00
Rupak Ganguly
f540a0f6a2 Update the server model to support passing in keypairs and security groups. 2011-12-14 15:38:55 -05:00
Rupak Ganguly
b15eccca9a Add support for passing in key pairs, security groups, availability zone and min/max count to the create server request layer method. 2011-12-13 14:40:40 -05:00
Rupak Ganguly
a799dcf700 Remove some attributes from object. 2011-12-13 14:09:06 -05:00
Rupak Ganguly
b6e70fab27 Add server attribute to associate and disassociate a server to an address. 2011-12-09 17:30:45 -05:00
Rupak Ganguly
4d13bb0bd8 Revise mocking support to manage ip address collection in servers. 2011-12-09 13:33:14 -05:00
Rupak Ganguly
815a05d23d Revise implementation for returning private and public ip addresses for a given server, along with mocking support. 2011-12-09 13:32:15 -05:00
Rupak Ganguly
79068c446c Fix doc, and status. 2011-12-09 13:30:27 -05:00
Rupak Ganguly
826136433c Add new attributes and revise addresses hash structure for the mock. 2011-12-09 13:29:22 -05:00
Rupak Ganguly
6e2c3508eb Enable and add associating and disassociating addresses to a server instance in the request layer for the compute service. 2011-12-08 17:59:18 -05:00
Rupak Ganguly
d1f8355069 Fix the documentation. 2011-12-08 17:58:13 -05:00
Rupak Ganguly
7b68187b54 Enable and implement the address model layer for the compute service. 2011-12-07 17:55:11 -05:00
Rupak Ganguly
d96971d98f Enable and implement list addresses for request layer for the compute service. 2011-12-06 17:08:41 -05:00
Rupak Ganguly
0f89be0f8c Rename these to add a server prefix as they pertain to server addresses. 2011-12-06 16:58:36 -05:00
Rupak Ganguly
408bec0b00 Enable and implement get address for request layer along with mocking support for the compute service. 2011-12-06 15:56:49 -05:00
Rupak Ganguly
ee09f5709b Fix documentation. 2011-12-06 15:53:33 -05:00
Rupak Ganguly
f5cd3e3618 Enable and add implementation for release address for request layer for the compute service. 2011-12-06 15:47:11 -05:00
Rupak Ganguly
eb1470121e Add options for keyname, security group and availability zone. 2011-12-06 14:11:06 -05:00
Rupak Ganguly
3c5c5f7a8d Enable and implement allocate address with mocking support for compute services. 2011-12-06 14:10:12 -05:00
Rupak Ganguly
e75b022f20 Add helper methods for mocking. 2011-12-06 14:09:20 -05:00
Rupak Ganguly
462116781e Fix create_rule to return response instead of boolean. 2011-12-06 00:29:28 -05:00
Rupak Ganguly
35e5cb5688 Add security group rule methods to security group model. 2011-12-05 23:37:41 -05:00
Rupak Ganguly
9cf629bc74 Enable and implement delete security group rules for compute service. 2011-12-05 19:04:01 -05:00
Rupak Ganguly
7dd307b6ad Small fix in mocks. 2011-12-05 19:02:57 -05:00