Topics
- iosxr_config - Relax restrictions on I(src) parameter so it can be used more like I(lines). (ansible-collections#343).
- iosxr_config Add updates option in return value(ansible-collections#438).
- Fix docs for prefix_lists RM.
- iosxr_acls - update examples and use YAML output in them for better readibility.
- Fix issue in deletion of ospf.(ansible-collections#425)
- Fix issue in facts gathering for Interfaces RM.(ansible-collections#417)
- Fix issue in lacp and lldp_global of local variable commands.
- Support overridden state in bgp_global,lacp and lldp_global module.(ansible-collections#386)
- Fix grpc sub plugin documentation.
- Update ospf_interfaces examples
- Update ospfv2 examples
- Update ospfv3 examples
- Add iosxr_bgp_templates module (ansible-collections#341).
- iosxr_facts - Add CPU utilization.
- iosxr_l2_interfaces - fix issue in supporting multiple iosxr version. (ansible-collections#379).
- Deprecated iosxr_bgp module in favor of iosxr_bgp_global,iosxr_bgp_neighbor_address_family and iosxr_bgp_address_family.
- iosxr_l2_interfaces - deprecate q_vlan with qvlan which allows vlans in str format e.g "any"
- Add support to delete specific static route entry.(ansible-collections#375)
- l2_interfaces Fix issue in qvlan parsing.(ansible-collections#403)
- iosxr_facts - Add ansible_net_cpu_utilization.
- iosxr_bgp_templates - Manages BGP templates resource module.
- Fixing Bundle-Ether/-POS recognition for resource modules. (ansible-collections#369)
- acls - Fix issue in
replaced
state of not replacing ace entries with remark action. (ansible-collections#332) - l3_interfaces - Fix issue in
gather
state of not gathering management interface. (ansible-collections#381)
- iosxr_interfaces - Fixed module documentation and examples.
- iosxr_l3_interfaces - Fixed module documentation and examples.
- interfaces - Fix issue in
overridden
state of interfaces RM. (ansible-collections#377)
- iosxr_bgp_global - add task output to module documentation examples.
- Fixing L2 Interface recognition for resource modules. (ansible-collections#366)
- Iosxr_interfaces - Fix issue in interfaces with interface type.
- Improve docs of static_routes Resource modules.
- iosxr_l3_interfaces - fix issue in ipv4 address formatting. (ansible-collections#311).
- bgp_global - Add
no_prepend
option andset
andreplace_as
suboptions under local_as option. (ansible-collections#336) - bgp_global - Add
password
option andencrypted
andinheritance_disable
suboptions. (ansible-collections#337) - bgp_global - Add
use
option andneighbor_group
andsession_group
suboptions. (ansible-collections#312)
- Bgp_global, Bgp_neighbor_address_family, Bgp_address_family. Make all possible option mutually exclusive.
- bgp_neighbor_address_family - mark
soft_reconfiguration
suboptionsset
,always
, andinheritance_disable
as mutually exclusive. (ansible-collections#325) - facts - fix
ansible_net_model
andansible_net_seriulnum
facts gathering issue (ansible-collections#308)
- iosxr.iosxr_bgp_global - Add missing set option in fast-detect dict of bgp nbr.
- bgp_global - Fix neighbor description parser issue.
- Add valid example in iosxr_command module which will show handling multiple prompts.
- Fix issue of iosxr_config parellel uploads.
- Support commit confirmed functionality with replace option.
- requirements: remove google dependency
- iosxr_bgp_neighbor_address_family - Added alias to render as_overrride under vrfs as as_override.
- Only valid connection types for this collection are network_cli and netconf.
- This release drops support for connection: local and provider dictionary.
- iosxr_bgp_neighbor_address_family - add extra supported values l2vpn, link-state, vpnv4, vpnv6 to afi attribute.
- iosxr_interface - use iosxr_interfaces instead.
- Fixing model/version facts gathering (ansible-collections#282)
- Fixing TenGigE Interface recognition for resource modules. (ansible-collections#270)
- Add support for grpc connection plugin
- iosxr_ping - Fix regex to parse ping failure correctly.
- Add label and comment to commit_confirmed functionality in IOSXR.
- Fix commit confirmed for IOSXR versions with atomic commands.
- Fix commit confirmed to render proper command without timeout.
- iosxr_ping - Add iosxr_ping module.
- Remove irrelevant warning from facts.
- Minimum required ansible.netcommon version is 2.5.1.
- Updated base plugin references to ansible.netcommon.
- facts - default value for gather_subset is changed to min instead of !config.
- Add new keys ge, eq, le for iosxr_prefix_lists.
- Fix iosxr_ospfv2 throwing a traceback with gathered (ansible-collections#227).
- IOSXR - Fix sanity for missing elements tag under list type attribute.
- Add symlink of modules under plugins/action.
- iosxr_snmp_server - Add aliases for access-lists in snmp-server(ansible-collections#225).
- iosxr_bgp_global - Add alias for neighbor_address (ansible-collections#216)
- iosxr_snmp_server - Fix gather_facts issue in snmp_servers (ansible-collections#215)
- iosxr_acls - fix acl for parsing wrong command on ( num matches ) data
- Add commit_confirmed functionality in IOSXR.
- Add disable_default_comment option to disable default comment in iosxr_config module.
- iosxr_hostname - New Resource module added.
- iosxr_hostname - Manages hostname resource module
- Add iosxr_snmp_server resource module.
- Added support for keys net_group, port_group to resolve issue with fact gathering against IOS-XR 6.6.3.
- fix issue of local variable 'start_index' referenced before assignment with cisco.iosxr.iosxr_config.
- iosxr_user - replaced custom paramiko sftp and ssh usage with native "copy_file" and "send_command" functions. Fixed issue when ssh key copying doesn't work with network_cli or netconf plugin by deleting "provider" usage. Fixed improper handling of "No such configuration item" when getting data for username section, without that ansible always tried to delete user "No" when purging if there is no any user in config. Fixed one-line admin mode commands not work anymore for ssh key management on IOS XR Software, Version 7.1.3, and add support of "admin" module property (ansible-collections#15)
- Update valid docs for iosxr_logging_global and prefix_list
- iosxr_snmp_server - Manages snmp-server resource module
- Added iosxr ntp_global resource module.
- Update valid deprecation date in bgp module.
- Add iosxr_logging_global resource module.
- The iosxr_logging module has been deprecated in favor of the new iosxr_logging_global resource module and will be removed in a release after '2023-08-01'.
- fix issue in prefix-lists facts code when prefix-lists facts are empty. (ansible-collections#161)
- iosxr_logging_global - Manages logging attributes of Cisco IOSXR network devices
- Add iosxr_prefix_lists resource module.
- To add updated route policy params to Bgp nbr AF RM
- fix backword compatibility issue for iosxr 6.x.
- fix intermittent issue on CI for iosxr_banner module.
- fix iosxr_config issue for prefix-set,route-policy config
- fix static routes interface parsing issue.
- iosxr_prefix_lists - Prefix-Lists resource module.
- Add new keys for iosxr_l2_interface, iosxr_logging.
- Fix integration tests for iosxr_config, iosxr_smoke,iosxr_facts,iosxr_l2_interfaces,iosxr_lag_interfaces, iosxr_logging,iosxr_user.
- Add warning when comment is not supported by IOSXR.
- Fix issue of commit operation which was not failing for invalid inputs.
- Add support for available_network_resources key, which allows to fetch the available resources for a platform (ansible-collections#119).
- Update psudo-atomic operation scenario tests with correct assertion.
- Avoid using default value for comment for iosxr version > 7.2(Module=iosxr_config)
- Avoid using default value for comment when "comment is not supported" by device.
- For versions >=2.0.1, this collection requires ansible.netcommon >=2.0.1.
- Re-releasing this collection with ansible.netcommon dependency requirements updated.
- Properly mask values of sensitive keys in module result.
- Add fix for interfaces which are not in running config should get merged when state is merged. (ansible-collections#106)
- Update valid hostname info in iosxr_facs using show running-conf hostname command. (ansible-collections#103)
- Please refer to ansible.netcommon changelog for more details.
- Requires ansible.netcommon v2.0.0+ to support ansible_network_single_user_mode and ansible_network_import_modules.
- ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required.
- Add iosxr_bgp_address_family resource module (ansible-collections#105.).
- Add iosxr_bgp_global resource module (ansible-collections#101.).
- Add iosxr_bgp_neighbor_address_family resource module (ansible-collections#107.).
- Add missing examples for bgp_address_family module.
- Add support for single_user_mode.
- Fix integration testcases for bgp_address_family and bgp_neighbor_address_family.
- Fix issue in delete state in bgp_address_family (ansible-collections#109).
- Move iosxr_config idempotent warning message with the task response under warnings key if changed is True
- Re-use device_info dict instead of building it every time.
- Fix to accurately report configuration failure during pseudo-atomic operation fior iosxr-6.6.3 (ansible-collections#92).
- iosxr_bgp_address_family - Manages BGP Address Family resource module.
- iosxr_bgp_global - Manages BGP global resource module.
- iosxr_bgp_neighbor_address_family - Manages BGP neighbor address family resource module.
- Update docs to clarify the idemptonecy releated caveat and add it in the output warnings (ansible-collections/ansible.netcommon#189)
- Added iosxr ospf_interfaces resource module (ansible-collections#84).
- Add version key to galaxy.yaml to work around ansible-galaxy bug
- Fix iosxr_acls throwing a traceback with overridden (ansible-collections#87).
- require one to specify a banner delimiter in order to fix a timeout when using multi-line strings
- iosxr_ospf_interfaces - OSPF Interfaces Resource Module.
- Added iosxr ospfv3 resource module (ansible-collections#81).
- Platform supported coments token to be provided when invoking the object.
- iosxr_ospfv3 - ospfv3 resource module
- Confirmed commit fails with TypeError in IOS XR netconf plugin (ansible-collections#74)
- running config data for interface split when substring interface starts with newline
Rereleased 1.0.3 with updated changelog.
Rereleased 1.0.2 with regenerated documentation.
- Make src, backup and backup_options in iosxr_config work when module alias is used (ansible-collections#63).
- Makes sure that docstring and argspec are in sync and removes sanity ignores (ansible-collections#62).
- Update docs after sanity fixes to modules.
- Bring plugin table to correct position (ansible-collections#44)
- iosxr - Use iosxr cliconf to run command on Cisco IOS XR platform
- iosxr - Use iosxr netconf plugin to run netconf commands on Cisco IOSXR platform
- iosxr_acl_interfaces - ACL interfaces resource module
- iosxr_acls - ACLs resource module
- iosxr_banner - Manage multiline banners on Cisco IOS XR devices
- iosxr_bgp - Configure global BGP protocol settings on Cisco IOS-XR
- iosxr_command - Run commands on remote devices running Cisco IOS XR
- iosxr_config - Manage Cisco IOS XR configuration sections
- iosxr_facts - Get facts about iosxr devices.
- iosxr_interface - (deprecated, removed after 2022-06-01) Manage Interface on Cisco IOS XR network devices
- iosxr_interfaces - Interfaces resource module
- iosxr_l2_interfaces - L2 interfaces resource module
- iosxr_l3_interfaces - L3 interfaces resource module
- iosxr_lacp - LACP resource module
- iosxr_lacp_interfaces - LACP interfaces resource module
- iosxr_lag_interfaces - LAG interfaces resource module
- iosxr_lldp_global - LLDP resource module
- iosxr_lldp_interfaces - LLDP interfaces resource module
- iosxr_logging - Configuration management of system logging services on network devices
- iosxr_netconf - Configures NetConf sub-system service on Cisco IOS-XR devices
- iosxr_ospfv2 - OSPFv2 resource module
- iosxr_static_routes - Static routes resource module
- iosxr_system - Manage the system attributes on Cisco IOS XR devices
- iosxr_user - Manage the aggregate of local users on Cisco IOS XR device