summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorNathaniel Case <ncase@redhat.com>2019-08-26 09:07:54 -0400
committerGitHub <noreply@github.com>2019-08-26 09:07:54 -0400
commitf3f30c146b059dde9c60d6000cdb289d0b53219b (patch)
treeeafeee60c63eeb0b8519b14d954c7dc91d8dbbe5 /changelogs
parent5a04b4feb6ad928660ddc2804c56c71b3ec0f0af (diff)
downloadansible-f3f30c146b059dde9c60d6000cdb289d0b53219b.tar.gz
Deprecate net_* modules (#60818)
* Deprecate net_ modules * Move modules to finish deprecation * Add missing `why`, move net_static_route * Add changelogs and porting guide
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/deprecate_net_modules.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/deprecate_net_modules.yaml b/changelogs/fragments/deprecate_net_modules.yaml
new file mode 100644
index 0000000000..2c3386b8b4
--- /dev/null
+++ b/changelogs/fragments/deprecate_net_modules.yaml
@@ -0,0 +1,5 @@
+deprecated_features:
+- Deprecated ``net_interface``, ``net_linkagg``, ``net_lldp_interface``, ``net_l2_interface``, ``net_vlan``,
+ ``net_l3_interface``, ``net_vrf``, ``net_lldp``, ``net_banner``, ``net_logging``, ``net_system``, ``net_user``,
+ and ``net_static_route``.
+ Please use either the equivalent network role or the platform-specific resource module.