Constantine Peresypkin
c2eef4d139
add support for disk_config option to cloud/rax module
2013-10-14 11:57:19 -04:00
Michael DeHaan
6e4c1bf4fa
Slight tweak to ovirt module docs.
2013-10-14 11:43:01 -04:00
Michael DeHaan
98045673eb
Update version_added in ovirt module.
2013-10-14 11:41:24 -04:00
Michael DeHaan
459af0a7c5
Merge pull request #3838 from vincentvdk/ovirt-mod
...
added new module "ovirt"
2013-10-14 08:40:07 -07:00
Cove Schneider
21e31722f9
remove comment about requirements
2013-10-13 21:37:42 -07:00
Cove Schneider
b4cce885e3
add requirements back
2013-10-13 21:36:42 -07:00
Cove Schneider
8f0b3cac51
clean up a few warnings
2013-10-13 21:34:58 -07:00
Cove Schneider
0fc525ff11
add python requirements to docs
2013-10-13 21:14:27 -07:00
Cove Schneider
3859da2a76
add example docs
2013-10-13 20:34:14 -07:00
Cove Schneider
ea3745d7dd
add docker module
2013-10-13 15:07:27 -07:00
Eric Johnson
b212632808
update defaults and help for 'name' and 'instance_names'
2013-10-13 13:48:09 -07:00
Eric Johnson
b4533c880b
address a few review comments
2013-10-13 13:41:55 -07:00
Harrison Gu
e31927a03e
Fix bug for setting ec2 tags
2013-10-12 20:57:32 +08:00
Andy Kluger
1cc0a8af6d
Corrected docs ("monitor" -> "monitoring" and dissociated monitoring from instance_tags in examples)
2013-10-11 13:32:23 -04:00
James Tanner
d03211cf6b
Remove all sys.exit calls in the cloud/s3 module
...
Fixes #4458
2013-10-11 11:28:47 -04:00
jctanner
aeccb4c06e
Merge pull request #4457 from mbarrin/devel
...
Fixed crash when s3 bucket did not exist for put operation
2013-10-11 08:18:51 -07:00
Matthew Barrington
e16e77249f
Fixed crash when s3 bucket did not exist for put operation
2013-10-11 16:01:54 +01:00
Michael DeHaan
beae21dd40
Remove examples of module antipattern of setting the choices array for boolean types.
2013-10-11 08:45:13 -04:00
bennojoy
118c59b385
nova compute fix regex in instance name
2013-10-10 11:44:30 +05:30
Joost Cassee
fad56730e8
Add in a retry loop for route53 requests
...
The route53 api doesn't allow multiple overlapping requests, so if
it is still processing a previous request when the next comes in will
return an error.
Fixes #4085
2013-10-09 12:50:41 -05:00
James Tanner
613b6a2473
#4408 s3: add force alias for overwrite and set True by default
2013-10-09 12:56:56 -04:00
James Tanner
7aa187b413
Remove debug comment from s3 module
2013-10-09 12:25:09 -04:00
James Tanner
4b4b9551d0
4006: return s3 url even if file exists
2013-10-09 12:12:24 -04:00
Eric Johnson
ea8147802a
custom user-agent header
2013-10-08 16:36:35 +00:00
Michael DeHaan
50d72d89c2
Fix documentation of default value in s3 module. Fixes #4289
2013-10-08 08:42:03 -04:00
Eric Johnson
ab47f575dd
adding Google Compute Engine modules and inventory plugin
2013-10-07 21:01:37 +00:00
Michael DeHaan
b73f311f8b
Make group_id be a list.
2013-10-07 15:34:35 -04:00
Michael DeHaan
d1a751cfb1
Merge pull request #4368 from sayap/ec2_ami
...
ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
2013-10-07 06:09:34 -07:00
Michael DeHaan
7303093f35
Merge pull request #4334 from bennojoy/s3
...
minor fixes
2013-10-07 06:02:09 -07:00
Michael DeHaan
b7da202b73
Merge pull request #4300 from psvo/cloudformation_results_fix
...
Fail cloudformation operation when it is not completed successfully
2013-10-07 06:01:40 -07:00
Benno Joy
325b65b8c6
change "Changed" to changed
2013-10-07 18:29:03 +05:30
Michael DeHaan
40d7b59f36
Merge pull request #4264 from wulczer/fix-linode-param-type
...
The payment term param in the Linode module is an int.
2013-10-07 05:48:37 -07:00
Yap Sok Ann
05a235a318
ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
...
Calling `ec2.get_image` right after `ec2.create_image` may raise error
"InvalidAMIID.NotFound". This has happend roughly 1 time out of 10 for me.
Other people has bitten by this too:
- 5707f100a0
- http://stackoverflow.com/a/14794952
- https://bitbucket.org/utoolity/bamboo-aws-plugin/pull-request/22/baws-116-fix-ec2-image-task-failing-with/diff
2013-10-04 23:17:04 +08:00
bennojoy
23e242c9f8
gc_storage rewrite commit 2
2013-10-04 16:47:09 +05:30
Benno Joy
7f699bb50e
gc_storage rewrite commit 1
2013-10-04 16:32:24 +05:30
Matt Martz
71ff1bfce2
Update references for rax_clb_nodes to use rax_clb
2013-10-03 09:45:01 -05:00
Matt Martz
338fef4ff2
Move rax_clb_nodes to rax_clb
2013-10-03 09:43:56 -05:00
Daniel Koch
5d02fb6ca1
Add check to make sure dopy is at least version 0.2.2 for digital_ocean module
2013-10-02 20:29:35 -04:00
Daniel Koch
a650b899c6
Add "virtio" and "private_networking" options for DigitalOcean droplets
...
The dopy manager defaults to False for virtio, but the DigitalOcean web interface defaults to True, which is a pretty safe default and sensible considering the performance gains.
Private networks are a new feature currently available only in the NYC2 region as of Oct 2, 2013.
NOTE: dopy >= 0.2.2 is required for these options to work.
2013-10-02 18:06:35 -04:00
Michael DeHaan
a42d45872b
Merge pull request #4338 from jlaska/ec2_group_idempotency
...
Add idempotency support to ec2_group
2013-10-02 10:01:28 -07:00
James Laska
3d64578131
Add idempotency support to ec2_group
2013-10-02 11:29:59 -04:00
bennojoy
78d1af3607
minor fixes
2013-10-02 13:27:54 +05:30
bennojoy
78b6c525bb
support for google cloud storage module
2013-10-02 12:39:45 +05:30
Michael DeHaan
b391872781
Merge pull request #4330 from tgerla/ec2_eip-docs
...
ec2_eip module: note that there may be a delay reaching the instance
2013-10-01 15:12:07 -07:00
Tim Gerla
1eef27294a
ec2_eip module: note that there may be a delay before the reassigned instance is reachble.
2013-10-01 14:50:06 -07:00
Michael Gregson
d1e7fd7594
[digital_ocean] Remove command usage from digital_ocean_ssh examples
...
I seem to have forgotten to do this in my last commit.
2013-10-01 15:18:15 -06:00
Michael Gregson
188e844cb2
[digital_ocean] revert original module and add one new module for each command
2013-10-01 15:12:41 -06:00
James Tanner
550b1a8ee0
typo in ec2_eip docstring
2013-10-01 16:58:35 -04:00
Michael Gregson
e1458421a1
Add basic domain handling to digital_ocean cloud action
2013-09-30 20:50:22 -06:00
Michael Gregson
631105e8b0
[digital_ocean] Don't die when the id parameter is missing
...
It's okay for this to happen now, because we might move on to the name parameter
if unique_name is enabled.
2013-09-30 19:22:07 -06:00