jctanner
bedc616f74
Merge pull request #5540 from angstwad/cf-container-module
...
Add module support for Rackspace Cloud Files Containers
2014-01-23 14:46:11 -08:00
jctanner
a807e3b9c8
Merge pull request #5496 from angstwad/cf-module
...
Module support for Rackspace Cloud Files
2014-01-23 14:26:40 -08:00
jctanner
df8ecdeded
Merge pull request #5210 from sivel/rax-dns-record
...
rax_dns_record: Add rax_dns_record module
2014-01-23 14:13:38 -08:00
jctanner
339ab7b077
Merge pull request #5208 from sivel/rax-dns
...
Add rax_dns module
2014-01-23 14:03:44 -08:00
jctanner
07b6d6ffd6
Merge pull request #5690 from sivel/rax-regex-fix
...
rax module: Fix regex match
2014-01-21 06:54:06 -08:00
Rene Moser
a412eae9cd
digital_ocean: added requirements in DOCUMENTATION
2014-01-21 14:09:21 +01:00
Matt Martz
89fbc64b60
Fix regex match, the printf match should work with 0 or more numeric padding characters, not 1 or more
2014-01-20 16:43:42 -06:00
jctanner
1f1fa6c09a
Merge pull request #5322 from bcrochet/neutron-fip-select
...
quantum_* modules: Neutron name change, keeping backward compatibility
2014-01-16 08:37:38 -08:00
willthames
238da3cb02
ec2_elb module: Minor improvements to documentation
...
ELB(s) cause a weird formatting behaviour - it appears as EL**s**
Added choices documentation to the state option
2014-01-16 13:14:44 +10:00
Michael DeHaan
6f49642286
All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
...
Fixing for standardization purposes.
2014-01-15 09:52:17 -05:00
Matt Martz
e3adaa648a
Ensure the id attribute is returned for a node
2014-01-09 14:05:32 -06:00
Paul Durivage
a85e021640
Completed documentation and examples
2014-01-08 09:39:29 -06:00
Paul Durivage
e822ddd910
Add rax_files_objects module for Rackspace Cloud Files support
...
This squashed commit fixed typos, changed to Py 2.4 compatible exceptions
2014-01-08 09:36:04 -06:00
Paul Durivage
41be035a43
Add module support for Rackspace Cloud Files Containers
2014-01-07 17:01:59 -06:00
jctanner
7520bac8ce
Merge pull request #5404 from sivel/rax-improvements
...
rax module: improvements
2014-01-07 15:52:35 -05:00
jctanner
9a69b1b0ec
Merge pull request #5311 from willthames/ec2_refactor
...
ec2 modules: Move more responsibility to common EC2 module
2014-01-06 14:09:38 -08:00
Michael DeHaan
99616d0c80
Pass scrub_data by default, see response from DO here: https://www.digitalocean.com/blog
2013-12-30 20:21:15 -05:00
Mikhail Sobolev
8733b5da8b
fix short/full description for elasticache
2013-12-26 14:35:57 -05:00
Michael DeHaan
0bdf615612
User report of DO not taking underscores so tweaking docs
2013-12-25 13:51:56 -05:00
willthames
46a5f8c656
Make state=present the default for ec2_tag
...
Using `ec2_tag` module without the state argument
currently results in:
```
failed: [127.0.0.1] => {"failed": true, "parsed": false}
```
This fix makes `state=present` the default
2013-12-18 13:40:41 +10:00
jctanner
d3f94fe606
Merge pull request #5303 from mohangk/rds_postgres
...
Adds postgres support for Ansible RDS module
2013-12-17 14:56:21 -08:00
Brad P. Crochet
47f995ef64
Specify internal_network_name
...
This allow one to specify a specific internal network name for the case
where there is more than one nic on an instance. Without this, the list
of ports may not return the correct order. Therefore, it is necessary
to specify the exact internal network to attach the floating ip to
2013-12-17 14:24:30 -05:00
Brad P. Crochet
ab52efc7fb
Add support for neutronclient
...
The quantum_* modules will now try neutronclient first, and fall back
to quantumclient. If that fails, error out.
The code now references neutron instead of quantum in all internal
cases.
2013-12-17 13:24:20 -05:00
willthames
12005a1cd0
Move more responsibility to common EC2 module
...
Moved `AWS_REGIONS` into `ec2` module
Created `ec2_connect` method in `ec2` module
Updated modules able to use `ec2_connect` and `AWS_REGIONS`
2013-12-17 14:07:24 +10:00
Troy C
038d030404
catch exposed cs.exceptions instead of novaclient
2013-12-16 09:33:29 -06:00
Mohan Krishnan
1dd2510e76
Adds postgres support for Ansible RDS module
2013-12-16 15:51:41 +08:00
Troy C
3007a8af7e
import novaclient.exceptions for cs.images.find
...
cs.images.find(human_id= throws novaclient.exceptions.NotFound,
resulting in the try/except block with
image = cs.images.find(name=image) being skipped. catching
novaclient.exception.NotFound allows images to be specified with the
human readable name.
Example:
tasks:
- name: Server build request
local_action:
module: rax
region: DFW
image: Ubuntu 12.04 LTS (Precise Pangolin)
Also, the import is placed after try: import pyrax, because pyrax
imports novaclient and should fail if novaclient is missing.
2013-12-13 16:27:21 -06:00
James Tanner
f55270e746
Set version_added for new_instance_name in cloud/rds module
2013-12-13 13:54:08 -05:00
jctanner
66cad764d2
Merge pull request #5028 from retr0h/correct-nova-api-auth-check
...
Nova doesn't attempt to auth on obj instantiation
2013-12-13 08:36:27 -08:00
jctanner
6051ee0df5
Merge pull request #5052 from bpennypacker/promote_rename
...
cloud/rds module: added promote command & updated modify command to allow for renaming of database instances.
2013-12-12 15:15:34 -08:00
James Tanner
35cd043e25
Addresses #5276 update documentation for ec2_ami no_reboot parameter
2013-12-12 18:03:00 -05:00
evan82
01e8390a8f
Fix ec2_ami no_reboot setting (currently it will not reboot instances to create the AMI)
...
Line 276: no_reboot = dict(default=True, type="bool"),
This should really default to False (When AMIs are created the machine will reboot before copying the disk).
"When enabled, Amazon EC2 does not shut down the instance before creating the image. When this option is used, file system integrity on the created image cannot be guaranteed."
2013-12-12 15:49:24 -07:00
jctanner
1688a7c776
Merge pull request #5231 from jeffnappi/patch-1
...
Corrected documentation in ec2_ami module - no_reboot defaults to yes
2013-12-12 14:18:14 -08:00
Jim Dalton
aa329b4b48
Make sure initial_state is initialized
2013-12-12 13:09:40 -08:00
Jim Dalton
ac1e84d976
Account for instances that have not yet been registered. Fixes #5076
2013-12-09 19:38:03 -08:00
Jeffrey Nappi
2b82f7d75f
Corrected documentation in ec2_ami module - no_reboot defaults to yes
2013-12-09 18:57:58 -07:00
Matt Martz
ccf4199ac8
Initial commit of rax_dns_record
2013-12-06 17:03:08 -06:00
Matt Martz
afd55934fc
Remove errant raise
2013-12-06 16:49:28 -06:00
Matt Martz
7b3aa5c205
Add state attribute to description
2013-12-06 16:10:00 -06:00
Matt Martz
c5f54a94f8
Initial commit of rax_dns module
2013-12-06 13:13:09 -06:00
David Hummel
614efadb7a
Fix issue #5043 : ec2_vpc module wait=yes state attribute retrieval
2013-12-05 10:47:22 -05:00
Michael DeHaan
71a5de6e72
Merge pull request #5168 from sivel/rax_clb_required_together
...
rax_required_together is a function
2013-12-04 19:11:58 -08:00
Matt Martz
d73251c342
rax_required_together is a function
2013-12-04 19:26:34 -06:00
Bruce Pennypacker
d3480c5630
fixed documentation & added rename example
2013-12-04 10:01:30 -05:00
Michael DeHaan
27199dc219
Merge pull request #5133 from joshuaconner/add_docker_max_version_to_docs
...
add supported docker version to docs
2013-12-03 16:46:34 -08:00
Evgenii Terechkov
b5d8aa9ff1
Use ovirtsdk if it installed, but fall out gracefully if it is not
2013-12-03 20:21:16 +08:00
jctanner
c259993559
Merge pull request #5078 from brandonhilkert/fix-ec2-tags
...
Fix checking for existence of EC2 tags
2013-12-02 14:50:47 -08:00
Joshua Conner
c2f128f737
add supported docker version to docs
2013-12-02 13:08:47 -08:00
James Tanner
ad837709bd
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00