ansible/lib/ansible/modules/network
Gaurav Rastogi 9e2ff3e4d5 Updated Avi Modules with new features and documentation update. (#34206)
* Updated Avi Modules with following
1. Support to perform patch operation using the modules. The data update method is
selected using avi_api_update_method=patch and patch operation is determined by
avi_api_patch_op. The patch data is the normal params that are provided in the modules

2. Support for avi_credentials as single authentication dictionary for all API calls.
This is preferred way as opposed to previously all credentials details would pollute
the individual Ansible tasks. It also allows the module development to be enhanced
without breaking compatibility for new authentication schemes like SAML etc.

3. Support for sharing api_context between the module invocations. This is a
workaround to not do multiple logins to Avi Controller and be able to
re-use single login across multiple REST API calls.

4. Documentation update for new parameters and existing ones with Units data.

* Fixed the pylint and pep8 errors caused due to pycharm editor auto formatting
2017-12-24 08:15:23 +00:00
..
a10 Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
aci ACI ENCAP POOL RANGES: Add new module to support encap ranges (#33758) 2017-12-14 00:35:50 +01:00
aireos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aos Bulk pep8 fixes - hand crafted (#33690) 2017-12-07 19:29:21 -08:00
aruba Aruba indenting (#33884) 2017-12-14 14:37:34 +05:30
asa Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
avi Updated Avi Modules with new features and documentation update. (#34206) 2017-12-24 08:15:23 +00:00
bigswitch Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
citrix netscaler: PEP8 compliancy and documentation changes (#32653) 2017-11-08 02:27:57 -05:00
cloudengine ce_file_copy: fix broken import (#34023) 2017-12-20 14:44:01 +00:00
cloudvision Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cnos Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
cumulus Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
dellos6 Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
dellos9 Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
dellos10 Encode xml data to utf8 standard (#34079) 2017-12-21 10:10:18 +05:30
enos Lenovo enos bugfixes (#33857) 2017-12-13 20:57:51 +00:00
eos eos_linkagg DI module (#33007) 2017-12-20 19:43:30 +05:30
f5 Adds more token cleanup (#34207) 2017-12-22 12:54:56 -08:00
fortios Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
illumos Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
interface Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
ios Add ios_l3_interface module (#34201) 2017-12-23 11:24:00 +05:30
iosxr Turns out the order is important (#34116) 2017-12-21 09:26:30 +05:30
ironware Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos Add missing msg in fail_json (#33543) 2017-12-04 21:57:58 +05:30
layer2 Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
layer3 Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
mlnxos Add module mlnxos_vlan for supporting vlan configuration on Mellanox switches (#34113) 2017-12-23 12:11:25 +05:30
netconf Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
netscaler Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
netvisor Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
nso Add nso_query module to query Cisco NSO using XPath (#34188) 2017-12-22 16:56:50 +00:00
nuage Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
nxos Convert nxos_vlan to DI module (#31866) 2017-12-21 14:08:33 +05:30
ordnance Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
ovs Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
panos Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
protocol Assign network modules maintained by the network team the network metadata 2017-08-15 23:12:08 -07:00
radware Fixing wrong parameter name in documentation example (#33633) 2017-12-06 17:04:13 +00:00
routing Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
sros Bulk pep8 fixes - hand crafted (#33690) 2017-12-07 19:29:21 -08:00
system Modules metadata: fix invalid GitHub ID in author field (#31856) 2017-11-02 06:52:18 -04:00
vyos Revert "Deprecate Entity, EntityCollection and use subspec in network modules (#33575)" (#33849) 2017-12-13 13:07:52 +05:30
__init__.py