Commit Graph

846 Commits (0b8c8b0581db9598448391b16252851b032357bf)

Author SHA1 Message Date
James Cammarata 0b8c8b0581 Merge branch 'devel' of https://github.com/matlockx/ansible into matlockx-devel 11 years ago
James Cammarata ccf47577c4 Merge branch 'sivel-rax-autoscale' into devel 11 years ago
James Cammarata 917ad8da72 Merge pull request #7687 from ryanpetrello/devel
Fix neutron floating IP allocation for networks w/ multiple subnets
11 years ago
James Cammarata 07e10fb9ff Merge branch 'rax-autoscale' of https://github.com/sivel/ansible into sivel-rax-autoscale 11 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
11 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
11 years ago
James Cammarata 150a2346c1 Merge pull request #7238 from willthames/ec2_snapshot_argument_spec
Improve the ec2_snapshot argument spec and docs
11 years ago
Martin Joehren 98ff559fa0 azure - fixed missing return statement 11 years ago
Martin Joehren 188a13efc0 azure - fix for: temporary redirect, not deleted vhds, missing locations and role types, async api calls 11 years ago
James Cammarata 5637426f51 Merge branch 'devel' of https://github.com/ansible/ansible into devel 11 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).
11 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
11 years ago
Matt Martz ad5cf5d55d Add Rackspace Autoscale modules
- rax_scaling_group
- rax_scaling_policy
11 years ago
James Cammarata e083168773 Merge branch 'devel' of https://github.com/jwhitbeck/ansible into jwhitbeck-devel 11 years ago
James Cammarata bd5cf57e76 Merge pull request #7653 from evanccopengeo/devel
ec2_group: Fix for 500 error when creating new security groups
11 years ago
James Cammarata 9cb05a0845 Catch failed connection due to a bad region in ec2_scaling_policy
Fixes #7505
11 years ago
James Cammarata a760299170 Catch failed connection due to a bad region in ec2_scaling_policy
Fixes #7506
11 years ago
Kevin Bell e0a4c389f3 Fixed asg instance count polling 11 years ago
Kevin Bell 426a827b46 Fix default availability zone list 11 years ago
James Cammarata 26aaa7bcdd Fix typo in nova_keypair import of exceptions from novaclient
Fixes #7640
11 years ago
James Cammarata b3bbca03d5 Add additional params to get_target_from_rule method in ec2_group
Fixes #7592
11 years ago
James Cammarata 9f0d496d67 Fixing version_added strings for new features in ec2_elb_lb
Fixes #7631
11 years ago
James Cammarata 609fd2e993 Merge branch 'rax-meta' of https://github.com/sivel/ansible into sivel-rax-meta 11 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) 11 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"
11 years ago
Matt Martz 84b1f21617 Add rax_meta module
Also update rax to mirror meta value normalization from rax_meta
11 years ago
Michael DeHaan 6bc056e012 Merge pull request #6863 from sivel/rax-untouched
rax module: Return untouhced servers with exact_count
11 years ago
CorbanR 42f54238e4 updating example, to be more consistent with parameter names 11 years ago
Sean Whitbeck 796d8db860 Add azure VM provisioning/termination module 11 years ago
James Cammarata ba641de69e Merge pull request #7536 from fly/linode-warn-ssl
warn if remote SSL cert is not checked in linode
11 years ago
Jon Chen be7ff82e2d require pycurl for linode module 11 years ago
Matt Martz 27ac5b1856 Don't fail in rax_cbs when the volume is not found 11 years ago
Michael DeHaan ee82681d14 Merge pull request #7501 from sivel/rax-dns-serial-doc
Add notes to rax_dns and rax_dns_record to recommend using serial: 1
11 years ago
Matt Martz 413243186d Add notes to rax_dns and rax_dns_record to recommend using serial: 1 11 years ago
Atlas Health 26c2491583 Stopped instances can also be terminated 11 years ago
Andrew Snare 0cc6c479bc Support internal-only ELBs in EC2. 11 years ago
Matt Bray 8363ab5a6f docker: fix targetting images by name 11 years ago
James Cammarata 67d8df0e32 During vsphere config check attempt cast before marking values missing
Fixes #7385
11 years ago
James Cammarata 154ef942eb Merge pull request #7404 from jimi-c/issue_7363_docker_names
Make sure the docker data has a "Names" field before using it
11 years ago
Konstantin Shabanov ad9225895b Fix env splitting in docker module
ENV variable value could contain '=' (for example mysql://host/db?pool=10)
11 years ago
James Cammarata 19dbff916f Correctly cast the size_gb value for vpshere disks
Fixes #7385
11 years ago
Carson Gee e6fbd2d8cb Fix missing variable initialization so an unspecified internal_network runs 11 years ago
Matt Martz 92b77048dc Handle ValueError during json.loads of json data from build 11 years ago
James Cammarata bfc1201ecd Make sure the docker data has a "Names" field before using it
Fixes #7363
11 years ago
James Cammarata 62c4a15c73 Merge pull request #7346 from tongpu/devel
Add documentation for required parameter name to quantum_subnet
11 years ago
Johannes 'fish' Ziemke ea71c0c317 Fix: Remove check for Ghost state
This fixed the just committed change handling non existent Ghost state.
11 years ago
James Cammarata c97dec9d75 Merge pull request #7338 from discordianfish/remove-ghost-state
Remove check for Ghost state
11 years ago
Johannes 'fish' Ziemke b9d9ef511f Remove check for Ghost state
This doesn't exist anymore and causes ansible to throw a KeyError
11 years ago
Lukas Grossar 0aa4cb9a79 Add documentation for required parameter name to quantum_subnet 11 years ago
Herby Gillot efbe4ca8d5 rds module: Fix undeclared reference to "params" when setting password in
modify mode.
11 years ago