diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/dellemc/enterprise_sonic/changelogs/.plugin-cache.yaml | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/enterprise_sonic/changelogs/.plugin-cache.yaml')
-rw-r--r-- | ansible_collections/dellemc/enterprise_sonic/changelogs/.plugin-cache.yaml | 84 |
1 files changed, 83 insertions, 1 deletions
diff --git a/ansible_collections/dellemc/enterprise_sonic/changelogs/.plugin-cache.yaml b/ansible_collections/dellemc/enterprise_sonic/changelogs/.plugin-cache.yaml index 9d3d51d00..8b0d92009 100644 --- a/ansible_collections/dellemc/enterprise_sonic/changelogs/.plugin-cache.yaml +++ b/ansible_collections/dellemc/enterprise_sonic/changelogs/.plugin-cache.yaml @@ -10,6 +10,7 @@ plugins: name: sonic version_added: null connection: {} + filter: {} httpapi: sonic: description: HttpApi Plugin for devices supporting Restconf SONIC API @@ -23,11 +24,21 @@ plugins: name: sonic_aaa namespace: '' version_added: 1.1.0 + sonic_acl_interfaces: + description: Manage access control list (ACL) to interface binding on SONiC + name: sonic_acl_interfaces + namespace: '' + version_added: 2.1.0 sonic_api: description: Manages REST operations on devices running Enterprise SONiC name: sonic_api namespace: '' version_added: 1.0.0 + sonic_bfd: + description: Manage BFD configuration on SONiC + name: sonic_bfd + namespace: '' + version_added: 2.1.0 sonic_bgp: description: Manage global BGP and its parameters name: sonic_bgp @@ -73,6 +84,21 @@ plugins: name: sonic_config namespace: '' version_added: 1.0.0 + sonic_copp: + description: Manage CoPP configuration on SONiC + name: sonic_copp + namespace: '' + version_added: 2.1.0 + sonic_dhcp_relay: + description: Manage DHCP and DHCPv6 relay configurations on SONiC + name: sonic_dhcp_relay + namespace: '' + version_added: 2.1.0 + sonic_dhcp_snooping: + description: Manage DHCP Snooping on SONiC + name: sonic_dhcp_snooping + namespace: '' + version_added: 2.3.0 sonic_facts: description: Collects facts on devices running Enterprise SONiC name: sonic_facts @@ -84,12 +110,27 @@ plugins: name: sonic_interfaces namespace: '' version_added: 1.0.0 + sonic_ip_neighbor: + description: Manage IP neighbor global configuration on SONiC. + name: sonic_ip_neighbor + namespace: '' + version_added: 2.1.0 + sonic_l2_acls: + description: Manage Layer 2 access control lists (ACL) configurations on SONiC + name: sonic_l2_acls + namespace: '' + version_added: 2.1.0 sonic_l2_interfaces: description: Configure interface-to-VLAN association that is based on access or trunk mode name: sonic_l2_interfaces namespace: '' version_added: 1.0.0 + sonic_l3_acls: + description: Manage Layer 3 access control lists (ACL) configurations on SONiC + name: sonic_l3_acls + namespace: '' + version_added: 2.1.0 sonic_l3_interfaces: description: Configure the IPv4 and IPv6 parameters on Interfaces such as, Eth, LAG, VLAN, and loopback @@ -101,6 +142,21 @@ plugins: name: sonic_lag_interfaces namespace: '' version_added: 1.0.0 + sonic_lldp_global: + description: Manage Global LLDP configurations on SONiC + name: sonic_lldp_global + namespace: '' + version_added: 2.1.0 + sonic_logging: + description: Manage logging configuration on SONiC. + name: sonic_logging + namespace: '' + version_added: 2.1.0 + sonic_mac: + description: Manage MAC configuration on SONiC + name: sonic_mac + namespace: '' + version_added: 2.1.0 sonic_mclag: description: Manage multi chassis link aggregation groups domain (MCLAG) and its parameters @@ -112,11 +168,21 @@ plugins: name: sonic_ntp namespace: '' version_added: 2.0.0 + sonic_pki: + description: Manages PKI attributes of Enterprise Sonic + name: sonic_pki + namespace: '' + version_added: 2.3.0 sonic_port_breakout: description: Configure port breakout settings on physical interfaces name: sonic_port_breakout namespace: '' version_added: 1.0.0 + sonic_port_group: + description: Manages port group configuration on SONiC. + name: sonic_port_group + namespace: '' + version_added: 2.1.0 sonic_prefix_lists: description: prefix list configuration handling for SONiC name: sonic_prefix_lists @@ -127,11 +193,21 @@ plugins: name: sonic_radius_server namespace: '' version_added: 1.0.0 + sonic_route_maps: + description: route map configuration handling for SONiC + name: sonic_route_maps + namespace: '' + version_added: 2.1.0 sonic_static_routes: description: Manage static routes configuration on SONiC name: sonic_static_routes namespace: '' version_added: 2.0.0 + sonic_stp: + description: Manage STP configuration on SONiC + name: sonic_stp + namespace: '' + version_added: 2.3.0 sonic_system: description: Configure system parameters name: sonic_system @@ -147,6 +223,11 @@ plugins: name: sonic_users namespace: '' version_added: 1.1.0 + sonic_vlan_mapping: + description: Configure vlan mappings on SONiC. + name: sonic_vlan_mapping + namespace: '' + version_added: 2.1.0 sonic_vlans: description: Manage VLAN and its parameters name: sonic_vlans @@ -166,5 +247,6 @@ plugins: netconf: {} shell: {} strategy: {} + test: {} vars: {} -version: 2.0.0 +version: 2.4.0 |