Commit Graph

824 Commits (426a827b4676c51f38212edcf5e4ac7888909f8d)

Author SHA1 Message Date
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
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
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
Matt Martz 27ac5b1856 Don't fail in rax_cbs when the volume is not found 10 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
10 years ago
Matt Martz 413243186d Add notes to rax_dns and rax_dns_record to recommend using serial: 1 10 years ago
Atlas Health 26c2491583 Stopped instances can also be terminated 10 years ago
Andrew Snare 0cc6c479bc Support internal-only ELBs in EC2. 10 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
James Cammarata 713657d684 Make sure the default ec2_group egress rule is not removed
Upon a second run, the default egress rule will be removed when a
vpc is specified but no other egress rules were set. This patch
corrects that behavior by removing the default egress rule from the
list of unmatched outbound rules.

Fixes #7309
11 years ago
Maykel Moya 1d3ce41e83 Fix typo 11 years ago
James Cammarata d6fc9f1dfc Fixing two bugs in the ec2_elb_lb module
* the current state of the ELB was not reflected properly when checking
  the status after a change was made.
* invalid zones caused a traceback when enabling/disabling zones
11 years ago
James Cammarata faf733bc49 Removing zone choices that overly-limit available zones for gce
Fixes #7270
11 years ago
James Cammarata ce48e1f9ff Merge pull request #7230 from binarytemple/fix_for_issue_7228
fix issue #7228 ec2_vol crash
11 years ago
bryan hunt 88aaa70f0c fix issue #7228 ec2_vol crash 11 years ago
Atlas Health 49d0ad0644 added example 11 years ago
Atlas Health 4258eb6be7 updated docs to include snapshot_tags option
added version
11 years ago
James Cammarata 04793ff640 Merge branch 'patch-2' of https://github.com/budlight/ansible into budlight-patch-2 11 years ago