Mike Mochan
5963fc4641
refactored to use dict invocation for calling client peerings functions
2016-12-08 11:34:17 -05:00
Mike Mochan
64f947a327
updates to Documentation - Removed refs to Boto, added params dict() and removed obsolete if statements
2016-12-08 11:34:17 -05:00
Mike Mochan
655d08f62f
cloud/amazon/ec2_vpc_peer.py
2016-12-08 11:34:17 -05:00
Mike Mochan
842b347c7e
removed debug package
2016-12-08 11:34:17 -05:00
Mike Mochan
39a132a44e
Version added, GPLv3 License header added
2016-12-08 11:34:17 -05:00
Mike Mochan
a6814e0774
Initial commit for cross account VPC peering module
2016-12-08 11:34:17 -05:00
Toshio Kuratomi
0d51743e23
Add __init__.py and update version_added to fix module for ansible-validate checks
2016-12-08 11:34:16 -05:00
Fernando José Pando
65bae8f76b
fixup sns topic subscriptions ( #2232 )
...
* fixup sns topic subscriptions
* return docs
2016-12-08 11:34:16 -05:00
Mike Mochan
275210b06e
New AWS module for managing VPC Network ACLs ( #1502 )
...
* New AWS module for managing VPC Networks ACLs
Moved return outside of try block
botocore.exceptions to support python 2.5
For some reason Travis is using Python V2.4 to run the tests - My code is valid
duplicate file
* Fixed NameError Exception- module not being passed when calling some boto3 client methods
* Fixes a bug reported by @dennisconrad, where the nacl is not created when subnets list is empty
* nacl property changed to name and fixes a bug where nacl is not deleted when subnets list is empty
* Updates to version and requirements
* Fix 'vpc' param to 'vpc_id' to match documentation and convention
2016-12-08 11:34:16 -05:00
Ryan Sydnor
e6d5c41f73
Add encryption capability to AMI copy ( #1409 )
2016-12-08 11:34:16 -05:00
Brian Coca
13cf09f949
added return docs
2016-12-08 11:34:16 -05:00
Adam Števko
da95dd5652
Add module for retrieving SmartOS image facts ( #1276 )
2016-12-08 11:34:16 -05:00
Rob
716e1576d4
Add section on how to return boto3 CamelCased results ( #2279 )
2016-12-08 11:34:16 -05:00
Mariano Lasala
79c24ff30d
Update sl_vm.py ( #2267 )
...
There was a mistype in DATACENTER list with 'lon2', changed to 'lon02'.
2016-12-08 11:34:16 -05:00
René Moser
a9bc509a96
softlayer: fix module name in doc ( #2266 )
2016-12-08 11:34:15 -05:00
Rob
9064aecaed
Add idempotence to ec2_eni when private_ip_address is supplied ( #2172 )
2016-12-08 11:34:15 -05:00
Victor Costan
2b6dd0e735
Add sts_session_token module for short-lived AWS credentials. ( #1988 )
2016-12-08 11:34:15 -05:00
Victor Costan
a5940c2a5f
Add aws_mfa_devices module for multi-factor authentication on AWS. ( #1987 )
2016-12-08 11:34:15 -05:00
Toshio Kuratomi
53de945741
Move the import of get_exception to pycompat24
2016-12-08 11:34:15 -05:00
kubilus1
f3d248de9a
Check to see existence of same named/location system before creation. ( #2150 )
2016-12-08 11:34:15 -05:00
Toshio Kuratomi
e1eb982930
Port vspherer_copy to pass syntax checks on python3
2016-12-08 11:34:15 -05:00
Michael Scherer
02518b2b72
Port vca_nat and vca_fw to py3 compatible syntax ( #2243 )
...
Since they both depend on library that cannot run on python2.4,
cf https://github.com/ansible/ansible/pull/15870 , we can use
directly the python 2.6 syntax, as seen on the porting doc.
2016-12-08 11:34:15 -05:00
Michael Scherer
d7ac2a8499
Use a python3 compatible notation for octal ( #2238 )
2016-12-08 11:34:15 -05:00
Rene Moser
f90ac2c9de
cloudstack: new module cs_router
2016-12-08 11:34:14 -05:00
Constantin
ff592dacc5
Added support for Standard - Infrequent Access stoarage class ( #2134 )
2016-12-08 11:34:14 -05:00
Rob
94e7fae06a
Added better example for boto3 exception handling ( #2204 )
2016-12-08 11:34:13 -05:00
Michael Baydoun
5e3c3741dd
created ec2_customer_gateway module ( #1868 )
2016-12-08 11:34:13 -05:00
Ash Berlin
bb42a6bcac
Add missing urlparse import to s3_bucket ( #2110 )
...
This was triggered when S3_URL environment variable was set.
2016-12-08 11:34:13 -05:00
René Moser
99bf53ea9a
cs_loadbalancer_rule_member: doc fixes ( #2184 )
2016-12-08 11:34:13 -05:00
Nik LaBelle
3ecf8dc12b
change netif type to dict and update example ( #2187 )
2016-12-08 11:34:13 -05:00
Matt Martz
577f56ac79
Fix HAS_BOTO fail_json call for ec2_ami_copy
2016-12-08 11:34:13 -05:00
Rob
aa36ed8612
Add secondary IP support and allow specifying sec groups by name ( #2161 )
2016-12-08 11:34:12 -05:00
Lakshmi Balu
1d236b0204
Update vmware_datacenter.py ( #2164 )
...
Fixed the syntac issue variable references before definiton
2016-12-08 11:34:12 -05:00
René Moser
96f337ac47
cs_template: fix missing docs ( #2165 )
2016-12-08 11:34:12 -05:00
Rob
09b7470983
Added doc for new get_ec2_security_group_ids_from_names function in m…
2016-12-08 11:34:11 -05:00
Toshio Kuratomi
7212bc294e
Fix documentation
2016-12-08 11:34:11 -05:00
krzwalko
a7fe4cee03
Fix datacenter_name and cluster_name module params ( #2142 )
2016-12-08 11:34:11 -05:00
Rene Moser
87e975776a
azure_rm_deployment: fix docs and move import utils near main()
...
fixes build
2016-12-08 11:34:11 -05:00
chouseknecht
ff624f9ef4
Updated per PR comments
2016-12-08 11:34:10 -05:00
chouseknecht
1d7a109867
Rename azure_deploy to azure_rm_deployment. Refactor to use azure_common.
2016-12-08 11:34:10 -05:00
Michael Scherer
2ec17e4614
Add partial doc on return value of virt ( #2116 )
2016-12-08 11:34:10 -05:00
Brian Coca
954d650e6a
promoted to core, including fixes
2016-12-08 11:34:09 -05:00
James Cammarata
fa0c10017e
Removing docker_login as it's now in core
2016-12-08 11:34:09 -05:00
Joshua Gilman
c0a677aa3a
Change disk type to str to allow correct usage of rootfs for LXC ( #2091 )
2016-12-08 11:34:09 -05:00
Adrià Galín Figueras
d802e00417
Fixed netif params when create lxc container ( #2064 )
2016-12-08 11:34:09 -05:00
Rene Moser
9e05fc35ea
vmware_vm_shell: doc: add missing defaults
2016-12-08 11:34:08 -05:00
Ritesh Khadgaray
378707e1f7
vmware_vm_shell: speed up vm_name search ( #1909 )
2016-12-08 11:34:08 -05:00
Toshio Kuratomi
7b1704640e
Make main() only run when invoked as a script (style cleanup)
2016-12-08 11:34:08 -05:00
Laurent Mazuel
8973ecae5b
Add user-agent information for analytics
2016-12-08 11:34:08 -05:00
Andre Price
28b0a52245
Get failed deployments when create fails also
2016-12-08 11:34:07 -05:00