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

26 commits

Author SHA1 Message Date
Aaron Bell
3344488d11 Add support for internal ELBs in VPC 2012-06-12 16:18:20 -07:00
Eric Stonfer
9a4087d450 VPC ELBs, Tests, and the introduction of the InternetGateway object 2012-05-22 15:15:06 -04:00
James Stremick
0500be0532 [AWS|ELB] Added support for InstanceProtocol to listeners 2012-01-22 20:00:48 -05:00
Dylan Egan
caaccecc9f [aws|fog] crapiness and hacks. ✌️ 2011-12-20 09:33:28 -08:00
Dylan Egan
2ab2e22737 [aws|elb] create policies, describe policies, fix old mocking and yup. ✌️ 2011-12-20 09:33:27 -08:00
Dan Peterson
05535b7633 [aws|mock] Dig into mock data instead of instantiating new service objects.
Using things like `IAM.new` and `Compute[:aws]` assumes credentials
are available via `Fog.credentials` which might not always be the case.
2011-10-05 15:52:09 -07:00
Blake Gentry
dc094bd781 [aws|elb] move ELB error handling related to certs to the ELB service instead of duplicating at the request level. 2011-07-19 10:12:49 -07:00
Blake Gentry
348230ce32 [aws|elb] Raise proper IAM error for CertificateNotFound when creating an ELB or creating Listeners. 2011-07-18 17:53:32 -07:00
Blake Gentry
e76fb9e4ac Fix ::AWS[] syntax that's only valid in Fog tests when bin/aws.rb is loaded 2011-07-14 16:28:59 -07:00
Dylan Egan
db5a0ee9ef Tested against AWS. Needed this. Apparently SSLCertificateId == Arn. 2011-07-08 09:59:00 -07:00
Dylan Egan
b320294c30 SSL for ELB mocking. 2011-07-07 17:53:25 -07:00
Dylan Egan
98961be7fc Move things around a bit. Separate ELB test file per concerns. 2011-07-07 17:32:02 -07:00
Dylan Egan
f3635dcd42 deregister_instances_from_load_balancer, describe_instance_health, disable_availability_for_load_balancer, enable_availability_zones_for_load_balancer, register_instances_with_load_balancer and updates to others to get ELB model_tests working. 2011-07-07 14:55:11 -07:00
Dylan Egan
46c2ef983a Start ELB mocks. Support create_load_balancer and describe_load_balancers. 2011-07-06 16:11:14 -07:00
geemus
768fcafaa9 [compute|aws] fix helpers to use Fog::AWS 2011-06-20 13:49:37 -07:00
James Miller
989b354165 [aws|elb] Support HTTPS protocol on load balancers (requires IAM SSLCertificateId) 2011-03-02 03:08:39 +08:00
geemus
c673c28b16 implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
geemus
58a8f71991 [aws|elb] fix indexed_param usage
closes #141
2011-01-24 11:46:40 -08:00
geemus
972c2792ea [aws] 1 index indexed_param and remove extra argument 2010-09-22 17:20:59 -07:00
geemus
fd755e042b clean up by changing service abstraction into a class 2010-09-03 15:04:54 -07:00
geemus
0062dab87e [aws][elb] fix indexed_param invocation for non-postfix index 2010-09-01 11:13:26 -07:00
geemus
936cfc0e95 refactor/cleanup to use service 2010-06-12 15:31:17 -07:00
geemus
bfe11b9046 [elb] consolidate to use AWS.indexed_params 2010-05-27 17:14:07 -07:00
geemus
8533cdfecc consolidate MockNotImplemented and move into Errors namespace 2010-05-26 17:38:23 -07:00
geemus
fea0e70649 update helper tests to match new shindo 2010-05-26 17:37:27 -07:00
Alex Malinovich
d9f3e880ef [elb] Adding support for create_load_balancer and delete_load_balancer 2010-05-11 05:17:41 +08:00