James Cammarata
5637426f51
Merge branch 'devel' of https://github.com/ansible/ansible into devel
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
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
James Cammarata
5c7109b8b9
Merge pull request #7110 from orgoj/docker-patch-version_comment
...
module docker - add docker version comment
11 years ago
James Cammarata
0215134907
Fixing a doc mistake in the ec2 module from 4269bb6
11 years ago
James Cammarata
48e2a5e5a2
Merge branch 'ec2-start-stop' of https://github.com/sayap/ansible into sayap-ec2-start-stop
11 years ago
Yap Sok Ann
4269bb6a45
ec2: Fix bug with running/stopped state and wait=yes.
...
If `get_all_instances` returns multiple reservations, the old wait loop only
dealt with the first reservation. Thus, the wait loop may end before all
instances get to be running/stopped.
Also clean up the code a little.
11 years ago
James Cammarata
9d3583cab3
Merge pull request #7055 from bpennypacker/rds_modify
...
cloud/rds : renaming an rds instance always fails
11 years ago
James Cammarata
ebac5dfbce
Updating docstring for docker_image based on new default for tag
11 years ago
James Cammarata
34e52c5884
Merge branch 'docker_image-patch-notag' of https://github.com/orgoj/ansible into orgoj-docker_image-patch-notag
11 years ago
James Cammarata
39433949e0
Merge branch 'elb_subnets' of https://github.com/jimbydamonk/ansible into jimbydamonk-elb_subnets
11 years ago
James Cammarata
3ac4943751
Some cleanup for the rds/vpc_security_groups fix
11 years ago
James Cammarata
768de238d4
Merge branch 'vpc_fix' of https://github.com/ebrevdo/ansible into ebrevdo-vpc_fix
11 years ago
napkindrawing
011ec5d9e6
Fix to unescape * was discarded by unescape of @
...
`decoded_name` was created twice, each from `rset.name`
So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')`
I had a problem with wildcard domains that was fixed by this patch.
11 years ago