Eric Stonfer
88a32dd5ea
This patch allows the ability to create 'blank' vms in vsphere
2012-01-21 16:45:34 -05:00
Wesley Beary
d97384b19e
Merge pull request #687 from 5apps/mock_put_bucket_website
...
[aws|storage] Add mock for Fog::Storage::AWS#put_bucket_website
2012-01-10 11:35:54 -08:00
Wesley Beary
00ce6bcdd2
Merge pull request #685 from FeeFighters/master
...
Fixed SQS :receive_message mock bug
2012-01-10 11:34:37 -08:00
Wesley Beary
a1b815955a
Merge pull request #688 from kyledrake/master
...
Simple doc change
2012-01-10 11:31:53 -08:00
Jeff McCune
4cbaaf0e2e
Merge pull request #689 from estonfer/master
...
fix a typo in the vsphere vm_clone.rb file
2012-01-10 08:59:27 -08:00
Eric Stonfer
4ed540badc
fixed a conditional that was assigining = rather than evaluating == in vsphere clone routine. This resulted in cloning from folders always failing
2012-01-10 11:56:04 -05:00
Paul Thornthwaite
598b031375
[Brightbox] Merge in various spec corrections
2012-01-10 11:50:32 +00:00
Paul Thornthwaite
e3c9f1b314
[Brightbox] Updated format for nested firewall policies
...
Description is allowed to be nil
2012-01-10 11:43:27 +00:00
Paul Thornthwaite
1f43684466
[Brightbox] Updated LoadBalancer format to include listeners in listing
2012-01-10 10:50:32 +00:00
Paul Thornthwaite
45e926addf
[Brightbox] Updated Image format for min_ram attribute
2012-01-10 10:49:15 +00:00
Kyle Drake
0e5867f3d8
Swap aws_access_key_id and aws_secret_access_key positions in hash to match typical usage convention
2012-01-09 11:17:29 -08:00
Kevin Menard
6cd10c1430
[zerigo|dns] Fixed an issue with updating a record since the response body is an empty string, not nil.
2012-01-08 21:21:56 -05:00
Garret Alfert
d91d4e1cc6
[aws|storage] Add mock for Fog::Storage::AWS#put_bucket_website
2012-01-08 04:08:39 +01:00
Joshua Krall
77d0a1b061
Fixed bug in SQS :receive_message mock
2012-01-04 04:00:36 -06:00
Wesley Beary
f07e59472f
Merge pull request #683 from zacharydanger/master
...
Fixes the rackspace_cdn_ssl public_url method
2011-12-30 14:01:50 -08:00
Zachary Danger Campbell
49cde23541
Fix intial public_url when saving using rackspace_cdn_ssl = true
2011-12-30 13:12:09 -06:00
Dylan Egan
be7017e79f
[aws|iam] P. ✌️
2011-12-29 16:42:55 -08:00
Wesley Beary
352d3658cb
Merge pull request #680 from larspind/b13fa112369ef26760be52fce81ac7b366703010
...
Change to only do a 'head' on the file that we've copied directly in S3
2011-12-29 08:10:37 -08:00
Wesley Beary
dcbf98e5a7
Merge pull request #679 from restebanez/rds_sec_group_mocking
...
[aws|rds] Rds security group mocking. shindo security group.
2011-12-27 17:25:22 -08:00
Rodrigo Estebanez
69bdd8e46c
Better rds/security_group_test. Mocking rds security_groups.
2011-12-27 23:37:04 +01:00
Rodrigo Estebanez
0c9bb31189
making shindo tests for security groups in rds
2011-12-27 01:32:10 +01:00
Caius Durling
ceb5a6d73e
Adding update_firewall_rule request
2011-12-26 12:27:19 +00:00
Phil Kates
7d5a88d2e9
[rackspace/compute] Add 30GB (30720) compute size
...
Rackspace has [30GB compute nodes][1]. If you've got these nodes on your
account and try to do a flavor.cores you an exception like:
```
TypeError: nil can't be coerced into Fixnum
from /Users/philkates/.rvm/gems/ruby-1.9.3-p0/gems/fog-1.1.2/lib/fog/rackspace/models/compute/flavor.rb:37:in `*'
from /Users/philkates/.rvm/gems/ruby-1.9.3-p0/gems/fog-1.1.2/lib/fog/rackspace/models/compute/flavor.rb:37:in `cores'
from (irb):6:in `<main>'
from ./bin/fog:52:in `block in <main>'
from ./bin/fog:52:in `catch'
from ./bin/fog:52:in `<main>'
```
This is my incredibly simplistic fix.
[1]: http://www.rackspace.com/cloud/cloud_hosting_products/servers/pricing/
2011-12-23 11:55:33 -08:00
Wesley Beary
bf99868538
Merge pull request #674 from estonfer/master
...
This patch add the ability to create a new security group in a VPC in ec2 by specifying the VPC ID.
2011-12-23 08:21:32 -08:00
Eric Stonfer
17b44b2103
Change default for vpc_id from '' to nil
2011-12-23 11:19:51 -05:00
Eric Stonfer
db8d7abf16
modified security group tests to accomodate the new security group data model. Also allowed permissions to be nil in the security tests for groups with no ACLs
2011-12-23 09:37:13 -05:00
Eric Stonfer
9a94955597
Add code to support the creation and modification of security groups existing in a VPC
2011-12-23 08:40:47 -05:00
Rodrigo Estebanez
5c1d199012
Passing half of rds/instance_tests.rb shindo tests
2011-12-22 21:49:27 +01:00
Kevin Menard
8f28a85c07
Fixed #673 : Zerigo DNS - update_host fails with some options
2011-12-22 15:38:08 -05:00
Bob Briski
351a7dea17
Remove a step that referenced a private config file
2011-12-21 14:26:01 -08:00
Dylan Egan
ab69beb72e
Merge pull request #670 from dylanegan/elb_policy_types
...
ELB policies
2011-12-20 09:34:00 -08:00
Dylan Egan
2d5d243d01
[aws|elb] actually raise a PolicyNotFound. ✌️
2011-12-20 09:33:28 -08:00
Dylan Egan
8d121ab9e1
[aws|elb] remove test debugging. ✌️
2011-12-20 09:33:28 -08:00
Dylan Egan
caaccecc9f
[aws|fog] crapiness and hacks. ✌️
2011-12-20 09:33:28 -08:00
Dylan Egan
c4cb974a37
[aws|elb] PolicyNotFound. ✌️
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
Dylan Egan
5bff32a222
[aws|elb] start working on policies. ✌️
2011-12-20 09:33:27 -08:00
Wesley Beary
553c591250
Merge pull request #671 from benmanns/update-geemus/fog-references
...
[docs] Update GitHub repository references from geemus/fog to fog/fog.
2011-12-20 09:19:22 -08:00
Benjamin Manns
70e8ba60b7
[docs] Update GitHub repository references from geemus/fog to fog/fog.
...
While the URLs were updated in e3dfde84
, references to the GitHub
repository still say geemus/fog while linking to fog/fog.
2011-12-20 12:07:31 -05:00
Wesley Beary
ea8907b2bc
Merge pull request #647 from cs/scp_download
...
implement #scp_download method to allow downloads in addition to uploads...
2011-12-20 08:45:16 -08:00
Christoph Schiessl
eea0aed120
Merge branch 'master' into scp_download
2011-12-20 13:40:37 +01:00
geemus
0e45e8869b
examples should use providers.values
2011-12-19 14:23:39 -06:00
Wesley Beary
e638806538
Merge pull request #669 from castaclip/fix_emr_regions
...
save the region in a instance variable
2011-12-19 08:52:08 -08:00
Daniel Schweighoefer
ec485d315b
save the region in a instance variable
2011-12-19 17:43:50 +01:00
Wesley Beary
d1535e841a
Merge pull request #667 from castaclip/fix_emr_regions
...
fix for free choice of region
2011-12-19 08:43:10 -08:00
Daniel Schweighoefer
beb91525c0
fix for free choice of region
2011-12-19 17:15:25 +01:00
Christoph Schiessl
44c96e5c15
tests for scp_download
2011-12-18 22:08:49 +01:00
Christoph Schiessl
0e94c25929
Merge branch 'master' into scp_download
2011-12-18 20:52:37 +01:00
geemus
f383a7bf87
Release 1.1.2
2011-12-18 11:29:34 -06:00
geemus
c1873e37e7
[aws|compute] fix security_group format for mock tests
2011-12-18 11:13:12 -06:00