Graham Mainwaring
2bb80002df
Fixed tracebacks when datacenter not found, when notes not given, and when collecting facts after VM creation. Fixes #8067 .
10 years ago
James Cammarata
165acc4897
Merge pull request #8086 from dataxu/dev-fix-typo
...
Bug Fix - fixed the choices typo got the ec2_asg module
10 years ago
James Cammarata
66b0621e2d
Add note about changing resource_tags to required in ec2_vpc
10 years ago
James Cammarata
fce2c33c7a
Merge branch 'psa-resource-tag-required' into devel
10 years ago
Matt Ferrante
ffdd69f2fa
fixed the choices typo got the ec2_asg module
10 years ago
James Cammarata
d15ca75dd2
Adding version_added for new vm_hw_version field in vpshere_guest
10 years ago
James Cammarata
a398b422df
Merge branch 'fix-7206' of https://github.com/hiciu/ansible into hiciu-fix-7206
10 years ago
James Cammarata
778503c859
Merge branch 'issue_7848' of https://github.com/mpeters/ansible into mpeters-issue_7848
10 years ago
James Cammarata
812098b07e
Merge branch 'issue_7906' of https://github.com/mpeters/ansible into mpeters-issue_7906
10 years ago
James Cammarata
56b87e8bba
Merge branch 'resource-tag-required' of https://github.com/psa/ansible into psa-resource-tag-required
10 years ago
James Cammarata
2e614c8a63
Merge branch 'bug/8057' of https://github.com/ericwb/ansible into ericwb-bug/8057
10 years ago
James Cammarata
7793bd9638
Merge pull request #8049 from ranjan/dev
...
Provision VM using virtual network.
10 years ago
Eric Brown
7bbe3dc30c
Adds an option to specify the glance endpoint type
...
Some environments that utilize an SSL terminator with a self-signed
certificate can use the publicURL without getting certificate
verify errors. This allows using the internalURL with in my case
is HTTP and not HTTPS.
Closes issue: #8057
10 years ago
James Cammarata
0a33ac418a
Merge pull request #8038 from caphrim007/correct-missing-msg-argument
...
Fix missing msg argument
11 years ago
James Cammarata
4ad4c8802a
Merge pull request #8036 from sqs/remove-fragile-RDS-instance-type-validation
...
Remove validation of RDS DB instance type names because Amazon frequently adds new ones
11 years ago
James Cammarata
62456f5e27
Merge pull request #8022 from psa/vpc-gateway-peering
...
Fix for #7368 breaks peering connections. Unreak them.
11 years ago
Tim Rupp
821c133ff8
Fix missing msg argument
...
The following patch adds a missing 'msg=' syntax. An exception is raised
in ansible if this block is reached during the execution of the module
TypeError: fail_json() takes exactly 1 argument (2 given)
With the 'msg=' added, you get a more informative error. For example
msg: No settings provided to update_domain().
11 years ago
Quinn Slack
73c65e3db8
Remove validation of RDS DB instance type names because Amazon frequently adds new ones
11 years ago
Ranjan Kumar
8ef95374e7
Provision VM using virtual network.
11 years ago
Paul Armstrong
7b40939231
Fix for #7368 breaks peering connections. Unreak them.
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
Paul Armstrong
714a9fda64
Make resource_tags required and do whitespace cleanup
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
Michael Peters
0d7a99d114
Fixing issue #7906
...
Catch any InvalidInstanceID.NotFound errors coming from the boto library
when trying to find the newly created instance. When this happens We should
just wait and try again.
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
Michael Peters
ef11416771
This should fix issue #7848
...
We need to catch any InvalidVpcID.NotFound errors and treat them
just like getting back a vpc that's not "available"
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