Commit Graph

1879 Commits (49400d90ac030fc5d3c05fffa4a7c4b322b60f31)

Author SHA1 Message Date
Brian Coca 49400d90ac Merge pull request #1830 from ecliptik/devel
Fix incorrect var name for api_version
11 years ago
Micheal Waltz b43f236b05 Fix incorrect var name for api_version 11 years ago
Luke Rohde 88a0d79873 Use msg kwarg to pass error message in ec2_snapshot 11 years ago
Brian Coca c579f53a15 Merge pull request #1818 from j2sol/no_ipv6_update_subnet
Handle non-updatable openstack subnet details
11 years ago
Brian Coca 92f32a0253 added version added to headers in s3 11 years ago
Brian Coca 8227b48a6a minor doc fixes 11 years ago
Brian Coca 4b78b5597f Merge pull request #160 from acaire/s3-headers
S3 headers
11 years ago
Brian Coca cb90735b2a Merge pull request #1795 from feanil/feanil/s3_overwrite_early
If overwrite is set, download eagerly.
11 years ago
Brian Coca dbdbcb33cc defined DEFAULT_DOCKER_API_VERSION to avoid it erroring out before we send the message that docker.py is missing 11 years ago
Brian Coca 44d23ababd Merge pull request #1767 from ecliptik/devel
Use proper HostConfig element which contains the proper Memory value …
11 years ago
Brian Coca d91834bdf5 Merge pull request #1763 from larsks/bug/missing-mem-limit
restore mem_limit
11 years ago
Jesse Keating 84dfcf3690 Handle non-updatable openstack subnet details
Some things cannot be updated via the API, so check for those and fail
if the user is wanting to update them. Also don't try to update ipv6
stuff, as that doesn't work and will cause a traceback.
11 years ago
Brian Coca f4a17b3e97 Merge pull request #1802 from bcoca/ec2_fixes
ec2 fixes
11 years ago
Toshio Kuratomi 8a9405a55b Convert object into dict so it will turn into json properly 11 years ago
Brian Coca 481f300836 clarified error messages to actually give back ansible module option instead of internal boto field name 11 years ago
Jens Carl fd0fc5131c Fix missing alias "groups". 11 years ago
Feanil Patel 22461e335a If overwrite is set, download eagerly.
If the we are going to overwrite the file anyway,
there is no need to do any checksums locally or
grab the remote etag.
11 years ago
khassen 5f2b365faa Use the common/shared MD5 function. 11 years ago
Micheal Waltz 613fe54908 Use a if/else instead to avoid loading possibly invalid values for Memory 11 years ago
Micheal Waltz 77d1c896fe Set the API version when checking differences in containers and use
this to determine the location of the Memory value depending on the version used.

In v1.18 and earlier it was ['Config']['Memory'], but in v1.19 it
changed to ['HostConfig']['Memory'].
11 years ago
Brian Coca c9b7043ee2 Merge pull request #1761 from jhaals/docker-read-only-container
Added support for --read-only Docker containers
11 years ago
Johan Haals 1ea03e7182 ensures API compatibility for read_only containers 11 years ago
Brian Coca cfe697f676 Merge pull request #1775 from arcz/patch-1
Fix typos in route53.py
11 years ago
Toshio Kuratomi 222927256d Remove validate_certs as the url is not user settable so we always want to validate the certificate 11 years ago
Artur Cygan 2133cb1171 Update route53.py
Fix typos
11 years ago
Johan Haals 851e55b55f changed version_added for read_only param
this feature will be released in 2.0
11 years ago
Johan Haals 8ec6538ad4 Merge remote-tracking branch 'upstream/devel' into docker-read-only-container 11 years ago
Baraa Basata dc9dfa9ef8 Fix iam_policy example 11 years ago
Christian Hammerl b96d304b93 docker: add support to add/drop capabilities 11 years ago
Brian Coca 92199342cd Merge pull request #1429 from flyinprogrammer/devel
[gce] [gce_net] fix docs; only delete network if fwname is not provided
11 years ago
Micheal Waltz b0b1566b89 Use proper HostConfig element which contians the proper Memory value - fixes #1766 11 years ago
Lars Kellogg-Stedman 6aedc1020e restore mem_limit
mem_limit got lost in the #1744; this restores it.  Thanks to @dgromov
for the report.
11 years ago
Johan Haals 38f01b52e8 Added support for --read-only Docker containers
Adds support for mounting the container's root filesystem as read only.
11 years ago
Brian Coca 55bc9e8fb1 added rickmendes as maintainer 11 years ago
Brian Coca 88167a5dac minor doc fixes to docker_user 11 years ago
Brian Coca 5240124525 Merge pull request #361 from simono/docker-add-user
Add option docker_user for docker module.
11 years ago
Brian Coca 030d6d645c added version_Added for new signal option in docker module 11 years ago
Brian Coca ac28f16126 Merge pull request #1014 from nemunaire/docker-kill-signal
[Docker] Add signal parameter when killing container
11 years ago
Brian Coca c0ac6e30a9 Merge pull request #1759 from candlejack297/s3docfix
Updated doc strings so each character isn't considered a line
11 years ago
Brian Coca 2441928484 corrected v ersion added 11 years ago
Brian Coca 289a7e40e3 Merge pull request #385 from dkerwin/docker_add_cpuset
docker: Add support for cpuset
11 years ago
ayush 3f7313cc43 Updated doc strings so each character isn't considered a line 11 years ago
Brian Coca 82f16f5a45 Merge pull request #1315 from HelenaTian/patch-1
Update gce.py to correctly handle propagated metadata type from a mot…
11 years ago
Toshio Kuratomi 01f8a99509 Deprecated _ec2_ami_search now verifies SSL certificates 11 years ago
Daniel Kerwin d4d78a1998 Too late for 1.8 11 years ago
Daniel Kerwin a702dbd29a Switch to _cap_ver_req and add cpu_set to create_containers 11 years ago
Daniel Kerwin a8bc50a11f Renamed to cpu_set 11 years ago
Daniel Kerwin fca75a9705 Add support for cpusets. Requires docker-py >= 0.6.0 11 years ago
Brian Coca cf25888e2d Merge pull request #978 from bobrik/faster-docker-updates
[docker] pulling missing docker image before doing anything
11 years ago
Brian Coca 5fcc0be25b Merge pull request #1740 from bcoca/ec2_key_check_fix
attempt to fix check mode when state='absent'
11 years ago