Commit Graph

866 Commits (65a8ffef6eccace96c972e99bcc4cb777b934bc1)

Author SHA1 Message Date
James Cammarata 1c3a654912 Conditionally try to get ebs_optimized parameter from instance 10 years ago
Yap Sok Ann f80467e013 ec2_vpc: Fix error when using InstanceId as a route gateway.
See https://github.com/ansible/ansible/issues/7368

Fixes #7368
10 years ago
James Cammarata 1c318fa3bd Merge branch 'exit_json' of https://github.com/psa/ansible into psa-exit_json 10 years ago
Michael Peters 87a6290065 Use the right name for the vpc_id parameter
Fixes #7853
10 years ago
James Cammarata 3929118142 Merge pull request #7829 from bennojoy/asg_policy
return properties of the newly created scaling policy
10 years ago
James Cammarata 49fb36ef83 Merge pull request #7827 from willthames/delay_tagging_in_ec2
ec2 module: Delay instance tagging to later in the instance creation process
10 years ago
James Cammarata 4b18c46723 Merge branch 'issue_7828_rds_param_group' into devel 10 years ago
Benno Joy d1d96b6b50 return properties of the newly created scaling policy 10 years ago
James Cammarata ffce57a8f6 Fixing doc typos and adding version_added for tags param in ec2_asg 10 years ago
James Cammarata 42e26987bf Merge branch 'ec2_asg_info' of https://github.com/dataxu/ansible into dataxu-ec2_asg_info 10 years ago
James Cammarata 853471f14d Handle integer param values that are calculated values
Fixes #7828
10 years ago
willthames a1aec8dadd 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)
10 years ago
Roberto Migli ca5f1fcf03 Fixed error in docs 10 years ago
Roberto Migli 7a3c826f0c Fixed typo in docs 10 years ago
James Cammarata b7a5ce37a4 Merge pull request #7755 from sivel/rax-asg-normalize-nic
module rax_scaling_group: safe normalization of nics
10 years ago
Brice Leroy 50d8047c6e Fix task description 10 years ago
Matt Martz b2d24aba61 Perform safe normalization of nics to use uuid 10 years ago
James Cammarata 1173a8d6af Catch error in azure related to a failed deployment when creating a vm 10 years ago
James Cammarata 0b8c8b0581 Merge branch 'devel' of https://github.com/matlockx/ansible into matlockx-devel 10 years ago
James Cammarata ccf47577c4 Merge branch 'sivel-rax-autoscale' into devel 10 years ago
James Cammarata 917ad8da72 Merge pull request #7687 from ryanpetrello/devel
Fix neutron floating IP allocation for networks w/ multiple subnets
10 years ago
James Cammarata 07e10fb9ff Merge branch 'rax-autoscale' of https://github.com/sivel/ansible into sivel-rax-autoscale 10 years ago
Paul Myjavec 074a6f3e3e 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
10 years ago
James Cammarata 0073b34653 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
10 years ago
James Cammarata 150a2346c1 Merge pull request #7238 from willthames/ec2_snapshot_argument_spec
Improve the ec2_snapshot argument spec and docs
10 years ago
Matt Ferrante 3e875c7867 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
10 years ago
Martin Joehren 98ff559fa0 azure - fixed missing return statement 10 years ago
Martin Joehren 188a13efc0 azure - fix for: temporary redirect, not deleted vhds, missing locations and role types, async api calls 10 years ago
James Cammarata 5637426f51 Merge branch 'devel' of https://github.com/ansible/ansible into devel 10 years ago
Ryan Petrello bb0ca4c1aa 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).
10 years ago
James Cammarata 5bd8cd6e00 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
10 years ago
Matt Martz ad5cf5d55d Add Rackspace Autoscale modules
- rax_scaling_group
- rax_scaling_policy
10 years ago
James Cammarata e083168773 Merge branch 'devel' of https://github.com/jwhitbeck/ansible into jwhitbeck-devel 10 years ago
James Cammarata bd5cf57e76 Merge pull request #7653 from evanccopengeo/devel
ec2_group: Fix for 500 error when creating new security groups
10 years ago
James Cammarata 9cb05a0845 Catch failed connection due to a bad region in ec2_scaling_policy
Fixes #7505
10 years ago
James Cammarata a760299170 Catch failed connection due to a bad region in ec2_scaling_policy
Fixes #7506
10 years ago
Kevin Bell e0a4c389f3 Fixed asg instance count polling 10 years ago
Kevin Bell 426a827b46 Fix default availability zone list 10 years ago
James Cammarata 26aaa7bcdd Fix typo in nova_keypair import of exceptions from novaclient
Fixes #7640
10 years ago
James Cammarata b3bbca03d5 Add additional params to get_target_from_rule method in ec2_group
Fixes #7592
10 years ago
James Cammarata 9f0d496d67 Fixing version_added strings for new features in ec2_elb_lb
Fixes #7631
10 years ago
James Cammarata 609fd2e993 Merge branch 'rax-meta' of https://github.com/sivel/ansible into sivel-rax-meta 10 years ago
evanccopengeo fac9a64d23 fixing problem where ansible would error out because Amazon was saying the group didnt exist yet (needed to wait a few more seconds for amazon to propagate correctly) 10 years ago
Christoph Dwertmann 5cab159bda Don't use deprecated BaseException.message in keystone_user
fixes error "failed to parse: <attribute 'message' of 'exceptions.BaseException' objects>
TypeError: <attribute 'message' of 'exceptions.BaseException' objects> is not JSON serializable"
10 years ago
Matt Martz 84b1f21617 Add rax_meta module
Also update rax to mirror meta value normalization from rax_meta
10 years ago
Michael DeHaan 6bc056e012 Merge pull request #6863 from sivel/rax-untouched
rax module: Return untouhced servers with exact_count
10 years ago
CorbanR 42f54238e4 updating example, to be more consistent with parameter names 10 years ago
Sean Whitbeck 796d8db860 Add azure VM provisioning/termination module 10 years ago
James Cammarata ba641de69e Merge pull request #7536 from fly/linode-warn-ssl
warn if remote SSL cert is not checked in linode
10 years ago
Jon Chen be7ff82e2d require pycurl for linode module 10 years ago