Deprecate nxos_portchannel and add nxos_linkagg DI module (#33376)

* deprecate nxos_portchannel

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* Add nxos_linkagg DI module

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* remove nxos_portchannel unit test

* fix syntax issues

* fix ansible-doc failure

* update nxos_portchannel unittest

* minor fixes and integration test

* update nxos_linkagg
This commit is contained in:
Trishna Guha 2017-12-20 11:26:07 +05:30 committed by GitHub
commit be89822bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 677 additions and 7 deletions

View file

@ -80,6 +80,7 @@ The following modules will be removed in Ansible 2.9. Please update update your
* :ref:`fixme <fixme>`
* :ref:`nxos_ip_interface <nxos_ip_interface>` use :ref:`nxos_l3_interface <nxos_l3_interface>` instead.
* :ref:`nxos_portchannel <nxos_portchannel>` use :ref:`nxos_linkagg <nxos_linkagg>` instead.
Noteworthy module changes
-------------------------