community.general/lib/ansible/modules/network/eos
Ganesh Nalawade 5a6b893240
Decouple config and state check in vlan and vrf network modules (#36386)
* Decouple config and state check in {network_os }_vlan and { network_os }_vrf modules

Fixes #35567
Fixes #34754

`interfaces` option is used for configuration as well as operational state
check. If interface is configured to given vlan or vrf but if
operational state of interface is disabled it results in module failure.

Fix is to decouple same option usage for config and state.
With this fix `interfaces` is used as config option and a new
option named `associated_interfaces` will be used for intent check
for assigned interfaces.

* Fix CI failures

* Fix review comment

* Fixed integration test failure
2018-02-26 09:23:54 +05:30
..
__init__.py initial add of eos_config module 2016-12-08 11:24:02 -05:00
eos_banner.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
eos_command.py fixed conditional error message (#36476) 2018-02-21 11:44:18 +05:30
eos_config.py Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
eos_eapi.py Fix vrf parsing in eos_vrf and eos_eapi module (#35791) 2018-02-12 12:33:22 +05:30
eos_facts.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
eos_interface.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
eos_l2_interface.py Fixed Arista typo in docstring (#36139) 2018-02-14 13:23:06 +05:30
eos_l3_interface.py Fixed Arista typo in docstring (#36139) 2018-02-14 13:23:06 +05:30
eos_linkagg.py Fixed Arista typo in docstring (#36139) 2018-02-14 13:23:06 +05:30
eos_lldp.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
eos_logging.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
eos_static_route.py Fixed Arista typo in docstring (#36139) 2018-02-14 13:23:06 +05:30
eos_system.py Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
eos_user.py Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
eos_vlan.py Decouple config and state check in vlan and vrf network modules (#36386) 2018-02-26 09:23:54 +05:30
eos_vrf.py Decouple config and state check in vlan and vrf network modules (#36386) 2018-02-26 09:23:54 +05:30