Topics
- Add eos_ntp_global module.
- Remove testing with provider for ansible-test integration jobs. This helps prepare us to move to network-ee integration tests.
- Changed access_group parameter to type list, to enable multiple access-groups configuration.
- Fix logic error while executing replaced and overridden operations on bgp neighbors.
- Fix typo and logic errors in bgp_global, to skip other routing protocol configs from running-config.
- command template fixed supporting Jinja version for centos-8 EEs.
- eos_ntp_global - Manages ntp resource module
- Add eos_logging_global resource module.
- Add new keys to vrf->route_target in bgp modules.
- Change cli 'bgp listen limit' to 'dynamic peer max' ( cli changes in eos 4.23 ).
- Fix ospf3 to be ospfv3 in bgp config.
- Update BGP neighbor peer group syntax.
- Arista released train 4.23.X and newer and along with it replaced and deprecated lots of commands. This PR adds support for syntax changes in release train 4.23 and after. Going forward the eos modules will not support eos sw version < 4.23.
- Added fix to support multiple keys under ip and ipv6 dict in parser template.
- fix issue in prefix_lists facts code when prefix_lists facts are empty.
- fix issue in route-maps facts code when route-maps facts are empty.
- eos_logging_global - Manages logging resource module
- Add eos_prefix_lists resource module.
- Add alias to neighbor and network in bgp_global so that lists of objects are plural.
- Fix typo in eos_bgp_address_family redirection.
- eos_prefix_lists - Manages Prefix lists resource module
- Add support to accomodate change in username config cli in latest eos software version.
- Fix regex for password prompt.
- argspec key 'shut_down' changed to 'shutdown'.
- Add eos_route_maps resource module.
- Add support for available_network_resources key, which allows to fetch the available resources for a platform (ansible-collections#184).
- Mask values of sensitive keys in module result.
- Modify the split pattern while checking for eapi url in eos_eapi.
- Normalize interface name before any operaion.
- Skip when there are alpha values present following vlan keyword.
- Add _remove_config before starting every integration test.
- galaxy.yml - change wrong dependency
ansible.netcommon
from2.0.0
to>= 2.0.0
(ansible-collections/overview#43).
- Requires ansible.netcommon v2.0.0+ to support ansible_network_single_user_mode and ansible_network_import_modules - Please refer to ansible.netcommon changelog for more details.
- Add support for configuration caching (single_user_mode).
- Add support for syntax changes in ospf bfd command in 4.23 (ansible-collections#134)
- Move eos_config idempotent warning message with the task response under warnings key if changed is True
- Re-use device_info dictionary in cliconf
- Add 'virtual' key to denote the existence of virtual address on an interface.(ansible-collections#170).
- Fixed the regex to parse the running config correctly.(ansible-collections#150)
- cliconf plugin - Prevent get_capabilities() from getting larger every time it is called
- Deprecated eos_bgp modules in favor of eos_bgp_global and eos_bgp_address_family resource module.
- Add version key to galaxy.yaml to work around ansible-galaxy bug
- Fix yaml formatting errors in documentation.
- Uncap required ansible version in our collection.
- Update default values in module argspec and docs (ansible-collections#154).
- Update docs to clarify the idemptonecy releated caveat and add it in the output warnings (ansible-collections/ansible.netcommon#189)
- fixes eos interfaces rm where interface in description resulted in failure (ansible-collections#86).
- replace list.copy() with list[:] to support python 2.7 and fix idempotent issue with replaced and overridden (ansible-collections#142).
- eos_bgp_address_family - bgp_address_family resource module
- eos_bgp_global - bgp_global resource module
- Added ospf_interfaces resource module. (ansible-collections#125)
- Documented the necessity to use eos_interfaces and eos_l2_interfaces (for l2 configs) in eos_l3_interfaces module.
- modify short description in ospfv3 resource module.
- stop integration testing of local connection as it is deprecated.
- updated config dict, with duplex key when speed changes from 'x' to 'forced x' (ansible-collections#120).
- eos_ospf_interfaces - ospf_interfaces resource module
- Added 'mode' to examples in documentation of eos_l2_interfaces.
- Added eos ospfv3 resource module (ansible-collections#109).
- Added unit test cases for eos_lldp_global module.
- Added 'mode' key to eos_interfaces to handle the layer2/3 switchport mode of an interface.
- Added fix to maintain the idempotency while using overridden operation.
- Check for existing configuration when trunk_allowed_vlans is issued, is added.
- Fixed typo and index out of range errors while handling protocol_options. (ansible-collections#115)
- eos_ospfv3 - OSPFv3 resource module
- Added error pattern to the terminal plugin to handle change mode error seen in lag interfaces config.
- rereleasing 1.0.1 with updated changelog.
- Add round trip testcases to the 2.9 resource modules.
- Add unit testcases to the eos_l3_interfaces resource modules.
- Add unit testcases to the eos_lag_interfaces resource modules.
- Sorted the list of params of ip address before forming the tuple.
- Updated docs.
- Fixes mismatch in documentation and code for using eos_lag_interfaces where the code required 'Port-Channeld.*:' but the docs did not document this. The module now supports both 'Port-Channeld.*:' and 'd.*:'.
- Make src, backup and backup_options in eos_config work when module alias is used (ansible-collections#85).
- eos - Use eos cliconf to run command on Arista EOS platform
- eos - Use eAPI to run command on eos platform
- eos_acl_interfaces - ACL interfaces resource module
- eos_acls - ACLs resource module
- eos_banner - Manage multiline banners on Arista EOS devices
- eos_bgp - Configure global BGP protocol settings on Arista EOS.
- eos_command - Run arbitrary commands on an Arista EOS device
- eos_config - Manage Arista EOS configuration sections
- eos_eapi - Manage and configure Arista EOS eAPI.
- eos_facts - Collect facts from remote devices running Arista EOS
- eos_interface - (deprecated, removed after 2022-06-01) Manage Interface on Arista EOS network devices
- eos_interfaces - Interfaces resource module
- eos_l2_interface - (deprecated, removed after 2022-06-01) Manage L2 interfaces on Arista EOS network devices.
- eos_l2_interfaces - L2 interfaces resource module
- eos_l3_interface - (deprecated, removed after 2022-06-01) Manage L3 interfaces on Arista EOS network devices.
- eos_l3_interfaces - L3 interfaces resource module
- eos_lacp - LACP resource module
- eos_lacp_interfaces - LACP interfaces resource module
- eos_lag_interfaces - LAG interfaces resource module
- eos_linkagg - (deprecated, removed after 2022-06-01) Manage link aggregation groups on Arista EOS network devices
- eos_lldp - Manage LLDP configuration on Arista EOS network devices
- eos_lldp_global - LLDP resource module
- eos_lldp_interfaces - LLDP interfaces resource module
- eos_logging - Manage logging on network devices
- eos_ospfv2 - OSPFv2 resource module
- eos_static_route - (deprecated, removed after 2022-06-01) Manage static IP routes on Arista EOS network devices
- eos_static_routes - Static routes resource module
- eos_system - Manage the system attributes on Arista EOS devices
- eos_user - Manage the collection of local users on EOS devices
- eos_vlan - (deprecated, removed after 2022-06-01) Manage VLANs on Arista EOS network devices
- eos_vlans - VLANs resource module
- eos_vrf - Manage VRFs on Arista EOS network devices