trondhindenes
012070c3cd
azure_rm_deploy docfix ( #2354 )
2016-12-08 11:34:19 -05:00
Stefan Horning
2cf50cb971
Streamlined ec2_elb_facts module return values with naming in ec2_elb… ( #2081 )
...
* Streamlined ec2_elb_facts module return values with naming in ec2_elb_lb (hosted zones)
* Keep the old return values for hosted zone to keep backwards compatibility
2016-12-08 11:34:19 -05:00
René Moser
4f09e2caab
cloudstack: cs_ip_address: add vpc support ( #2283 )
...
* cloudstack: cs_ip_address: add vpc support
* cloudstack: cs_ip_address: remove unused/unreachable code
2016-12-08 11:34:19 -05:00
René Moser
e9642a6de7
cloudstack: cs_staticnat: add vpc support ( #2285 )
...
* cloudstack: cs_staticnat: add network arg, used for VPC support
* cloudstack: cs_staticnat: removed unused code
2016-12-08 11:34:19 -05:00
René Moser
28648f6434
cloudstack: cs_firewall: get_network moved to utils, cleanup ( #2293 )
2016-12-08 11:34:19 -05:00
René Moser
8ac52fbb2c
cloudstack: cs_template: fix typos ( #2294 )
2016-12-08 11:34:18 -05:00
René Moser
652b50753d
cloudstack: new module cs_snapshot_policy ( #2303 )
2016-12-08 11:34:18 -05:00
Toshio Kuratomi
38c5a0067e
Fix python3 syntax compilation
2016-12-08 11:34:18 -05:00
Mike Mochan
8472ef95e5
update remote tags if changed
2016-12-08 11:34:18 -05:00
Mike Mochan
f39c98b8fc
added tagging for the remote account
2016-12-08 11:34:18 -05:00
Mike Mochan
7acd9c0e34
Updates to version and requirements
2016-12-08 11:34:18 -05:00
Mike Mochan
c1ccc831e8
Added tagging functionality
2016-12-08 11:34:17 -05:00
Mike Mochan
1b170a145e
All calls to describe_vpc_peering_connections need to use the params dict
2016-12-08 11:34:17 -05:00
Mike Mochan
439c4aa979
Remove unused vars and pass params dict to describe_peering_connections
2016-12-08 11:34:17 -05:00
Mike Mochan
deaf40d942
update to capture peer status
2016-12-08 11:34:17 -05:00
Mike Mochan
985e485706
removed obsolete ec2 resource object
2016-12-08 11:34:17 -05:00
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