Commit Graph

883 Commits (dc8a3c09d6595d671877ada202033e29fd5cb88d)

Author SHA1 Message Date
Frédéric de Villamil dc8a3c09d6 Adds support for EBS optimized instances in ecl_lc module. 11 years ago
Frédéric de Villamil 3a3afc7ed3 Adds support for IAM instance profile in ec2_lc module 11 years ago
Frédéric de Villamil 5038b6dc33 Adds RAM disk id support for ec2_lc module. 11 years ago
Frédéric de Villamil 5fcef856bc Adds support for `kern_id` param in ec2_ls module. 11 years ago
James Cammarata 0a3e8c8e36 Merge pull request #7896 from botify-labs/feature/add-instance-monitoring-to-ec2-lc
Adds support for Cloudwatch detailled monitoring in ec2_lc module.
11 years ago
James Cammarata 2b1af586a2 Make sure subnets and route_tables are initialized before using
Fixes #7712
11 years ago
James Cammarata 935acf9efb Merge pull request #7925 from devpopol/fixes/api_error
fixes the now-incorrect module for ApiError -- noticed since 0.3.2
11 years ago
Tim Ruffles 5aba816396 grammar fix 11 years ago
Stephen Paul Suarez 1fa9c2adcc support old and new versions of APIError 11 years ago
Stephen Paul Suarez 8efce857b8 fixes the now-incorrect module for ApiError
https://github.com/dotcloud/docker-py/blob/0.3.2/docker/errors.py
- ApiError is now(0.3.2) under the docker.errors
11 years ago
James Cammarata c61d04dd1f Check to make sure key exists in tag list before using it
Fixes #7910
11 years ago
Frédéric de Villamil b535c2b2ca Adds support for Cloudwatch detailled monitoring in ec2_lc module.
Enabling detailled monitoring in the launch config is mandatory to be able to activate cloudwatch in the to be created autoscaling group.
11 years ago
James Cammarata 39e020abcc Merge pull request #7904 from loglevel9/7903
force evaluation of vars memory_mb, num_cpus to be int fixes #7903
11 years ago
James Cammarata 91d2fd89f7 Merge branch 'botify-labs-bug/fix-health-check-to-zero-bug/7898' into devel 11 years ago
Dann Bohn cfea98e90b force evaluation of vars memory_mb, num_cpus to be int fixes #7903 11 years ago
Frédéric de Villamil b4fc3cdb9a Adds support for `health_check_period` and `health_check_type` in `ec2_asg` module.
Default is set to 300 seconds, which is AWS default.

This PR fixes a bug (#7898) where instances created within an autoscaling group using the `ec2_asg` module gets immediately terminated because the `health_check_period` is set to 0, which causes the instance to be checked without having the time to actually boot.

Adding `health_check_type` is needed because you may want to check your instance health against an ELB instead of just EC2 default cloudwatch.
11 years ago
Frédéric de Villamil 72035367fe Adding support for spot instances in ansible_lc.
AWS allows to define launch configuration with spot instances. This is also natively supported by boto (see http://boto.readthedocs.org/en/latest/ref/autoscale.html)
11 years ago
James Cammarata 649cd5838c Conditionally try to get ebs_optimized parameter from instance 11 years ago
Yap Sok Ann 79c948e73d ec2_vpc: Fix error when using InstanceId as a route gateway.
See https://github.com/ansible/ansible/issues/7368

Fixes #7368
11 years ago
James Cammarata 5006ef9732 Merge branch 'exit_json' of https://github.com/psa/ansible into psa-exit_json 11 years ago
Michael Peters dda0889aec Use the right name for the vpc_id parameter
Fixes #7853
11 years ago
James Cammarata 43e661df0b Merge pull request #7829 from bennojoy/asg_policy
return properties of the newly created scaling policy
11 years ago
James Cammarata 56583f6006 Merge pull request #7827 from willthames/delay_tagging_in_ec2
ec2 module: Delay instance tagging to later in the instance creation process
11 years ago
James Cammarata 606ad373da Merge branch 'issue_7828_rds_param_group' into devel 11 years ago
Benno Joy ce939b77a2 return properties of the newly created scaling policy 11 years ago
James Cammarata a3c79eebb7 Fixing doc typos and adding version_added for tags param in ec2_asg 11 years ago
James Cammarata ff6d21919f Merge branch 'ec2_asg_info' of https://github.com/dataxu/ansible into dataxu-ec2_asg_info 11 years ago
James Cammarata 46ba655cfa Handle integer param values that are calculated values
Fixes #7828
11 years ago
willthames e45858ba7f Delay instance tagging to later in the instance creation process
Tagging recently created instances can result in
InvalidInstanceID.NotFound errors.

By delaying the tagging until the last part of instance creation,
we should be typically more fortunate (avoiding all such race
conditions might need more work)
11 years ago
Roberto Migli ab9d6ad38b Fixed error in docs 11 years ago
Roberto Migli 0353ccb603 Fixed typo in docs 11 years ago
James Cammarata d604bb6dc6 Merge pull request #7755 from sivel/rax-asg-normalize-nic
module rax_scaling_group: safe normalization of nics
11 years ago
Brice Leroy f65f5bc4c7 Fix task description 11 years ago
Matt Martz b29535c981 Perform safe normalization of nics to use uuid 11 years ago
James Cammarata de94863eb1 Catch error in azure related to a failed deployment when creating a vm 11 years ago
James Cammarata 09b16c987d Merge branch 'devel' of https://github.com/matlockx/ansible into matlockx-devel 11 years ago
James Cammarata acd0ab31cf Merge branch 'sivel-rax-autoscale' into devel 11 years ago
James Cammarata c8845cdc65 Merge pull request #7687 from ryanpetrello/devel
Fix neutron floating IP allocation for networks w/ multiple subnets
11 years ago
James Cammarata b59aded177 Merge branch 'rax-autoscale' of https://github.com/sivel/ansible into sivel-rax-autoscale 11 years ago
Paul Myjavec 267d107fe6 Docker links and required alias
If no alias is passed one will now be created for you with the same name
as the target link container, as per the documentation
11 years ago
James Cammarata 06cc6ec6eb Merge pull request #7259 from darKoram/nova_keypair_check_keys
nova_keypair should fail if 'name' of key exists in keystore, but ssh hash value != public_key offered
11 years ago
James Cammarata 00ce3a97b0 Merge pull request #7238 from willthames/ec2_snapshot_argument_spec
Improve the ec2_snapshot argument spec and docs
11 years ago
Matt Ferrante 05632e17c9 ec2_asg module enhancements
- Added a more verbose response
  - includes its settable attributes and a list of its instances.
  - allows setting of tags, changes upon which mark the task changed
  - allow getting of information from asg module, not just setting
  - doesn't mark changed if the parameter wasn't specified
  - Availability Zones are pulled from the region
11 years ago
Martin Joehren 6967d821b9 azure - fixed missing return statement 11 years ago
Martin Joehren 9b04ecec8c azure - fix for: temporary redirect, not deleted vhds, missing locations and role types, async api calls 11 years ago
James Cammarata 3c5bb759ce Merge branch 'devel' of https://github.com/ansible/ansible into devel 11 years ago
Ryan Petrello c8f0f00c4f Fix neutron floating IP allocation for networks with a v4 *and* v6 subnet.
For networks that have both a v4 and a v6 subnet, the floating IP plugin
currently has two problems:

* When determining the subnet for the provided `internal_network_name`, it
assumes that the first item in the list of subnets is the one you want.
Instead, it should pick the first v4 subnet.

* When multiple fixed IP's exist for a given port (as is the case in a network
a v4 and a v6 subnet), neutron needs a hint as to which fixed IP to associate
to the floating IP address (the v4 one).
11 years ago
James Cammarata 8e6ba1015b Cleaning up azure module
* Fixed error messages to be more descriptive
* Removed direct use of subprocess module and replaced it with calls
  to module.run_command
* Changed AZURE_MANAGEMENT_CERT_PATH to be just AZURE_CERT_PATH, which
  matches what is expected by the inventory script
11 years ago
Matt Martz 1d7222394f Add Rackspace Autoscale modules
- rax_scaling_group
- rax_scaling_policy
11 years ago
James Cammarata 8ba0811f69 Merge branch 'devel' of https://github.com/jwhitbeck/ansible into jwhitbeck-devel 11 years ago