diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4ccf0b595..7ebd4c6a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,119 @@ Vyos Collection Release Notes .. contents:: Topics +v6.0.0 +====== + +Release Summary +--------------- + +This is the first significant release from the VyOS community for these modules. +This release is focussed on 1.3+ of VyOS and will be the last major release to +support 1.3 fully. Although efforts have been made to maintain compatibility +with the existing vyos collection modules, there have breaking changes where +necessary to configuration parameters. Please review all changes carefully before updating. + +Major Changes +------------- + +- bgp modules - Added support for 1.4+ "system-as". 1.3 embedded as_number is still supported +- vyos bgp modules - Many configuration attributes moved from `bgp_global` to `bgp_address_family` module (see documentation). +- vyos_bgp_address_family - Aligned with version 1.3+ configuration - aggregate_address, maximum_paths, network, and redistribute moved from `bgp_global` module. These are now Address-family specific. Many neighbor attributes also moved from `vyos_bgp_global` to `vyos_bgp_address_family` module. +- vyos_bgp_global - Aligned with version 1.3+ configuration - aggregate_address, maximum_paths, network, and redistribute Removed to `bgp_address_family` module. +- vyos_user - add support for encrypted password specification +- vyos_user - add support for public-key authentication + +Minor Changes +------------- + +- README.md - Add Communication section with Forum information. +- vyos_bgp_address_family - Redistribute, network stanza - added support for modifiers (metric, backdoor etc as per T6829) +- vyos_bgp_global - Added support for `solo` neighbor attribute +- vyos_config - block get_config call if match is set to "none" +- vyos_facts - added `network_os_major_version` to facts +- vyos_firewall_global - Added support for input, output, and forward chains (1.4+) +- vyos_firewall_global - Added support for log-level in state-policy (1.4+) +- vyos_firewall_global - with 1.4+, use the the global keyword to define global firewall rules +- vyos_firewall_interfaces - added support for VIF interfaces +- vyos_firewall_interfaces - enable support for 1.4 firewall +- vyos_firewall_interfaces - expanded firewall interface types to match existing types +- vyos_firewall_rules - Add support for diff mode for rulesets +- vyos_firewall_rules - Added support for 1.4+ firewall rules +- vyos_firewall_rules - Fixed comparing of firewall rules +- vyos_firewall_rules - added support for 1.5+ firewall `match-ipsec-in`, `match-ipsec-out`, `match-none-in`, `match-none-out` +- vyos_firewall_rules - added support for packet-length-exclude for 1.4+ and the states +- vyos_l3_interfaces - make l3_interfaces pick up loopback interfaces +- vyos_lldp_global - address is now addresses, with appropriate coercion for existing address keys +- vyos_ntp_global - Added ntp options for 1.5+ (interleave, ptp) +- vyos_ntp_global - Added support for VyOS 1.4+ (chronyd vs ntpd) +- vyos_ntp_global - Added syntax for allow_client in 1.4+ +- vyos_ospf_interaces - support for 1.4 ospf interfaces +- vyos_ospf_interfaces - add support for VyOS 1.3- virtual interfaces +- vyos_ospf_interfaces - add support for VyOS 1.4+, which moved interface configuration from the interfaces to ospf/ospfv3 interfaces configuration +- vyos_route_maps - add support for as-path-prepend policy option + +Breaking Changes / Porting Guide +-------------------------------- + +- Removed `vyos_logging`. Use `vyos_logging_global` instead. +- lldp_global - if "address" is available, merge will cause it to be added, in contrast to the previous behavior where it was replaced. When used in replace mode, it will remove any existing addresses and replace them with the new one. +- vyos_bgp_address_family - Support for 1.3+ VyOS only +- vyos_bgp_global - Support for 1.3+ VyOS only +- vyos_firewall_rules - removed p2p options as they have been removed prior to 1.3 of VyOS +- vyos_firewall_rules - tcp.flags is now a list with an inversion flag to support 1.4+ firewall rules, but still supports 1.3- +- vyos_lldp_global - civic_address is no longer a valid key (removed prior to 1.3) +- vyos_logging_global - For 1.4, `protocol` is an attribute of the syslog host, not the facility +- vyos_snmp_server - no longer works with versions prior to 1.3 +- vyos_snmp_server - parameter `engine_id` is no longer a `user` or `trap_target` parameter and is now a `snmp_v3` parameter +- vyos_snmp_server - parameters `encrypted-key` and `plaintext-key` are now `encrypted-password` and `plaintext-password` +- vyos_user - explicit support for version 1.3+ only +- vyos_user - removed level (and its alias, role) they were removed in 1.3 + +Deprecated Features +------------------- + +- vyos_bgp_global - no_ipv4_unicast - deprecated for use with VyOS 1.4+, use `ipv4_unicast` instead +- vyos_firewall_interfaces - deprecated for use with VyOS 1.4+, firewalls are no longer connected directly to interfaces. See the Firewall Configuration documentation for how to establish a connection betwen the firewall rulesets and the flow, interface, or zone. +- vyos_lldp_global - `address` is deprecated, use `addresses` instead. To be removed in 7.0.0. +- vyos_logging_global - `protocol` is deprecated for 1.4 and later, use `facility` instead. To be removed in next major version where supprot for 1.3 is removed + +Bugfixes +-------- + +- vyos_config - Fix change detection for recent Vyos versions +- vyos_firewall_global - Fix removing last member of a firewall group. +- vyos_firewall_global - Fixed ipv6 route-redirects and tests +- vyos_firewall_global - Fixed parsing of global-options (1.4+) +- vyos_firewall_global - Fixed state-policy deletion (partial and full) +- vyos_firewall_global - fixed behavior for stanzas processing by facts in 1.4+ (e.g. present/absent stanza vs enable/disable) +- vyos_firewall_global - fixed the facts parsers to include state-policies, redirect +- vyos_firewall_rules - Allow deleting of firewall description. +- vyos_firewall_rules - Fix limit parameter processing +- vyos_firewall_rules - fixed behavior for log, disable attributes +- vyos_firewall_rules - fixed behavior for override and replaced states +- vyos_interfaces - fixed bug where 'replace' would delete an active disable and not reinstate it +- vyos_interfaces - fixed over-zealous handling of disable, which could catch other interface items that are disabled. +- vyos_l3_interfaces - fix delete in interfaces to remove vif completely if in affected interface +- vyos_l3_interfaces - fix override in interfaces to remove vif completely if not present in new config +- vyos_l3_interfaces - fix replace in interfaces to remove vif completely if not present in new config +- vyos_logging_global - Fixed v1.3 and before when `protocol` and `level` were set for the same host +- vyos_ospf_interfaces - fixed get_config to cater for unordered command lists in 1.4+ +- vyos_ospfv2 - passive-interface processing for 1.3- and 1.4+ +- vyos_ospfv3 - added support for adding interfaces to areas +- vyos_static routes - fixed the facts, argspecs, config to include interface-routes +- vyos_user - fix handling of `full-name` in parser and module + +Known Issues +------------ + +- existing code for 1.3 facility protocol and facility level are not compatible, only one will be set and level is the priority. + +Documentation Changes +--------------------- + +- Updated tested versions +- Updates to module documentation + v5.0.0 ====== diff --git a/README.md b/README.md index 6650cb670..27a1bc407 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Ansible VyOS collection includes a variety of Ansible content to help automate the management of VyOS network appliances. -This collection has been tested against VyOS 1.3.8, 1.4.1 and the current rolling release for 1.5. Where possible, +This collection has been tested against VyOS 1.3.8, 1.4.2 and the current rolling release for 1.5. Where possible, compatibility with older versions of VyOS are maintained but not guaranteed. ## Communication @@ -232,8 +232,8 @@ Major Version | Ansible Support | VyOS Support | Details --- | --- | --- | --- 4.1.0 | 2.15 | 1.1.2 | Final release for the 4.x series 5.0.0 | 2.16 | 1.1.2 | First relase under VyOS control as a separate collection -6.0.0 | 2.18 | 1.3.8 | *Planned* release for supporting VyOS 1.3.8+ -7.0.0 | x.xx | 1.4.x | *Prospective* release deprecating incompatible 1.3.x modules +6.0.0 | 2.18 | 1.3.8 | Release for supporting VyOS 1.3.8+ +7.0.0 | x.xx | 1.4.x | *Planned* release deprecating incompatible 1.3.x modules Note: - Unreleased versions are not guaranteed to be released as described. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b20932d2a..76237dcdf 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -431,3 +431,195 @@ releases: - release_500.yaml - undeprecate.yaml release_date: "2024-06-25" + 6.0.0: + changes: + breaking_changes: + - Removed `vyos_logging`. Use `vyos_logging_global` instead. + - lldp_global - if "address" is available, merge will cause it to be added, + in contrast to the previous behavior where it was replaced. When used in replace + mode, it will remove any existing addresses and replace them with the new + one. + - vyos_bgp_address_family - Support for 1.3+ VyOS only + - vyos_bgp_global - Support for 1.3+ VyOS only + - vyos_firewall_rules - removed p2p options as they have been removed prior + to 1.3 of VyOS + - vyos_firewall_rules - tcp.flags is now a list with an inversion flag to support + 1.4+ firewall rules, but still supports 1.3- + - vyos_lldp_global - civic_address is no longer a valid key (removed prior to + 1.3) + - vyos_logging_global - For 1.4, `protocol` is an attribute of the syslog host, + not the facility + - vyos_snmp_server - no longer works with versions prior to 1.3 + - vyos_snmp_server - parameter `engine_id` is no longer a `user` or `trap_target` + parameter and is now a `snmp_v3` parameter + - vyos_snmp_server - parameters `encrypted-key` and `plaintext-key` are now + `encrypted-password` and `plaintext-password` + - vyos_user - explicit support for version 1.3+ only + - vyos_user - removed level (and its alias, role) they were removed in 1.3 + bugfixes: + - vyos_config - Fix change detection for recent Vyos versions + - vyos_firewall_global - Fix removing last member of a firewall group. + - vyos_firewall_global - Fixed ipv6 route-redirects and tests + - vyos_firewall_global - Fixed parsing of global-options (1.4+) + - vyos_firewall_global - Fixed state-policy deletion (partial and full) + - vyos_firewall_global - fixed behavior for stanzas processing by facts in 1.4+ + (e.g. present/absent stanza vs enable/disable) + - vyos_firewall_global - fixed the facts parsers to include state-policies, + redirect + - vyos_firewall_rules - Allow deleting of firewall description. + - vyos_firewall_rules - Fix limit parameter processing + - vyos_firewall_rules - fixed behavior for log, disable attributes + - vyos_firewall_rules - fixed behavior for override and replaced states + - vyos_interfaces - fixed bug where 'replace' would delete an active disable + and not reinstate it + - vyos_interfaces - fixed over-zealous handling of disable, which could catch + other interface items that are disabled. + - vyos_l3_interfaces - fix delete in interfaces to remove vif completely if + in affected interface + - vyos_l3_interfaces - fix override in interfaces to remove vif completely if + not present in new config + - vyos_l3_interfaces - fix replace in interfaces to remove vif completely if + not present in new config + - vyos_logging_global - Fixed v1.3 and before when `protocol` and `level` were + set for the same host + - vyos_ospf_interfaces - fixed get_config to cater for unordered command lists + in 1.4+ + - vyos_ospfv2 - passive-interface processing for 1.3- and 1.4+ + - vyos_ospfv3 - added support for adding interfaces to areas + - vyos_static routes - fixed the facts, argspecs, config to include interface-routes + - vyos_user - fix handling of `full-name` in parser and module + deprecated_features: + - vyos_bgp_global - no_ipv4_unicast - deprecated for use with VyOS 1.4+, use + `ipv4_unicast` instead + - vyos_firewall_interfaces - deprecated for use with VyOS 1.4+, firewalls are + no longer connected directly to interfaces. See the Firewall Configuration + documentation for how to establish a connection betwen the firewall rulesets + and the flow, interface, or zone. + - vyos_lldp_global - `address` is deprecated, use `addresses` instead. To be + removed in 7.0.0. + - vyos_logging_global - `protocol` is deprecated for 1.4 and later, use `facility` + instead. To be removed in next major version where supprot for 1.3 is removed + doc_changes: + - Updated tested versions + - Updates to module documentation + known_issues: + - existing code for 1.3 facility protocol and facility level are not compatible, + only one will be set and level is the priority. + major_changes: + - bgp modules - Added support for 1.4+ "system-as". 1.3 embedded as_number is + still supported + - vyos bgp modules - Many configuration attributes moved from `bgp_global` to + `bgp_address_family` module (see documentation). + - vyos_bgp_address_family - Aligned with version 1.3+ configuration - aggregate_address, + maximum_paths, network, and redistribute moved from `bgp_global` module. These + are now Address-family specific. Many neighbor attributes also moved from + `vyos_bgp_global` to `vyos_bgp_address_family` module. + - vyos_bgp_global - Aligned with version 1.3+ configuration - aggregate_address, + maximum_paths, network, and redistribute Removed to `bgp_address_family` module. + - vyos_user - add support for encrypted password specification + - vyos_user - add support for public-key authentication + minor_changes: + - README.md - Add Communication section with Forum information. + - vyos_bgp_address_family - Redistribute, network stanza - added support for + modifiers (metric, backdoor etc as per T6829) + - vyos_bgp_global - Added support for `solo` neighbor attribute + - vyos_config - block get_config call if match is set to "none" + - vyos_facts - added `network_os_major_version` to facts + - vyos_firewall_global - Added support for input, output, and forward chains + (1.4+) + - vyos_firewall_global - Added support for log-level in state-policy (1.4+) + - vyos_firewall_global - with 1.4+, use the the global keyword to define global + firewall rules + - vyos_firewall_interfaces - added support for VIF interfaces + - vyos_firewall_interfaces - enable support for 1.4 firewall + - vyos_firewall_interfaces - expanded firewall interface types to match existing + types + - vyos_firewall_rules - Add support for diff mode for rulesets + - vyos_firewall_rules - Added support for 1.4+ firewall rules + - vyos_firewall_rules - Fixed comparing of firewall rules + - vyos_firewall_rules - added support for 1.5+ firewall `match-ipsec-in`, `match-ipsec-out`, + `match-none-in`, `match-none-out` + - vyos_firewall_rules - added support for packet-length-exclude for 1.4+ and + the states + - vyos_l3_interfaces - make l3_interfaces pick up loopback interfaces + - vyos_lldp_global - address is now addresses, with appropriate coercion for + existing address keys + - vyos_ntp_global - Added ntp options for 1.5+ (interleave, ptp) + - vyos_ntp_global - Added support for VyOS 1.4+ (chronyd vs ntpd) + - vyos_ntp_global - Added syntax for allow_client in 1.4+ + - vyos_ospf_interaces - support for 1.4 ospf interfaces + - vyos_ospf_interfaces - add support for VyOS 1.3- virtual interfaces + - vyos_ospf_interfaces - add support for VyOS 1.4+, which moved interface configuration + from the interfaces to ospf/ospfv3 interfaces configuration + - vyos_route_maps - add support for as-path-prepend policy option + release_summary: + "This is the first significant release from the VyOS community + for these modules. + + This release is focussed on 1.3+ of VyOS and will be the last major release + to + + support 1.3 fully. Although efforts have been made to maintain compatibility + + with the existing vyos collection modules, there have breaking changes where + + necessary to configuration parameters. Please review all changes carefully + before updating. + + " + fragments: + - 0-readme.yml + - 6.0.0.yml + - T151-prepare-for-release.yaml + - T6817_T6825_ovr_rep.yml + - T6821_route_map_options.yml + - T6829-ospfv3-v1.3-area-interfacces.yml + - T6831_ospf_vif.yml + - T6833_fw_rules_limit.yaml + - T6834-static-routes-interfaces.yml + - T6891-docsite.yaml + - T6894-ntp-integration-tests.yml + - T6987-logging-changes.yml + - T6988-fix-user.yml + - T7002-firewall-global-integration-tests.yml + - T7003-firewall-interface-integration-tests.yml + - T7006-interface-integration-tests.yml + - T7008-l3-interface-integration-tests.yml + - T7010-lag-interfaces-integration-tests.yaml + - T7011-lldp-integration-tests.yaml + - T7012_ospf-integration-tests.yaml + - T7012_ospfv2_integration_tests.yaml + - T7012_ospfv3_integration_tests.yaml + - T7013_route-maps-integration-tests.yml + - T7015_static_routes_integration_tests.yaml + - T7083_firewall_rules.yml + - T7088-codecoverage.yml + - T7127-fix-interface-integration-13.yaml + - T7153-remove-logging.yaml + - T7162-interface-preflight.yaml + - T7236_firewall_rules.yml + - T7238_logging_global.yml + - T7259-get_config.yaml + - T7260-remove-last-firewall-group-member.yaml + - T7284-delete_firewall_description.yml + - T7329_snmp_server_support.yml + - T7391_domain_search.yaml + - bgp_address_family.yaml + - bgp_global.yaml + - cliconf.yml + - doc_updates.yaml + - doc_updates.yaml + - firewall_global_14.yml + - firewall_global_parsing.yml + - firewall_interface_types.yml + - firewall_rules.yml + - firewall_rules_diff.yml + - fix-recent-vyos-version-change-detection.yml + - integration_tests_fixes.yml + - interfaces_update.yml + - ntp_global.yaml + - resource_updates.yml + - snmp_server.yml + - test_module_patch.yml + - tests.yml + release_date: "2025-05-22" diff --git a/changelogs/fragments/0-readme.yml b/changelogs/fragments/0-readme.yml deleted file mode 100644 index 41a129d37..000000000 --- a/changelogs/fragments/0-readme.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - README.md - Add Communication section with Forum information. diff --git a/changelogs/fragments/6.0.0.yml b/changelogs/fragments/6.0.0.yml deleted file mode 100644 index ecd702e49..000000000 --- a/changelogs/fragments/6.0.0.yml +++ /dev/null @@ -1,6 +0,0 @@ -release_summary: | - This is the first significant release from the VyOS community for these modules. - This release is focussed on 1.3+ of VyOS and will be the last major release to - support 1.3 fully. Although efforts have been made to maintain compatibility - with the existing vyos collection modules, there have breaking changes where - necessary to configuration parameters. Please review all changes carefully before updating. diff --git a/changelogs/fragments/T151-prepare-for-release.yaml b/changelogs/fragments/T151-prepare-for-release.yaml deleted file mode 100644 index f1601d08b..000000000 --- a/changelogs/fragments/T151-prepare-for-release.yaml +++ /dev/null @@ -1,3 +0,0 @@ -trivial: - - update galaxy.yml for release version 6.0.0 - - update fragments to include modules, re-align with requirements diff --git a/changelogs/fragments/T6817_T6825_ovr_rep.yml b/changelogs/fragments/T6817_T6825_ovr_rep.yml deleted file mode 100644 index 17af8a448..000000000 --- a/changelogs/fragments/T6817_T6825_ovr_rep.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -minor_changes: - - vyos_firewall_rules - added support for packet-length-exclude for 1.4+ and the states -bugfixes: - - vyos_firewall_rules - fixed behavior for override and replaced states - - vyos_firewall_rules - fixed behavior for log, disable attributes -trivial: - - vyos_firewall_rules - added a separate test suite test_vyos_firewall_rules14.py diff --git a/changelogs/fragments/T6821_route_map_options.yml b/changelogs/fragments/T6821_route_map_options.yml deleted file mode 100644 index 6d1e974b5..000000000 --- a/changelogs/fragments/T6821_route_map_options.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - vyos_route_maps - add support for as-path-prepend policy option diff --git a/changelogs/fragments/T6829-ospfv3-v1.3-area-interfacces.yml b/changelogs/fragments/T6829-ospfv3-v1.3-area-interfacces.yml deleted file mode 100644 index 7a969007e..000000000 --- a/changelogs/fragments/T6829-ospfv3-v1.3-area-interfacces.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -bugfixes: - - vyos_ospfv3 - added support for adding interfaces to areas -trivial: - - vyos_ospfv3 - updated unit test suites to include area interfaces - - vyos_ospfv3 - added v1.4 unit test diff --git a/changelogs/fragments/T6831_ospf_vif.yml b/changelogs/fragments/T6831_ospf_vif.yml deleted file mode 100644 index 97a4c7c87..000000000 --- a/changelogs/fragments/T6831_ospf_vif.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - vyos_ospf_interfaces - add support for VyOS 1.3- virtual interfaces diff --git a/changelogs/fragments/T6833_fw_rules_limit.yaml b/changelogs/fragments/T6833_fw_rules_limit.yaml deleted file mode 100644 index 3e6f7beb6..000000000 --- a/changelogs/fragments/T6833_fw_rules_limit.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - vyos_firewall_rules - Fix limit parameter processing diff --git a/changelogs/fragments/T6834-static-routes-interfaces.yml b/changelogs/fragments/T6834-static-routes-interfaces.yml deleted file mode 100644 index e827f598b..000000000 --- a/changelogs/fragments/T6834-static-routes-interfaces.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - vyos_static routes - fixed the facts, argspecs, config to include interface-routes -trivial: - - vyos_static routes - updated unit test suites to include interface-routes diff --git a/changelogs/fragments/T6891-docsite.yaml b/changelogs/fragments/T6891-docsite.yaml deleted file mode 100644 index 7667ac7b0..000000000 --- a/changelogs/fragments/T6891-docsite.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - move docsite VyOS platform docs internal diff --git a/changelogs/fragments/T6894-ntp-integration-tests.yml b/changelogs/fragments/T6894-ntp-integration-tests.yml deleted file mode 100644 index 5096866c6..000000000 --- a/changelogs/fragments/T6894-ntp-integration-tests.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -minor_changes: - - vyos_ntp_global - Added ntp options for 1.5+ (interleave, ptp) -trivial: - - vyos_ntp_global - Synchronized argspec and docs with core module - - vyos_ntp_global - Fix integration tests for 1.3+ diff --git a/changelogs/fragments/T6987-logging-changes.yml b/changelogs/fragments/T6987-logging-changes.yml deleted file mode 100644 index 89f503373..000000000 --- a/changelogs/fragments/T6987-logging-changes.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -breaking_changes: - - vyos_logging_global - For 1.4, `protocol` is an attribute of the syslog host, not the facility - -bugfixes: - - vyos_logging_global - Fixed v1.3 and before when `protocol` and `level` were set for the same host - -deprecated_features: - - vyos_logging_global - `protocol` is deprecated for 1.4 and later, use `facility` instead. To be removed - in next major version where supprot for 1.3 is removed - -known_issues: - - existing code for 1.3 facility protocol and facility level are not compatible, - only one will be set and level is the priority. - -trivial: - - vyos_logging_global - Fixed integration test for `vyos_facts` which was brittle due to line dependencies in checks - - vyos_logging_global - Fixed integration test for `vyos_config` due to bad commands. 1.3 frequently won't finish due - to timeouts or system failures during the tests, but 1.4 and 1.5 diff --git a/changelogs/fragments/T6988-fix-user.yml b/changelogs/fragments/T6988-fix-user.yml deleted file mode 100644 index 05966e623..000000000 --- a/changelogs/fragments/T6988-fix-user.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -breaking_changes: - - vyos_user - removed level (and its alias, role) they were removed in 1.3 - - vyos_user - explicit support for version 1.3+ only - -major_changes: - - vyos_user - add support for public-key authentication - - vyos_user - add support for encrypted password specification - -bugfixes: - - vyos_user - fix handling of `full-name` in parser and module - -trivial: - - vyos_user - fix parsing of `full-name` to ignore quotes - - vyos_user - fix integration tests for smoke diff --git a/changelogs/fragments/T7002-firewall-global-integration-tests.yml b/changelogs/fragments/T7002-firewall-global-integration-tests.yml deleted file mode 100644 index c94a76fc6..000000000 --- a/changelogs/fragments/T7002-firewall-global-integration-tests.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -bugfixes: - - vyos_firewall_global - fixed the facts parsers to include state-policies, redirect - - vyos_firewall_global - fixed behavior for stanzas processing by facts in 1.4+ (e.g. present/absent stanza vs enable/disable) -trivial: - - vyos_firewall_global - updated unit test suites to include units for 1.4+ and missing attributes (e.g. log) - - vyos_firewall_global - re-factored integration test suite structure to D.R.Y and add support for 1.4+ - - vyos_firewall_global - cleared-up the obsolete stanzas (e.g. config-trap) diff --git a/changelogs/fragments/T7003-firewall-interface-integration-tests.yml b/changelogs/fragments/T7003-firewall-interface-integration-tests.yml deleted file mode 100644 index 035411744..000000000 --- a/changelogs/fragments/T7003-firewall-interface-integration-tests.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - fix integration tests for `firewall_interfaces` for v1.3- diff --git a/changelogs/fragments/T7006-interface-integration-tests.yml b/changelogs/fragments/T7006-interface-integration-tests.yml deleted file mode 100644 index 61c4e70aa..000000000 --- a/changelogs/fragments/T7006-interface-integration-tests.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -trivial: - - vyos interfaces tests - adjust for loopback being removed in `vyos_l3_interfaces` - - vyos interfaces tests - fixed `vyos_interfaces` for 1.5+ - - actions - update codecov updloader to version 5 diff --git a/changelogs/fragments/T7008-l3-interface-integration-tests.yml b/changelogs/fragments/T7008-l3-interface-integration-tests.yml deleted file mode 100644 index 36b377b35..000000000 --- a/changelogs/fragments/T7008-l3-interface-integration-tests.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -bugfixes: - - vyos_l3_interfaces - fix replace in interfaces to remove vif completely if not present in new config - - vyos_l3_interfaces - fix override in interfaces to remove vif completely if not present in new config - - vyos_l3_interfaces - fix delete in interfaces to remove vif completely if in affected interface - -trivial: - - vyos_l3_interfaces - fix integration tests for `l3_interfaces` - - vyos_l3_interfaces - fix integration tests for `interfaces` - - vyos_l3_interfaces - added unit test for unknown interface type diff --git a/changelogs/fragments/T7010-lag-interfaces-integration-tests.yaml b/changelogs/fragments/T7010-lag-interfaces-integration-tests.yaml deleted file mode 100644 index 23b918f46..000000000 --- a/changelogs/fragments/T7010-lag-interfaces-integration-tests.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - vyos_lag_interfaces - fix integration tests for `lag_interfaces` - - vyos_lag_interfaces - add unit tests for `lag_interfaces` diff --git a/changelogs/fragments/T7011-lldp-integration-tests.yaml b/changelogs/fragments/T7011-lldp-integration-tests.yaml deleted file mode 100644 index 606016817..000000000 --- a/changelogs/fragments/T7011-lldp-integration-tests.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -breaking_changes: - - lldp_global - if "address" is available, merge will cause it to be added, in contrast to - the previous behavior where it was replaced. When used in replace mode, it - will remove any existing addresses and replace them with the new one. - - vyos_lldp_global - civic_address is no longer a valid key (removed prior to 1.3) - -deprecated_features: - - vyos_lldp_global - `address` is deprecated, use `addresses` instead. To be removed in 7.0.0. -minor_changes: - - vyos_lldp_global - address is now addresses, with appropriate coercion for existing address keys diff --git a/changelogs/fragments/T7012_ospf-integration-tests.yaml b/changelogs/fragments/T7012_ospf-integration-tests.yaml deleted file mode 100644 index b696b2aab..000000000 --- a/changelogs/fragments/T7012_ospf-integration-tests.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -minor_changes: - - vyos_ospf_interfaces - add support for VyOS 1.4+, which moved interface configuration from the interfaces to ospf/ospfv3 interfaces configuration -bugfixes: - - vyos_ospf_interfaces - fixed get_config to cater for unordered command lists in 1.4+ -trivial: - - vyos_ospf_interfaces - re-worked intergration test suite structure to D.R.Y. - - vyos_ospf_interfaces - added support for 1.4+ VyOS - - vyos_ospf_interfaces - updated unit test suite to cater for 1.4+ bugfixes diff --git a/changelogs/fragments/T7012_ospfv2_integration_tests.yaml b/changelogs/fragments/T7012_ospfv2_integration_tests.yaml deleted file mode 100644 index b1382697b..000000000 --- a/changelogs/fragments/T7012_ospfv2_integration_tests.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -trivial: - - vyos_ospfv2 - fix intergration test suite. - - vyos_ospfv2 - fix unit tests. -bugfixes: - - vyos_ospfv2 - passive-interface processing for 1.3- and 1.4+ diff --git a/changelogs/fragments/T7012_ospfv3_integration_tests.yaml b/changelogs/fragments/T7012_ospfv3_integration_tests.yaml deleted file mode 100644 index b8f1f8b3b..000000000 --- a/changelogs/fragments/T7012_ospfv3_integration_tests.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - vyos_ospfv2 - fix intergration test suite. diff --git a/changelogs/fragments/T7013_route-maps-integration-tests.yml b/changelogs/fragments/T7013_route-maps-integration-tests.yml deleted file mode 100644 index 1290bbf52..000000000 --- a/changelogs/fragments/T7013_route-maps-integration-tests.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - vyos_route_maps - Refactor the integration tests structure and support for 1.4+ versions diff --git a/changelogs/fragments/T7015_static_routes_integration_tests.yaml b/changelogs/fragments/T7015_static_routes_integration_tests.yaml deleted file mode 100644 index 2328784fd..000000000 --- a/changelogs/fragments/T7015_static_routes_integration_tests.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - vyos_static_routes - Fixed for v1.3- and 1.4+ diff --git a/changelogs/fragments/T7083_firewall_rules.yml b/changelogs/fragments/T7083_firewall_rules.yml deleted file mode 100644 index bc2c5ca4d..000000000 --- a/changelogs/fragments/T7083_firewall_rules.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -breaking_changes: - - vyos_firewall_rules - removed p2p options as they have been removed prior to 1.3 of VyOS diff --git a/changelogs/fragments/T7088-codecoverage.yml b/changelogs/fragments/T7088-codecoverage.yml deleted file mode 100644 index 6925c85fe..000000000 --- a/changelogs/fragments/T7088-codecoverage.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - use our own code coverage diff --git a/changelogs/fragments/T7127-fix-interface-integration-13.yaml b/changelogs/fragments/T7127-fix-interface-integration-13.yaml deleted file mode 100644 index 9623fab61..000000000 --- a/changelogs/fragments/T7127-fix-interface-integration-13.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - vyos_interfaces - fix bug in RTT tests on 1.3 due to handling of MTUs diff --git a/changelogs/fragments/T7153-remove-logging.yaml b/changelogs/fragments/T7153-remove-logging.yaml deleted file mode 100644 index 92f5b099d..000000000 --- a/changelogs/fragments/T7153-remove-logging.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -breaking_changes: - - Removed `vyos_logging`. Use `vyos_logging_global` instead. diff --git a/changelogs/fragments/T7162-interface-preflight.yaml b/changelogs/fragments/T7162-interface-preflight.yaml deleted file mode 100644 index c829ca8bf..000000000 --- a/changelogs/fragments/T7162-interface-preflight.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -trivial: - - fix pre-flight sets for interfaces - - restore previously-removed interface test duplex and speed - - remove unnecessary debug statements in integration tests diff --git a/changelogs/fragments/T7236_firewall_rules.yml b/changelogs/fragments/T7236_firewall_rules.yml deleted file mode 100644 index bad048322..000000000 --- a/changelogs/fragments/T7236_firewall_rules.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - vyos_firewall_rules - Fixed comparing of firewall rules diff --git a/changelogs/fragments/T7238_logging_global.yml b/changelogs/fragments/T7238_logging_global.yml deleted file mode 100644 index 2be469681..000000000 --- a/changelogs/fragments/T7238_logging_global.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - vyos_logging_global - fix get_version in integration tests diff --git a/changelogs/fragments/T7259-get_config.yaml b/changelogs/fragments/T7259-get_config.yaml deleted file mode 100644 index 84bb1ab42..000000000 --- a/changelogs/fragments/T7259-get_config.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - vyos_config - block get_config call if match is set to "none" diff --git a/changelogs/fragments/T7260-remove-last-firewall-group-member.yaml b/changelogs/fragments/T7260-remove-last-firewall-group-member.yaml deleted file mode 100644 index 78e073560..000000000 --- a/changelogs/fragments/T7260-remove-last-firewall-group-member.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - vyos_firewall_global - Fix removing last member of a firewall group. diff --git a/changelogs/fragments/T7284-delete_firewall_description.yml b/changelogs/fragments/T7284-delete_firewall_description.yml deleted file mode 100644 index fe2b1882d..000000000 --- a/changelogs/fragments/T7284-delete_firewall_description.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - vyos_firewall_rules - Allow deleting of firewall description. diff --git a/changelogs/fragments/T7329_snmp_server_support.yml b/changelogs/fragments/T7329_snmp_server_support.yml deleted file mode 100644 index 6d661240f..000000000 --- a/changelogs/fragments/T7329_snmp_server_support.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - prepare_vyos_tests - fix dependency script for intergration tests to run on e1000e vNiC - - vyos_snmp_server - add SNMPv3 engine ID to vars and merged.yaml and rendered.yaml to meet 1.4.x and 1.5.x requirements diff --git a/changelogs/fragments/T7391_domain_search.yaml b/changelogs/fragments/T7391_domain_search.yaml deleted file mode 100644 index 17f2c4be7..000000000 --- a/changelogs/fragments/T7391_domain_search.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - vyos_system - Added support for domain_search for 1.4+ - - test_vyos_system - Added test for domain_search diff --git a/changelogs/fragments/bgp_address_family.yaml b/changelogs/fragments/bgp_address_family.yaml deleted file mode 100644 index 606bc4bc7..000000000 --- a/changelogs/fragments/bgp_address_family.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -major_changes: - - vyos_bgp_address_family - Aligned with version 1.3+ configuration - aggregate_address, maximum_paths, network, and redistribute - moved from `bgp_global` module. These are now Address-family specific. Many neighbor attributes also moved from `vyos_bgp_global` - to `vyos_bgp_address_family` module. - - bgp modules - Added support for 1.4+ "system-as". 1.3 embedded as_number is still supported -breaking_changes: - - vyos_bgp_address_family - Support for 1.3+ VyOS only - -minor_changes: - - vyos_bgp_address_family - Redistribute, network stanza - added support for modifiers (metric, backdoor etc as per T6829) - -trivial: - - vyos_bgp_address_family - Fixed tests for 1.4+ bgp_address_family - - vyos_bgp_address_family - updated documentation diff --git a/changelogs/fragments/bgp_global.yaml b/changelogs/fragments/bgp_global.yaml deleted file mode 100644 index 1a1ab3109..000000000 --- a/changelogs/fragments/bgp_global.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -major_changes: - - vyos bgp modules - Many configuration attributes moved from `bgp_global` to `bgp_address_family` module (see documentation). - - vyos_bgp_global - Aligned with version 1.3+ configuration - aggregate_address, maximum_paths, network, and redistribute - Removed to `bgp_address_family` module. -minor_changes: - - vyos_bgp_global - Added support for `solo` neighbor attribute -breaking_changes: - - vyos_bgp_global - Support for 1.3+ VyOS only - -deprecated_features: - - vyos_bgp_global - no_ipv4_unicast - deprecated for use with VyOS 1.4+, use `ipv4_unicast` instead - -trivial: - - vyos_bgp_global - Fixed tests for 1.4+ bgp_global - - vyos_bgp_global - updated documentation diff --git a/changelogs/fragments/cliconf.yml b/changelogs/fragments/cliconf.yml deleted file mode 100644 index 69e105bc9..000000000 --- a/changelogs/fragments/cliconf.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - vyos_facts - added `network_os_major_version` to facts diff --git a/changelogs/fragments/firewall_global_14.yml b/changelogs/fragments/firewall_global_14.yml deleted file mode 100644 index 4b993ab57..000000000 --- a/changelogs/fragments/firewall_global_14.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -minor_changes: - - vyos_firewall_global - with 1.4+, use the the global keyword to define global firewall rules - - vyos_firewall_global - Added support for input, output, and forward chains (1.4+) - - vyos_firewall_global - Added support for log-level in state-policy (1.4+) -bugfixes: - - vyos_firewall_global - Fixed ipv6 route-redirects and tests - - vyos_firewall_global - Fixed state-policy deletion (partial and full) diff --git a/changelogs/fragments/firewall_global_parsing.yml b/changelogs/fragments/firewall_global_parsing.yml deleted file mode 100644 index 98275fff4..000000000 --- a/changelogs/fragments/firewall_global_parsing.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - vyos_firewall_global - Fixed parsing of global-options (1.4+) diff --git a/changelogs/fragments/firewall_interface_types.yml b/changelogs/fragments/firewall_interface_types.yml deleted file mode 100644 index 8fc8eb474..000000000 --- a/changelogs/fragments/firewall_interface_types.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -minor_changes: - - vyos_firewall_interfaces - added support for VIF interfaces - - vyos_firewall_interfaces - expanded firewall interface types to match existing types - -deprecated_features: - - vyos_firewall_interfaces - deprecated for use with VyOS 1.4+, firewalls are no longer - connected directly to interfaces. See the Firewall Configuration documentation - for how to establish a connection betwen the firewall rulesets and the flow, interface, or zone. diff --git a/changelogs/fragments/firewall_rules.yml b/changelogs/fragments/firewall_rules.yml deleted file mode 100644 index 495da4587..000000000 --- a/changelogs/fragments/firewall_rules.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -breaking_changes: - - vyos_firewall_rules - tcp.flags is now a list with an inversion flag to support 1.4+ firewall rules, but still supports 1.3- - -minor_changes: - - vyos_firewall_rules - Added support for 1.4+ firewall rules - - vyos_firewall_rules - added support for 1.5+ firewall `match-ipsec-in`, `match-ipsec-out`, `match-none-in`, `match-none-out` - -trivial: - - vyos_firewall_rules - fix tests for 1.4+ firewall rules (ICMP V6 code and type) diff --git a/changelogs/fragments/firewall_rules_diff.yml b/changelogs/fragments/firewall_rules_diff.yml deleted file mode 100644 index 9e62a515c..000000000 --- a/changelogs/fragments/firewall_rules_diff.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - vyos_firewall_rules - Add support for diff mode for rulesets diff --git a/changelogs/fragments/fix-recent-vyos-version-change-detection.yml b/changelogs/fragments/fix-recent-vyos-version-change-detection.yml deleted file mode 100644 index 2e5062595..000000000 --- a/changelogs/fragments/fix-recent-vyos-version-change-detection.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - vyos_config - Fix change detection for recent Vyos versions diff --git a/changelogs/fragments/integration_tests_fixes.yml b/changelogs/fragments/integration_tests_fixes.yml deleted file mode 100644 index 5bb898d8c..000000000 --- a/changelogs/fragments/integration_tests_fixes.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - prepare_vyos_firewall - Remove IP address from eth1 for lag tests - - vyos_snmp_server - add IP address for 1.4+ OS variants diff --git a/changelogs/fragments/interfaces_update.yml b/changelogs/fragments/interfaces_update.yml deleted file mode 100644 index 5702b7a44..000000000 --- a/changelogs/fragments/interfaces_update.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -minor_changes: - - vyos_l3_interfaces - make l3_interfaces pick up loopback interfaces - - vyos_firewall_interfaces - enable support for 1.4 firewall - - vyos_ospf_interaces - support for 1.4 ospf interfaces -bugfixes: - - vyos_interfaces - fixed bug where 'replace' would delete an active disable and not reinstate it - - vyos_interfaces - fixed over-zealous handling of disable, which could catch other interface - items that are disabled. - -trivial: - - vyos interface plugins - added tests for verifying imterface disable/enable diff --git a/changelogs/fragments/ntp_global.yaml b/changelogs/fragments/ntp_global.yaml deleted file mode 100644 index b3177efbb..000000000 --- a/changelogs/fragments/ntp_global.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -minor_changes: - - vyos_ntp_global - Added support for VyOS 1.4+ (chronyd vs ntpd) - - vyos_ntp_global - Added syntax for allow_client in 1.4+ -trivial: - - vyos_ntp_global - Added test suite for ntp_global and 1.4+ diff --git a/changelogs/fragments/resource_updates.yml b/changelogs/fragments/resource_updates.yml deleted file mode 100644 index 5a0c5e0e5..000000000 --- a/changelogs/fragments/resource_updates.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - updated resources and re-ran resource templates for existing older template code diff --git a/changelogs/fragments/snmp_server.yml b/changelogs/fragments/snmp_server.yml deleted file mode 100644 index 5794c3505..000000000 --- a/changelogs/fragments/snmp_server.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -breaking_changes: - - vyos_snmp_server - parameter `engine_id` is no longer a `user` or `trap_target` parameter and is now a `snmp_v3` parameter - - vyos_snmp_server - parameters `encrypted-key` and `plaintext-key` are now `encrypted-password` and `plaintext-password` - - vyos_snmp_server - no longer works with versions prior to 1.3 - -trivial: - - vyos_snmp_server - 192.0.2.1/24 (TEST-NET-1) is used on eth1 for testing to accomodate services that check - valid configurations (such as SNMP) - - vyos_snmp_server - use encrypted passwords for SNMPv3 tests as VyOS now converts those "when next reloaded" - - vyos_snmp_server - fixed integration tests for 1.3+ for `vyos_hostname` diff --git a/changelogs/fragments/test_module_patch.yml b/changelogs/fragments/test_module_patch.yml deleted file mode 100644 index 557a941a5..000000000 --- a/changelogs/fragments/test_module_patch.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - util.py - Add mock _ANSIBLE_PROFILE to reflect changes to Ansible libs diff --git a/changelogs/fragments/tests.yml b/changelogs/fragments/tests.yml deleted file mode 100644 index 78e3d5979..000000000 --- a/changelogs/fragments/tests.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - ignore 2.19 sanity tests for now diff --git a/docs/vyos.vyos.vyos_banner_module.rst b/docs/vyos.vyos.vyos_banner_module.rst index 4a847f77d..a1e3dbb91 100644 --- a/docs/vyos.vyos.vyos_banner_module.rst +++ b/docs/vyos.vyos.vyos_banner_module.rst @@ -95,7 +95,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` diff --git a/docs/vyos.vyos.vyos_bgp_address_family_module.rst b/docs/vyos.vyos.vyos_bgp_address_family_module.rst index e17dfdd76..539291ea6 100644 --- a/docs/vyos.vyos.vyos_bgp_address_family_module.rst +++ b/docs/vyos.vyos.vyos_bgp_address_family_module.rst @@ -18,7 +18,7 @@ Version added: 1.0.0 Synopsis -------- - This module manages BGP address family configuration of interfaces on devices running VYOS. -- Tested against VYOS 1.3, 1.4 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 diff --git a/docs/vyos.vyos.vyos_bgp_global_module.rst b/docs/vyos.vyos.vyos_bgp_global_module.rst index 64a1b7e01..fc2f581aa 100644 --- a/docs/vyos.vyos.vyos_bgp_global_module.rst +++ b/docs/vyos.vyos.vyos_bgp_global_module.rst @@ -18,7 +18,7 @@ Version added: 1.0.0 Synopsis -------- - This module manages BGP global configuration of interfaces on devices running VYOS. -- Tested against VYOS 1.3, 1.4 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 diff --git a/docs/vyos.vyos.vyos_command_module.rst b/docs/vyos.vyos.vyos_command_module.rst index 34506d489..5d68fdf5e 100644 --- a/docs/vyos.vyos.vyos_command_module.rst +++ b/docs/vyos.vyos.vyos_command_module.rst @@ -129,7 +129,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - Running ``show system boot-messages all`` will cause the module to hang since VyOS is using a custom pager setting to display the output of that command. - If a command sent to the device requires answering a prompt, it is possible to pass a dict containing *command*, *answer* and *prompt*. See examples. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_config_module.rst b/docs/vyos.vyos.vyos_config_module.rst index 999a3f58d..fdd085c40 100644 --- a/docs/vyos.vyos.vyos_config_module.rst +++ b/docs/vyos.vyos.vyos_config_module.rst @@ -208,7 +208,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. - To ensure idempotency and correct diff the configuration lines in the relevant module options should be similar to how they appear if present in the running configuration on device including the indentation. - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` diff --git a/docs/vyos.vyos.vyos_facts_module.rst b/docs/vyos.vyos.vyos_facts_module.rst index 836224ff0..0dc62d8a4 100644 --- a/docs/vyos.vyos.vyos_facts_module.rst +++ b/docs/vyos.vyos.vyos_facts_module.rst @@ -93,7 +93,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` diff --git a/docs/vyos.vyos.vyos_firewall_global_module.rst b/docs/vyos.vyos.vyos_firewall_global_module.rst index 76f2ca7ab..22a3ad098 100644 --- a/docs/vyos.vyos.vyos_firewall_global_module.rst +++ b/docs/vyos.vyos.vyos_firewall_global_module.rst @@ -847,7 +847,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8. + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_firewall_rules_module.rst b/docs/vyos.vyos.vyos_firewall_rules_module.rst index 75536b896..da104425a 100644 --- a/docs/vyos.vyos.vyos_firewall_rules_module.rst +++ b/docs/vyos.vyos.vyos_firewall_rules_module.rst @@ -1782,7 +1782,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8. + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_interfaces_module.rst b/docs/vyos.vyos.vyos_interfaces_module.rst index 14f7a4735..f30c5969c 100644 --- a/docs/vyos.vyos.vyos_interfaces_module.rst +++ b/docs/vyos.vyos.vyos_interfaces_module.rst @@ -313,7 +313,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_lag_interfaces_module.rst b/docs/vyos.vyos.vyos_lag_interfaces_module.rst index 4f3e559dc..4369214ae 100644 --- a/docs/vyos.vyos.vyos_lag_interfaces_module.rst +++ b/docs/vyos.vyos.vyos_lag_interfaces_module.rst @@ -265,7 +265,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8. + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_lldp_global_module.rst b/docs/vyos.vyos.vyos_lldp_global_module.rst index 9e8758ce3..37c366269 100644 --- a/docs/vyos.vyos.vyos_lldp_global_module.rst +++ b/docs/vyos.vyos.vyos_lldp_global_module.rst @@ -189,7 +189,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_lldp_interfaces_module.rst b/docs/vyos.vyos.vyos_lldp_interfaces_module.rst index 8ace26508..982278fb5 100644 --- a/docs/vyos.vyos.vyos_lldp_interfaces_module.rst +++ b/docs/vyos.vyos.vyos_lldp_interfaces_module.rst @@ -267,7 +267,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_logging_global_module.rst b/docs/vyos.vyos.vyos_logging_global_module.rst index 6d8550a6c..f23078435 100644 --- a/docs/vyos.vyos.vyos_logging_global_module.rst +++ b/docs/vyos.vyos.vyos_logging_global_module.rst @@ -1024,7 +1024,7 @@ Notes ----- .. note:: - - Tested against vyos 1.3.8+ + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``network_cli``. - The Configuration defaults of the Vyos network devices are supposed to hinder idempotent behavior of plays diff --git a/docs/vyos.vyos.vyos_ntp_global_module.rst b/docs/vyos.vyos.vyos_ntp_global_module.rst index 2975149db..4a45e583a 100644 --- a/docs/vyos.vyos.vyos_ntp_global_module.rst +++ b/docs/vyos.vyos.vyos_ntp_global_module.rst @@ -200,7 +200,7 @@ Notes ----- .. note:: - - Tested against vyos 1.3.8 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``network_cli``. - VyOS v.1.4+ uses chronyd, and path changes from `system` to `service` diff --git a/docs/vyos.vyos.vyos_ospfv2_module.rst b/docs/vyos.vyos.vyos_ospfv2_module.rst index 38e7e5ee6..065173866 100644 --- a/docs/vyos.vyos.vyos_ospfv2_module.rst +++ b/docs/vyos.vyos.vyos_ospfv2_module.rst @@ -1641,7 +1641,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_ospfv3_module.rst b/docs/vyos.vyos.vyos_ospfv3_module.rst index 6957b77dd..c1d16afb5 100644 --- a/docs/vyos.vyos.vyos_ospfv3_module.rst +++ b/docs/vyos.vyos.vyos_ospfv3_module.rst @@ -378,7 +378,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_ping_module.rst b/docs/vyos.vyos.vyos_ping_module.rst index e18552b8b..635a1186a 100644 --- a/docs/vyos.vyos.vyos_ping_module.rst +++ b/docs/vyos.vyos.vyos_ping_module.rst @@ -18,7 +18,7 @@ Version added: 1.0.0 Synopsis -------- - Tests reachability using ping from a VyOS device to a remote destination. -- Tested against VyOS 1.1.8 (helium) +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - For a general purpose network module, see the :ref:`ansible.netcommon.net_ping ` module. - For Windows targets, use the :ref:`ansible.windows.win_ping ` module instead. - For targets running Python, use the :ref:`ansible.builtin.ping ` module instead. @@ -156,7 +156,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - For a general purpose network module, see the :ref:`ansible.netcommon.net_ping ` module. - For Windows targets, use the :ref:`ansible.windows.win_ping ` module instead. - For targets running Python, use the :ref:`ansible.builtin.ping ` module instead. diff --git a/docs/vyos.vyos.vyos_prefix_lists_module.rst b/docs/vyos.vyos.vyos_prefix_lists_module.rst index cd74a602e..394fcb84c 100644 --- a/docs/vyos.vyos.vyos_prefix_lists_module.rst +++ b/docs/vyos.vyos.vyos_prefix_lists_module.rst @@ -305,7 +305,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium) + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``network_cli`` diff --git a/docs/vyos.vyos.vyos_route_maps_module.rst b/docs/vyos.vyos.vyos_route_maps_module.rst index f6a74d463..6a7e47ffb 100644 --- a/docs/vyos.vyos.vyos_route_maps_module.rst +++ b/docs/vyos.vyos.vyos_route_maps_module.rst @@ -1453,7 +1453,7 @@ Notes ----- .. note:: - - Tested against vyos 1.3.8 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection ``network_cli``. diff --git a/docs/vyos.vyos.vyos_snmp_server_module.rst b/docs/vyos.vyos.vyos_snmp_server_module.rst index d11afaae4..912967924 100644 --- a/docs/vyos.vyos.vyos_snmp_server_module.rst +++ b/docs/vyos.vyos.vyos_snmp_server_module.rst @@ -1128,7 +1128,7 @@ Notes ----- .. note:: - - Tested against vyos 1.3.8, 1.4.1 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5, 1.4.1 - This module works with connection ``network_cli``. - The Configuration defaults of the Vyos network devices are supposed to hinder idempotent behavior of plays diff --git a/docs/vyos.vyos.vyos_static_routes_module.rst b/docs/vyos.vyos.vyos_static_routes_module.rst index 5c7723de9..b1799d616 100644 --- a/docs/vyos.vyos.vyos_static_routes_module.rst +++ b/docs/vyos.vyos.vyos_static_routes_module.rst @@ -334,7 +334,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.3.8. + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. diff --git a/docs/vyos.vyos.vyos_system_module.rst b/docs/vyos.vyos.vyos_system_module.rst index ba0fd01c2..b3d302d8e 100644 --- a/docs/vyos.vyos.vyos_system_module.rst +++ b/docs/vyos.vyos.vyos_system_module.rst @@ -123,7 +123,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` diff --git a/docs/vyos.vyos.vyos_user_module.rst b/docs/vyos.vyos.vyos_user_module.rst index f95200b68..94e4e8629 100644 --- a/docs/vyos.vyos.vyos_user_module.rst +++ b/docs/vyos.vyos.vyos_user_module.rst @@ -437,7 +437,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` diff --git a/docs/vyos.vyos.vyos_vlan_module.rst b/docs/vyos.vyos.vyos_vlan_module.rst index 1d5c877a7..3e5053560 100644 --- a/docs/vyos.vyos.vyos_vlan_module.rst +++ b/docs/vyos.vyos.vyos_vlan_module.rst @@ -309,7 +309,7 @@ Notes ----- .. note:: - - Tested against VyOS 1.1.8 (helium). + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_. - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` diff --git a/plugins/modules/vyos_banner.py b/plugins/modules/vyos_banner.py index 6b1da84b9..aa0c3709e 100644 --- a/plugins/modules/vyos_banner.py +++ b/plugins/modules/vyos_banner.py @@ -33,7 +33,7 @@ VyOS. It allows playbooks to add or remote banner text from the active running configuration. version_added: 1.0.0 notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). options: banner: diff --git a/plugins/modules/vyos_bgp_address_family.py b/plugins/modules/vyos_bgp_address_family.py index 14c3605db..3c3f06092 100644 --- a/plugins/modules/vyos_bgp_address_family.py +++ b/plugins/modules/vyos_bgp_address_family.py @@ -19,7 +19,7 @@ short_description: BGP Address Family resource module description: - This module manages BGP address family configuration of interfaces on devices running VYOS. -- Tested against VYOS 1.3, 1.4 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 author: Gomathi Selvi Srinivasan (@GomathiselviS) options: config: diff --git a/plugins/modules/vyos_bgp_global.py b/plugins/modules/vyos_bgp_global.py index 4d7db472f..cfa49e742 100644 --- a/plugins/modules/vyos_bgp_global.py +++ b/plugins/modules/vyos_bgp_global.py @@ -19,7 +19,7 @@ short_description: BGP global resource module description: - This module manages BGP global configuration of interfaces on devices running VYOS. -- Tested against VYOS 1.3, 1.4 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 author: - Gomathi Selvi Srinivasan (@GomathiselviS) options: diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py index bacbe26ab..f7629e905 100644 --- a/plugins/modules/vyos_command.py +++ b/plugins/modules/vyos_command.py @@ -86,7 +86,7 @@ default: 1 type: int notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - Running C(show system boot-messages all) will cause the module to hang since VyOS is using a custom pager setting to display the output of that command. - If a command sent to the device requires answering a prompt, it is possible to pass diff --git a/plugins/modules/vyos_config.py b/plugins/modules/vyos_config.py index c6bc9959e..835720f16 100644 --- a/plugins/modules/vyos_config.py +++ b/plugins/modules/vyos_config.py @@ -34,7 +34,7 @@ extends_documentation_fragment: - vyos.vyos.vyos notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). - To ensure idempotency and correct diff the configuration lines in the relevant module options should be similar to how they appear if present in the running configuration on device including the indentation. diff --git a/plugins/modules/vyos_facts.py b/plugins/modules/vyos_facts.py index a999bd313..01872015a 100644 --- a/plugins/modules/vyos_facts.py +++ b/plugins/modules/vyos_facts.py @@ -28,7 +28,7 @@ extends_documentation_fragment: - vyos.vyos.vyos notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). options: gather_subset: diff --git a/plugins/modules/vyos_firewall_global.py b/plugins/modules/vyos_firewall_global.py index e952ae506..44002c040 100644 --- a/plugins/modules/vyos_firewall_global.py +++ b/plugins/modules/vyos_firewall_global.py @@ -46,7 +46,7 @@ VyOS devices. version_added: '1.0.0' notes: -- Tested against VyOS 1.3.8. +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). author: diff --git a/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py index 850299ff3..e0cad29e5 100644 --- a/plugins/modules/vyos_firewall_rules.py +++ b/plugins/modules/vyos_firewall_rules.py @@ -47,7 +47,7 @@ - Rohit Thakur (@rohitthakur2590) - Gaige B. Paulsen (@gaige) notes: -- Tested against VyOS 1.3.8. +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py index 6125b4b91..56d569011 100644 --- a/plugins/modules/vyos_interfaces.py +++ b/plugins/modules/vyos_interfaces.py @@ -47,7 +47,7 @@ - This module supports managing base attributes of Ethernet, Bonding, VXLAN, Loopback and Virtual Tunnel Interfaces. notes: -- Tested against VyOS 1.3.8 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). author: diff --git a/plugins/modules/vyos_lag_interfaces.py b/plugins/modules/vyos_lag_interfaces.py index 090021ade..7cd4feecb 100644 --- a/plugins/modules/vyos_lag_interfaces.py +++ b/plugins/modules/vyos_lag_interfaces.py @@ -46,7 +46,7 @@ author: - Rohit Thakur (@rohitthakur2590) notes: -- Tested against VyOS 1.3.8. +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). options: config: diff --git a/plugins/modules/vyos_lldp_global.py b/plugins/modules/vyos_lldp_global.py index 190f45131..586f75f2b 100644 --- a/plugins/modules/vyos_lldp_global.py +++ b/plugins/modules/vyos_lldp_global.py @@ -45,7 +45,7 @@ description: This module manages link layer discovery protocol (LLDP) attributes on VyOS devices. notes: -- Tested against VyOS 1.3.8 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). author: - Rohit Thakur (@rohitthakur2590) diff --git a/plugins/modules/vyos_lldp_interfaces.py b/plugins/modules/vyos_lldp_interfaces.py index 0a8f892b9..524f9219b 100644 --- a/plugins/modules/vyos_lldp_interfaces.py +++ b/plugins/modules/vyos_lldp_interfaces.py @@ -44,7 +44,7 @@ short_description: LLDP interfaces resource module description: This module manages attributes of lldp interfaces on VyOS network devices. notes: -- Tested against VyOS 1.3.8 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). author: diff --git a/plugins/modules/vyos_logging_global.py b/plugins/modules/vyos_logging_global.py index 9479e7b24..808898f81 100644 --- a/plugins/modules/vyos_logging_global.py +++ b/plugins/modules/vyos_logging_global.py @@ -20,7 +20,7 @@ description: This module manages the logging attributes of Vyos network devices author: Sagar Paul (@KB-perByte) notes: - - Tested against vyos 1.3.8+ + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(network_cli). - The Configuration defaults of the Vyos network devices are supposed to hinder idempotent behavior of plays diff --git a/plugins/modules/vyos_ntp_global.py b/plugins/modules/vyos_ntp_global.py index cad08a68d..b603007b5 100644 --- a/plugins/modules/vyos_ntp_global.py +++ b/plugins/modules/vyos_ntp_global.py @@ -22,7 +22,7 @@ author: - Varshitha Yataluru (@YVarshitha) notes: -- Tested against vyos 1.3.8 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(network_cli). - "VyOS v.1.4+ uses chronyd, and path changes from `system` to `service`" options: diff --git a/plugins/modules/vyos_ospfv2.py b/plugins/modules/vyos_ospfv2.py index a72b7fd2c..3a557c229 100644 --- a/plugins/modules/vyos_ospfv2.py +++ b/plugins/modules/vyos_ospfv2.py @@ -45,7 +45,7 @@ description: This resource module configures and manages attributes of OSPFv2 routes on VyOS network devices. notes: -- Tested against VyOS 1.3.8 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). author: diff --git a/plugins/modules/vyos_ospfv3.py b/plugins/modules/vyos_ospfv3.py index dbe9a8574..9fac403f5 100644 --- a/plugins/modules/vyos_ospfv3.py +++ b/plugins/modules/vyos_ospfv3.py @@ -46,7 +46,7 @@ author: - Rohit Thakur (@rohitthakur2590) notes: -- Tested against VyOS 1.3.8 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). options: diff --git a/plugins/modules/vyos_ping.py b/plugins/modules/vyos_ping.py index 986193994..c45d46c32 100644 --- a/plugins/modules/vyos_ping.py +++ b/plugins/modules/vyos_ping.py @@ -30,7 +30,7 @@ short_description: Tests reachability using ping from VyOS network devices description: - Tests reachability using ping from a VyOS device to a remote destination. -- Tested against VyOS 1.1.8 (helium) +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - For a general purpose network module, see the M(ansible.netcommon.net_ping) module. - For Windows targets, use the M(ansible.windows.win_ping) module instead. - For targets running Python, use the M(ansible.builtin.ping) module instead. @@ -73,7 +73,7 @@ - present default: present notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - For a general purpose network module, see the M(ansible.netcommon.net_ping) module. - For Windows targets, use the M(ansible.windows.win_ping) module instead. - For targets running Python, use the M(ansible.builtin.ping) module instead. diff --git a/plugins/modules/vyos_prefix_lists.py b/plugins/modules/vyos_prefix_lists.py index 71d52b323..a6867f4f0 100644 --- a/plugins/modules/vyos_prefix_lists.py +++ b/plugins/modules/vyos_prefix_lists.py @@ -21,7 +21,7 @@ version_added: 2.4.0 author: Priyam Sahoo (@priyamsahoo) notes: - - Tested against VyOS 1.1.8 (helium) + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(network_cli) options: config: diff --git a/plugins/modules/vyos_route_maps.py b/plugins/modules/vyos_route_maps.py index 455bd3e6f..65bb47728 100644 --- a/plugins/modules/vyos_route_maps.py +++ b/plugins/modules/vyos_route_maps.py @@ -21,7 +21,7 @@ - This module manages route map configurations on devices running VYOS. author: Ashwini Mhatre (@amhatre) notes: -- Tested against vyos 1.3.8 +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5 - This module works with connection C(network_cli). options: config: diff --git a/plugins/modules/vyos_snmp_server.py b/plugins/modules/vyos_snmp_server.py index f574919a6..b60ab11a7 100644 --- a/plugins/modules/vyos_snmp_server.py +++ b/plugins/modules/vyos_snmp_server.py @@ -20,7 +20,7 @@ description: This module manages the snmp server attributes of Vyos network devices author: Gomathi Selvi Srinivasan (@GomathiselviS) notes: - - Tested against vyos 1.3.8, 1.4.1 + - Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5, 1.4.1 - This module works with connection C(network_cli). - The Configuration defaults of the Vyos network devices are supposed to hinder idempotent behavior of plays diff --git a/plugins/modules/vyos_static_routes.py b/plugins/modules/vyos_static_routes.py index 0629a8bd3..9a342e3a4 100644 --- a/plugins/modules/vyos_static_routes.py +++ b/plugins/modules/vyos_static_routes.py @@ -44,7 +44,7 @@ short_description: Static routes resource module description: This module manages attributes of static routes on VyOS network devices. notes: -- Tested against VyOS 1.3.8. +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). author: diff --git a/plugins/modules/vyos_system.py b/plugins/modules/vyos_system.py index d8d676e82..90088bae9 100644 --- a/plugins/modules/vyos_system.py +++ b/plugins/modules/vyos_system.py @@ -34,7 +34,7 @@ extends_documentation_fragment: - vyos.vyos.vyos notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). options: host_name: diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py index 5aebf943b..d48f0e29a 100644 --- a/plugins/modules/vyos_user.py +++ b/plugins/modules/vyos_user.py @@ -37,7 +37,7 @@ extends_documentation_fragment: - vyos.vyos.vyos notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). options: aggregate: diff --git a/plugins/modules/vyos_vlan.py b/plugins/modules/vyos_vlan.py index 49cc12580..6ccfe650b 100644 --- a/plugins/modules/vyos_vlan.py +++ b/plugins/modules/vyos_vlan.py @@ -18,7 +18,7 @@ - This module provides declarative management of VLANs on VyOS network devices. version_added: 1.0.0 notes: -- Tested against VyOS 1.1.8 (helium). +- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5. - This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). options: name: