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

4294 commits

Author SHA1 Message Date
Trotter Cashion
382381d2c1 Add more AWS Alarm functionality 2012-06-17 09:47:07 -07:00
Trotter Cashion
eab5d489ed Add better ScalingPolicy support 2012-06-15 11:10:04 -07:00
Trotter Cashion
4b697b619a Pass options on to AutoScalingGroup 2012-06-14 17:18:14 -07:00
Trotter Cashion
28654213b7 Pass up all the options that have been assigned 2012-06-14 14:38:57 -07:00
Eric Stonfer
5b808d9cf8 Merge pull request from atbell/master
Updated create_load_balancer to support internal ELBs
2012-06-13 11:56:26 -07:00
Aaron Bell
764bd6c83b add scheme to elb helper 2012-06-13 10:55:44 -07:00
Aaron Bell
332f1d0c20 fixing test 2012-06-13 09:39:38 -07:00
Aaron Bell
85e533294c fix parser to show scheme, add test for internal ELB creation 2012-06-13 09:17:56 -07:00
Wesley Beary
244a3755f6 Merge pull request from stepheneb/docs-regularize-aws-keys-examples
regularize examples showing use of AWS access keys
2012-06-13 08:10:38 -07:00
Wesley Beary
ca996bae59 Merge pull request from ehowe/master
[ecloud|compute] Adding multiple disks at once was not working properly
2012-06-13 08:03:40 -07:00
Stephen Bannasch
bce6a1c663 regularize examples showing use of AWS access keys
Use the same order of keys and and same names of variables
in the examples showing use of AWS access keys.
2012-06-13 10:56:29 -04:00
Eugene Howe
c1705f7f00 [ecloud|compute] Adding multiple disks at once was not working properly 2012-06-13 09:53:31 -04:00
Aaron Bell
72328beb43 cleaning up model 2012-06-12 20:09:20 -07:00
Aaron Bell
3344488d11 Add support for internal ELBs in VPC 2012-06-12 16:18:20 -07:00
Anton Lindström
27d4dc348a [glesys|compute] add reboot and compute test params
This commit adds the reboot feature as well as updated get() call and
compute test parameters to be able to run server tests
2012-06-12 14:54:07 +02:00
Wesley Beary
907ff6f8db Merge pull request from cmeiklejohn/fix_openstack_failure_with_reference
Specify image_ref rather than trying to instantiate object.
2012-06-11 15:41:37 -07:00
Christopher Meiklejohn
7a20166a9f Specify image_ref rather than trying to instantiate object. 2012-06-11 17:16:23 -04:00
Wesley Beary
a58e7a6f75 Merge pull request from cmeiklejohn/fix_syntax_error_auto_scaling
Fix typo.
2012-06-11 13:12:35 -07:00
Christopher Meiklejohn
60e1c3d9fe Fix typo. 2012-06-11 16:08:18 -04:00
Wesley Beary
f895aebd29 Merge pull request from restebanez/feature/iam-improvement
[AWS|IAM] users, access_keys and policies models implemented
2012-06-11 12:25:45 -07:00
Wesley Beary
dd2c3827f6 Merge pull request from stormsilver/rackspace_stale_tokens
Copied auth token reauthentication from rackspace|compute
2012-06-11 08:53:40 -07:00
Wesley Beary
865cccd211 Merge pull request from bvox/add_server_tags_attribute
[xenserver] Added missing Server.tags attribute, minor fixes
2012-06-11 08:44:25 -07:00
geemus
4b23ed636b [ecloud|compute] fix optional params for validate_data
closes 
2012-06-08 17:16:52 -05:00
Wesley Beary
5d4df4d8aa Merge pull request from avalanche123/mock-aws-route53
Mock aws route53
2012-06-08 11:46:46 -07:00
Bulat Shakirzyanov
cac882f9b1 fix zone id in create_hosted_zone response 2012-06-07 17:44:34 -07:00
Bulat Shakirzyanov
e164fe7bdb fix typos 2012-06-07 15:28:07 -07:00
Bulat Shakirzyanov
6b3d2ed37c use hard-coded sample value to eliminate randomness 2012-06-07 15:11:05 -07:00
Bulat Shakirzyanov
4db722e410 fix identifiers 2012-06-07 15:09:03 -07:00
Bulat Shakirzyanov
2293a2a3d7 fix typos 2012-06-07 15:01:18 -07:00
Bulat Shakirzyanov
2f6cec8404 fix response codes and formatting 2012-06-07 14:56:00 -07:00
Bulat Shakirzyanov
2b7d0bb12f add change_resource_record_set request mock 2012-06-07 14:55:28 -07:00
Edward Muller
f66a50148b Merge pull request from ehowe/master
New ecloud provider
2012-06-07 13:47:02 -07:00
Bulat Shakirzyanov
b1f83c9474 add list_hosted_zones request mock 2012-06-07 11:52:35 -07:00
Bulat Shakirzyanov
52501a30d1 add create_hosted_zone and get_hosted_zone request mocks 2012-06-07 10:46:35 -07:00
Sergio Rubio
49c14eb543 [xenserver] Added missing Server.tags attribute
Added support for Array parameters to Connection.request:

    server = connection.server.create :name => 'fooserver',
                                      :template_name => 'debian-squeeze'
    server.wait_for { ready? }
    server.set_attribute 'tags', ['tagfoo', 'tagbar']

Added required shindo test for set_attribute request.
2012-06-07 19:26:47 +02:00
Eugene Howe
464c154b51 fixed method name 2012-06-07 12:51:42 -04:00
Eugene Howe
825d7996aa Removed non-functioning Mock classes 2012-06-07 12:50:11 -04:00
Rodrigo Estebanez
3a175f177f Fix get_user_policy. The actual AWS data has to be in a ['Policy'] hash section 2012-06-07 14:40:34 +02:00
Rodrigo Estebanez
6aa7efb56f For some reason, there was a missing comma in the mock class 2012-06-06 18:41:39 +02:00
Rodrigo Estebanez
0bc0bd4586 Merge branch 'feature/iam-improvement' of github.com:restebanez/fog into feature/iam-improvement 2012-06-05 17:58:30 +02:00
Rodrigo Estebanez
cfdd1d34e3 Fix encoding issue: https://github.com/fog/fog/pull/189 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
30a1a8f190 @users -> @user. Clean up the @user after the policies and access_keys test 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
5e55a151ee shindo tests for IAM models: users, policies and access_keys. Mock implementation for get_user_policy 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
d258e36c98 Refactor aim modeling for nested models (policies and access keys) 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
ac14390848 get_user Mock implemented. Basic shindo user_tests added 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
c14fea60fe IAM access_key model implemented 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
cd1ee8de3f aim users model and nested model policy 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
1a460b4e3b Fix encoding issue: https://github.com/fog/fog/pull/189 2012-06-05 17:46:41 +02:00
Rodrigo Estebanez
45b57a8fea @users -> @user. Clean up the @user after the policies and access_keys test 2012-06-05 15:08:23 +02:00
Rodrigo Estebanez
11487153de shindo tests for IAM models: users, policies and access_keys. Mock implementation for get_user_policy 2012-06-05 15:03:14 +02:00