Marcus Ahle
ba5c36ce5a
Preventing Nonetype is not iterable error when no tags are passed in for a newly created ASG
2014-12-08 12:55:27 -05:00
Ben Whaley
cf24e7d56c
vpc_zone_identifier should be a list as per the docs
2014-12-05 18:04:16 -08:00
Scott Miller
53afd359f6
fix documentation
...
AWS does not recognize the subnet if it is presented in a comma delimited format with spaces. you must remove the space for Amazon to recognize the second subnet.
2014-12-03 11:45:42 -05:00
Toshio Kuratomi
5af4463823
Gixes to doc formatting
2014-12-03 08:17:15 -08:00
Brian Coca
71224c8678
Merge pull request #420 from drfickle/route53_float_fix
...
route53 module retry_interval needs to be a float before passing to time.sleep
2014-12-03 11:10:32 -05:00
willthames
b287e7c0a6
Added the ability to remove snapshots
...
Added state option, and accompanying snapshot_id option for
when state=absent.
2014-12-02 11:18:53 +10:00
Will Thames
565fa9a0ae
Fixed tagging
2014-12-02 11:12:40 +10:00
Denver Janke
0edb9f51e8
Fix few bugs around renaming db instances.
2014-12-02 11:11:30 +10:00
Will Thames
a1a6201b82
Improved error handling
...
More tests, particular for failure testing
2014-12-02 11:11:30 +10:00
Will Thames
7a8586c53c
RDS rewrite to use boto.rds and boto.rds2
...
Using rds2 allows tags and the control over whether or not DBs are
publicly accessible.
Move RDS towards a pair of interfaces implementing the details of rds
and rds2
Added tests to ensure that all operations work correctly as well as
requirements files that allow virtualenvs to test either boto.rds or
boto.rds2
2014-12-02 11:11:30 +10:00
Steve Fox
c03ec202a7
retry_interval needs to be a float before passing to time.sleep
2014-12-01 14:21:52 -06:00
Michael DeHaan
9de0045d00
Remove potentially out of date or specific product references.
2014-12-01 15:16:22 -05:00
Michael DeHaan
e7c92a6bc6
More EC2 doc tweaks
2014-12-01 15:14:57 -05:00
Michael DeHaan
c6b0d469ac
Misc EC2 doc tweaks.
2014-12-01 14:46:07 -05:00
Philip Misiowiec
59701feadb
added version
2014-12-01 10:55:22 -08:00
Philip Misiowiec
f5789e8eda
Support for EC2 dedicated tenancy option
2014-12-01 10:55:22 -08:00
Philip Misiowiec
c241e9dd9c
added version
2014-12-01 10:52:22 -08:00
Philip Misiowiec
b37a2328c0
Ability to specify new SSD EBS option
2014-12-01 10:52:22 -08:00
Robert Estelle
5e694c490c
ec2_group allow empty rules.
2014-12-01 13:04:15 -05:00
follower
a6e0d9d613
Fix typo of "rules_egress"
...
Or is "rules_egree" supposed to be a plural? The sentence is difficult to parse.
Maybe the correct fix is to "Purge existing rules on security group that are not found in rules_egress"?
2014-11-29 18:05:22 +13:00
Will Thames
30c7f9a7d3
Added better region handling and enabled eu-central-1
...
Make use of improved connect_to_aws that throws an exception
if a region can't be connected to (e.g. eu-central-1 requires
boto 2.34 onwards)
Add eu-central-1 to the two modules that hardcode their regions
Add us-gov-west-1 to ec2_ami_search to match documentation!
This pull request makes use of the changes in ansible/ansible#9419
2014-11-22 11:35:46 +10:00
Bret Martin
16de3281c3
ec2_vpc module: add route table resource tagging
2014-11-19 10:40:44 -05:00
Robert Estelle
4dd099fe7a
Remove incorrect executable permissions.
2014-11-13 18:08:48 -05:00
James Cammarata
a7749a8fce
Merge pull request #309 from jsmartin/asg_fix_delete
...
asg will now be terminated if state=absent.
2014-11-12 13:16:49 -06:00
James Martin
341c7ce307
asg will now be terminated if state=absent.
...
adds mutually exclusive options
2014-11-12 12:44:03 -05:00
James Cammarata
710b7b9aba
Merge pull request #308 from jsmartin/asg_orphaned_code
...
Removes orphaned code.
2014-11-12 11:16:06 -06:00
James Cammarata
ae744f98d8
Serialize tag attributes to ASG properties in ec2_asg
...
Fixes #108
2014-11-12 11:04:43 -06:00
James Martin
d5326e6dbd
Removes orphaned code.
2014-11-12 11:48:06 -05:00
James Martin
f287600e6c
fixes #240 , #274 , #108
2014-11-11 19:47:34 -05:00
José Moreira
03cf57c6f0
Fixed small typo on ec2 task name
2014-11-10 11:24:31 +00:00
Dan Abel
4c04366882
use aws connect calls that allow boto profile use
2014-11-05 17:31:34 +00:00
Dan Abel
a70f1c7718
use simpler ec2_connect ec2 util call
...
This allows boto profile use
2014-11-05 17:28:47 +00:00
Tom Wadley
1e08f508c6
use aws connect call in rds_subnet_group that allows boto profile use
2014-11-05 17:11:12 +00:00
Brian Coca
19ed60196c
added __init__.py to new cloud subcategories so builds work again
2014-11-05 11:07:19 -05:00
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
2014-11-04 11:18:09 -05:00