Skip to content

Commit

Permalink
[ios_vlans] remove extra configuration attribute (#1005)
Browse files Browse the repository at this point in the history
* revert vlan extra parameters

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add a changelog

* revert vlans test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* resource segregate implementation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* documentation update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add basic tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* minor doc changes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* check command options

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add purge

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix unused imports

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update changelog

* add tests for vlan conf

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update tests for vlan config purged

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix vlan config

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix tests

* update documentation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update docs 2

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* address review comments

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update doc

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update test-req

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
KB-perByte and pre-commit-ci[bot] authored Jan 11, 2024
1 parent 8717247 commit a0963e7
Show file tree
Hide file tree
Showing 28 changed files with 1,499 additions and 829 deletions.
6 changes: 6 additions & 0 deletions changelogs/fragments/ios_vlans_revert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bugfixes:
- ios_vlans - Top level configuration attribute is not required, the module works with vlan and vlan configuration both.
- ios_vlans - Make behaviour of the action states consistent.
minor_changes:
- ios_vlans - Add purged state to deal with toplevel vlan and vlan configuration config.
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_bgp_address_family_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8060,7 +8060,7 @@ Notes
-----

.. note::
- Tested against Cisco IOSXE Version 17.3 on CML.
- Tested against Cisco IOS-XE Version 17.3 on CML.
- This module works with connection ``network_cli``. See https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html
- The module examples uses callback plugin (stdout_callback = yaml) to generate task output in yaml format.

Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_bgp_global_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9513,7 +9513,7 @@ Notes
-----

.. note::
- Tested against Cisco IOSXE Version 17.3 on CML.
- Tested against Cisco IOS-XE Version 17.3 on CML.
- This module works with connection ``network_cli``. See https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html
- The module examples uses callback plugin (stdout_callback = yaml) to generate task output in yaml format.

Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_evpn_evi_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Notes
-----

.. note::
- Tested against Cisco IOS device with Version 17.13.01 on Cat9k on CML.
- Tested against Cisco IOS-XE device with Version 17.13.01 on Cat9k on CML.
- This module works with connection ``network_cli``. See https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html


Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_evpn_global_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Notes
-----

.. note::
- Tested against Cisco IOS device with Version 17.13.01 on Cat9k on CML.
- Tested against Cisco IOS-XE device with Version 17.13.01 on Cat9k on CML.
- This module works with connection ``network_cli``. See https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html


Expand Down
Loading

0 comments on commit a0963e7

Please sign in to comment.