Vinay Dandekar
f20af4b909
[cloud] Change S3 MD5 checksum for multipart support in aws_s3 ( #34216 )
...
- If file has only one part and is uploaded as multipart, it is still computed the same way as having multiple parts
2018-01-08 15:21:45 -05:00
Jordan Borean
b2a415daae
win_certificate_store: added new module ( #33980 )
...
* win_certificate_store: added new module
* added warning about become or credssp for pfx
2018-01-09 05:44:24 +10:00
Sloane Hertel
34206a0402
ec2_vpc_vgw_facts: fix getting facts about gateways without tags ( #34575 )
2018-01-08 13:16:49 -05:00
David Soper
dc85176512
Document descriptions updated to match UCS Manager online help. ( #34581 )
...
kwargs variable argument setup simplified.
2018-01-08 18:39:23 +01:00
Sloane Hertel
788010d0f0
[cloud][testing] New integration tests for ec2_asg ( #30554 )
...
* Add some integration tests for ec2_asg.
* Remove exception handling from ec2_asg boto3 connection since it is handled in boto3_conn().
* Update test failure assertions
* Use yaml anchor for credentials and remove unnecessary dependencies.
* Move AWS boto3 module credentials tests to separate target
* Remove filters from tests
2018-01-08 11:21:49 -05:00
Samer Deeb
473b2d58ec
Add new module mlnxos_mlag_vip for configuring MLAG VIP on Mellanox network devices ( #34285 )
...
* Add new module mlnxos_mlag_vip for configuring MLAG VIP on Mellanox
network devices
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Remove unused variables
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix Test class name
* Fix Documentation
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix MAC address case-insensitive
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix MAC address unit-test
Signed-off-by: Samer Deeb <samerd@mellanox.com>
2018-01-08 14:31:51 +00:00
Samer Deeb
ad73bda323
Add new module mlnxos_protocol for enabling disabling protocols on MLNX-OS Mellanox network devices ( #34286 )
...
* Add new module mlnxos_protocol for enabling disabling protocols on
MLNX-OS Mellanox network devices
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix Test Class name
* Fix IP routing protocol support
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Add missing support for check_mode, and Fix documentation
Signed-off-by: Samer Deeb <samerd@mellanox.com>
2018-01-08 14:30:30 +00:00
Samer Deeb
943107b1b9
Add new module mlnxos_facts for retrieving facts of MLNX-OS Mellanox network devices ( #34287 )
...
* Add new module mlnxos_facts for retrieving facts of MLNX-OS Mellanox
network devices
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix Documenation and Examples
Signed-off-by: Samer Deeb <samerd@mellanox.com>
2018-01-08 14:29:16 +00:00
Samer Deeb
9ed4661860
Add new module mlnxos_pfc_interface for managing priority flow control on Mellanox devices ( #34327 )
...
* Add new module mlnxos_pfc_interface for managing priority flow control
on Mellanox devices
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Remove unnecessary if, and Fix Documentation
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix missing interface status
Signed-off-by: Samer Deeb <samerd@mellanox.com>
2018-01-08 13:43:10 +00:00
René Moser
a0dbfb0089
vultr: new module vr_account_facts ( #34394 )
...
* vultr: new module vr_account_facts
* fix typo
* simplify
* minor doc fix
2018-01-08 14:40:10 +01:00
Trishna Guha
5e6b2495c0
Convert nxos_vrf to DI module ( #34274 )
...
* Convert nxos_vrf to DI module
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add purge example and improve logic
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* revert version_added for rd param
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* update test to use network_cli
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-01-08 10:10:34 +05:30
jn-bedag
7f59f7d80e
Fixing issue with win_iis_website parameter types. Issue #34500 ( #34501 )
...
* remidate Windows debugging
Using $complex_args is not working (anymore?). We need to set $params directly.
* Fixing issue with win_iis_website parameter types
There are two types of attributes. "String" and "Configuration Attribute". We need to get the real "value" based on the type.
* Revert "remidate Windows debugging"
This reverts commit df75d3bb0d152b10c24187ce4c643b4733bae336.
2018-01-08 10:26:16 +10:00
Dag Wieers
49739dda47
ACI: Add signature-based authentication ( #34451 )
...
ACI: Add signature-based authentication
2018-01-08 00:44:30 +01:00
Jordan Borean
71ff77e51f
win_domain_user: added ability to explicitly set credentials and user when interacting with AD ( #34562 )
2018-01-08 09:38:13 +10:00
Jonathan Doig
e545127c2e
Fix broken link to w3schools ( #34561 )
...
Closes issue #34528
2018-01-08 00:13:39 +01:00
quenck
b5579f55cc
win_domain_user allow to update generic attributes ( #34558 )
...
* win_domain_user allow to update generic attributes
Signed-off-by: Marko Koehne <marko@mkoehne.de>
* win_domain_user.py fixed indentation
Signed-off-by: Marko Koehne <marko@mkoehne.de>
* win_domain_user.py attributes add version_added
Signed-off-by: Marko Koehne <marko@mkoehne.de>
* win_domain_user.p1 removed attributes from result
Signed-off-by: Marko Koehne <marko@mkoehne.de>
* moved run_change outside of if statement
2018-01-08 08:43:34 +10:00
David Soper
06cbc422c1
Document descriptions updated to match UCS Manager online help. ( #34534 )
...
Property checking variable argument setup simplified.
2018-01-07 20:32:34 +01:00
Chris Houseknecht
b5245e581a
Adds openshift_scale module ( #34244 )
2018-01-07 12:38:50 -05:00
René Moser
2db9878c76
cloudstack: streamline cs_network_offering ( #34553 )
...
* cs_network_offering: streamline docs a bit
* cs_network_offering: format traffic type as returned by API
* cs_network_offering: rename return to service_offering_id
* cs_network_offering: ensure absent tests don't require anyting else than name
* cs_network_offering: beautify the default_egress_policy param
* cs_network_offering: test enabling/disabling with existing syntax
* cs_network_offering: rename service_provider_list to service_providers
* cs_network_offering: allow update max_connections
* cs_network_offering: extend returns
* cs_network_offering: extend tests with max_connections
2018-01-07 17:30:52 +01:00
René Moser
439e64256f
cloudstack: rename new module to cs_service_offering ( #34555 )
...
* cloudstack: rename cs_serviceoffer to cs_service_offering
* adjust references to old name
* cs_service_offering: fix limitcpuuse not handled
* minor docs fix
* update changelog
2018-01-07 17:21:56 +01:00
Christopher Brown
d2ccc13857
Add VNC port range check ( #34466 )
...
This adds a check to ensure that both start and end of vnc range
is specified.
2018-01-07 04:27:42 -05:00
Samer Deeb
5edb800b6d
Remove unnecessary if, and Fix Documentation ( #34413 )
...
* Remove unnecessary if, and Fix Documentation
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix aggregate spec for l2 interface
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Add aggregste test for l2 interface
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* Fix MAC address case
Signed-off-by: Samer Deeb <samerd@mellanox.com>
2018-01-07 08:35:50 +00:00
Tim Rupp
2916ff0a1a
Introduces numerous fixes for bigip command ( #34550 )
...
A bug in the parsing of single commands with commas
Token cleanup
Password argument now defaults to false
Addition of coding conventions from v3 conventions
2018-01-06 23:23:32 -08:00
Tim Rupp
8e5407e0da
Fixes bigip gtm params ( #34544 )
...
Changed bool params to be string params because there is a third
param that needs to be taken into account
2018-01-06 19:36:02 -08:00
Patrick Marques
8465830c1d
Add new module digital_ocean_floating_ip_facts ( #26372 )
2018-01-07 08:51:57 +05:30
Tim Rupp
f4a2b0b103
Adds the bigiq_regkey_license module ( #34543 )
...
This module can be used to add license offerings to a pool. This
is the second part required to license a remote device from a
BIG-IQ (the first being to create a pool with bigiq_regkey_pool)
2018-01-06 12:13:50 -08:00
Tim Rupp
8c07ebe860
Adds bigiq regkey pool module ( #34542 )
...
This module can be used to manage the containers of regkeys
that exist on a BIG-IQ
2018-01-06 11:34:14 -08:00
Tim Rupp
e5d77c7782
Fixes for bigip monitors and profiles ( #34524 )
...
Fixed incorrect parent comparison. Fixed old fqdn_name usage.
Fixed incorrect default parents
2018-01-05 15:53:26 -08:00
Tim Rupp
803e4124b6
Removes deprecated code from bigip_monitor_tcp ( #34520 )
...
* Removes deprecated code from bigip_monitor_tcp
The deprecated code was moved into its own modules. We let it lay
here for a release, and now I'm removing it.
* Fixing upstreaming tests
2018-01-05 15:22:50 -08:00
Tim Rupp
e9bb5da37e
Adds the bigip_gtm_server module ( #34513 )
...
This module can be used to create GTM servers (not to be confused with
GTM virtual servers) on a BIGIP. GTM servers are a component of the
datacenter, and GTM virtual servers are their members.
2018-01-05 13:51:15 -08:00
dpassante
7bf75f2458
cloudstack: new module cs_network_offering ( #34354 )
2018-01-05 20:06:49 +01:00
Nathaniel Case
c371ed8d30
nxos tests to use network_cli ( #34474 )
...
* Fix over-byte
* Fix nxos_l2_interface docs
* Update connections for tasks
* Add default ssh port
* Only report provider when using connection=local
* Send empty provider when connection=network_cli
* Fix find tasks
2018-01-05 12:39:04 -05:00
Vitaliy Zhhuta
bac5808b94
New module for managing user in InfluxDB ( #31566 )
2018-01-05 15:27:43 +05:30
John R Barker
2be5ad4f08
deprecation dict not live yet ( #34493 )
2018-01-05 03:28:53 -05:00
Trishna Guha
9d2182bcf8
Deprecate nxos_switchport and Add nxos_l2_interface DI module ( #33813 )
...
* Deprecate nxos_switchport
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add nxos_l2_interface DI module
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* pep8 fixes
* aggregate test for nxos_l2_interface
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* revert nxos_switchport test change
* gundalow's comment
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-01-05 07:44:02 +00:00
Pilou
e9a5ff912a
nxos_file_copy: fix broken import and 2.6 compatibility ( #34480 )
...
* Fix broken import: paramiko could be missing
* doc: use formatting function
* Use Python 2.6 compatible format string
2018-01-05 11:36:11 +05:30
Toshio Kuratomi
6da06fac3f
Fix out-dated code style in new module logentries_msg.py
2018-01-04 20:50:42 -08:00
Brian Coca
bc6b1ca17b
corrected docs, removed comment, return is req
2018-01-04 20:46:26 -05:00
Jimmy Tang
dab0661cc7
Logentries msg plugin, this allows users to send log messages to logentries ( #19456 )
...
* This is a resubmission of https://github.com/ansible/ansible-modules-extras/pull/904
* Fix up logentries_msg module with current best practices
This commit also fixes up a few pep8 issues.
2018-01-04 20:45:47 -05:00
Jordan Borean
edf56c9743
win_mapped_drive: add extra note around win_mapped_drive ( #34478 )
2018-01-05 08:00:09 +10:00
Jordan Borean
da69f5aeae
win_package: remove case sensitive check for msi extension ( #34476 )
2018-01-05 07:11:22 +10:00
Pilou
bd38359ddc
gcdns_zone: fix broken import ( #34076 )
...
* fix broken import
* whole project requires Python >= 2.6
2018-01-04 09:32:47 -08:00
Tim Rupp
19f5d969c5
Bugfix.add token cleanup 02 ( #34441 )
...
* Adds more token cleanup
Token cleanup ensures that the bigip doesnt become wedged from
excessive API calls
* Fixed missing usage of token cleanup
2018-01-04 09:24:14 -08:00
Chris Houseknecht
490a1625f7
K8s scale module ( #33983 )
...
* New K8s common modules
* Refactor
* Fixes lint issues
* openshift_scale to new branch
* Better docs
* Updates examples
2018-01-04 12:07:53 -05:00
ZhijunZhao
99551818a1
fix failure `got multiple values for keyword argument id` ( #33624 )
...
* fix failure `got multiple values for keyword argument id`
* fix test case failure
* fix pylint error
* fix typo
* use fixed version of azure mgmt network sdk
* resolve code review feedbacks
2018-01-04 08:22:35 -08:00
Oliver Gondža
30cae1c356
Do not prevent username logging in jenkins_script module ( #34459 )
2018-01-04 10:03:01 -05:00
Trishna Guha
0f24199012
make eos_vlan idempotent ( #34443 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-01-04 18:12:44 +05:30
Ganesh Nalawade
ab67539bef
Add nxos_lldp module ( #34453 )
...
* Add nxos_lldp module
* Implemetation for nxos_lldp module
* Integration test for nxos_lldp module
* Minor change
2018-01-04 18:06:15 +05:30
Ondra Machacek
2376d02f3f
ovirt_cluster: Fix cluster cpu arch comparision ( #34446 )
2018-01-04 07:01:58 -05:00
Abhijeet Kasurde
dcc1355d54
VMware: new module - vmware_local_role_manager ( #33372 )
...
This fix adds new module for managing various roles in
local ESXi server. Also, adds integration tests for this change.
Fixes : #27899
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-01-04 15:53:58 +05:30