Skip to content

Commit

Permalink
[Major Changes] Remove Deprecated Modules (#506)
Browse files Browse the repository at this point in the history
* [Major Changes] Remove deprecated modules

Signed-off-by: rohitthakur2590 <[email protected]>

* Update docs

Signed-off-by: rohitthakur2590 <[email protected]>

* update sanity fixes

Signed-off-by: rohitthakur2590 <[email protected]>

* remove tests for deprecated modules

Signed-off-by: rohitthakur2590 <[email protected]>

* update changelog and meta

Signed-off-by: rohitthakur2590 <[email protected]>

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

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

* Update mock.py

---------

Signed-off-by: rohitthakur2590 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
rohitthakur2590 and pre-commit-ci[bot] authored Mar 27, 2024
1 parent 666dfe6 commit dfa5ca5
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 1,336 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Name | Description
[junipernetworks.junos.junos_lag_interfaces](https://github.com/ansible-collections/junipernetworks.junos/blob/main/docs/junipernetworks.junos.junos_lag_interfaces_module.rst)|Link Aggregation Juniper JUNOS resource module
[junipernetworks.junos.junos_lldp_global](https://github.com/ansible-collections/junipernetworks.junos/blob/main/docs/junipernetworks.junos.junos_lldp_global_module.rst)|LLDP resource module
[junipernetworks.junos.junos_lldp_interfaces](https://github.com/ansible-collections/junipernetworks.junos/blob/main/docs/junipernetworks.junos.junos_lldp_interfaces_module.rst)|LLDP interfaces resource module
[junipernetworks.junos.junos_logging](https://github.com/ansible-collections/junipernetworks.junos/blob/main/docs/junipernetworks.junos.junos_logging_module.rst)|Manage logging on network devices
[junipernetworks.junos.junos_logging_global](https://github.com/ansible-collections/junipernetworks.junos/blob/main/docs/junipernetworks.junos.junos_logging_global_module.rst)|Manage logging configuration on Junos devices.
[junipernetworks.junos.junos_netconf](https://github.com/ansible-collections/junipernetworks.junos/blob/main/docs/junipernetworks.junos.junos_netconf_module.rst)|Configures the Junos Netconf system service
[junipernetworks.junos.junos_ntp_global](https://github.com/ansible-collections/junipernetworks.junos/blob/main/docs/junipernetworks.junos.junos_ntp_global_module.rst)|Manage NTP configuration on Junos devices.
Expand Down
5 changes: 5 additions & 0 deletions changelogs/fragments/remove_deprecated.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
major_changes:
- "This release removes previously deprecated modules from this collection. Please refer to the **Removed Features** section for details."
removed_features:
- Remove deprected junos_logging module which is replaced by junos_logging_global resource module.
487 changes: 0 additions & 487 deletions docs/junipernetworks.junos.junos_logging_module.rst

This file was deleted.

9 changes: 0 additions & 9 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ plugin_routing:
redirect: junipernetworks.junos.junos_routing_options
lldp_interfaces:
redirect: junipernetworks.junos.junos_lldp_interfaces
logging:
redirect: junipernetworks.junos.junos_logging
deprecation:
removal_date: "2023-08-01"
warning_text: See the plugin documentation for more details
junos_logging:
deprecation:
removal_date: "2023-08-01"
warning_text: See the plugin documentation for more details
netconf:
redirect: junipernetworks.junos.junos_netconf
ospfv2:
Expand Down
Loading

0 comments on commit dfa5ca5

Please sign in to comment.