blob: 0ce34f5e4d6d034847c6b3d4b9ce05a691f483a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
|
ancestor: null
releases:
1.0.0:
modules:
- description: Perform REST operations through the Management Framework REST API.
name: sonic_api
namespace: ''
- description: BGP resource module.
name: sonic_bgp
namespace: ''
- description: BGP AF resource module.
name: sonic_bgp_af
namespace: ''
- description: BGP AS path resource module.
name: sonic_bgp_as_paths
namespace: ''
- description: BGP communities resource module.
name: sonic_bgp_communities
namespace: ''
- description: BGP Ext communities resource module.
name: sonic_bgp_ext_communities
namespace: ''
- description: BGP neighbors resource module.
name: sonic_bgp_neighbors
namespace: ''
- description: BGP neighbors AF resource module.
name: sonic_bgp_neighbors_af
namespace: ''
- description: Run commands through Management Framework CLI.
name: sonic_command
namespace: ''
- description: Manage configuration through the Management Framework CLI.
name: sonic_config
namespace: ''
- description: Interface resource module.
name: sonic_interfaces
namespace: ''
- description: Layer 2 interface resource module.
name: sonic_l2_interfaces
namespace: ''
- description: Layer 3 interface resource module.
name: sonic_l3_interfaces
namespace: ''
- description: Link aggregation (LAG) resource module.
name: sonic_lag_interfaces
namespace: ''
- description: MCLAG resource module.
name: sonic_mclag
namespace: ''
- description: port breakout resource module.
name: sonic_port_breakout
namespace: ''
- description: USERS resource module.
name: sonic_users
namespace: ''
- description: VLAN resource module.
name: sonic_vlans
namespace: ''
- description: VRF resource module.
name: sonic_vrfs
namespace: ''
- description: VxLAN EVPN resource module.
name: sonic_vxlans
namespace: ''
plugins:
cliconf:
- description: Use Ansible CLICONF to run commands on Enterprise SONiC.
name: sonic
namespace: null
httpapi:
- description: Use Ansible HTTPAPI to run commands on Enterprise SONiC.
name: sonic
namespace: null
release_date: '2020-12-07'
1.1.0:
modules:
- description: AAA resource module.
name: sonic_aaa
namespace: ''
- description: RADIUS resource module.
name: sonic_radius_server
namespace: ''
- description: SYSTEM resource module.
name: sonic_system
namespace: ''
- description: TACACS Server resource module.
name: sonic_tacacs_server
namespace: ''
release_date: '2021-05-28'
2.0.0:
changes:
breaking_changes:
- bgp_af - Add the route_advertise_list dictionary to the argspec to replace
the deleted, obsolete advertise_prefix attribute used for SONiC 3.x images
on the 1.x branch of this collection. This change corresponds to a SONiC 4.0
OC YANG REST compliance change for the BGP AF REST API. It enables specification
of a route map in conjunction with each route advertisement prefix (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/63).
- bgp_af - remove the obsolete 'advertise_prefix' attribute from argspec and
config code. This and subsequent co-req replacement with the new route advertise
list argument structure require corresponding changes in playbooks previoulsly
used for configuring route advertise prefixes for SONiC 3.x images. (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/60)
- bgp_neighbors - Replace the previously defined standalone "bfd" attribute
with a bfd dictionary containing multiple attributes. This change corresponds
to the revised SONiC 4.x implementation of OC YANG compatible REST APIs. Playbooks
previously using the bfd attributes for SONiC 3.x images must be modified
for useon SONiC 4.0 images to use the new definition for the bfd attribute
argspec structure (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/72).
- bgp_neighbors - Replace, for BGP peer groups, the previously defined standalone
"bfd" attribute with a bfd dictionary containing multiple attributes. This
change corresponds to the revised SONiC 4.x implementation of OC YANG compatible
REST APIs. Playbooks previously using the bfd attributes for SONiC 3.x images
must be modified for useon SONiC 4.0 images to use the new definition for
the bfd attribute argspec structure (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/81).
bugfixes:
- Fixed regression test bugs in multiple modules (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/103).
- Fixed regression test sequencing and other regression test bugs in multiple
modules (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/85).
- aaa - Fixed a bug in facts gathering by providing required conditional branching
(https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/90)
- aaa - Modify regression test sequencing to enable correct testing of the functionality
for this module (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/78).
- bgp_neighbors - remove string conversion of timer attributes (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/60)
- port_breakout - Fixed a bug in formulation of port breakout REST APIs (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/88).
- sonic - Fix a bug in handling of interface names in standard interface naming
mode (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/103).
- sonic_command - Fix bugs in handling of CLI commands involving a prompt and
answer sequence (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/76/files).
- users - Fixed a bug in facts gathering (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/90).
- vxlan - update Vxlan test cases to comply with SONiC behavior (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/105).
major_changes:
- Added 'static_routes' module to collection (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/82).
- Added a resource module for NTP support (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/99).
- Added a resource module for support of prefix lists (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/100).
- Updated backend REST API request formats in all applicable modules for compatibility
with SONiC 4.x openconfig YANG compliant REST APIs. (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/53)
minor_changes:
- Added an execution-environment.yml file to the "meta" directory to enable
use of Ansible execution environment infrastructure (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/88).
- bgp_af - Added support for BGP options to configure usage and advertisement
of vxlan primary IP address related attributes (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/62).
- bgp_as_paths - updated module examples with 'permit' attribute (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/102)
- bgp_neighbors - Add BGP peer group support for multiple attributes. The added
attributes correspond to the same set of attributes added for BGP neighbors
with PR 72 (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/81).
- bgp_neighbors - Add support for multiple attributes (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/72).
- bgp_neighbors - add an auth_pwd dictionary and nbr_description attribute to
the argspec (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/67).
- bgp_neighbors - added prefix-list related peer-group attributes (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/101).
- bgp_neighbors_af - added prefix-list related neighbor attributes (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/101).
- playbook - updated examples to reflect module changes (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/102)
- sonic_vxlans - Add configuration capability for the primary IP address of
a vxlan vtep to facilitate vxlan path redundundancy (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/58).
- vlans - Added support for the vlan "description" attribute (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/98).
- workflow - Added stable-2.13 to the sanity test matrix (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/90).
release_summary: 'This release provides Dell SONiC Enterprise Ansible Collection
support for SONiC 4.x images. It is the first release for the 2.x branch of
the collection. Subsequent enhancements for support of SONiC 4.x images will
also be provided as needed on the 2.x branch. This release also contains bugfixes
and enhancements to supplement the Ansible functionality provided previously
for SONiC 3.x images. The changelog describes changes made to the modules
and plugins included in this collection since release 1.1.0.
'
fragments:
- 100-prefix_lists-resource-module.yaml
- 101-bgp-prefix_lists.yaml
- 102-playbook-example-updates.yaml
- 103-standard-interface-naming-and-other-bugfixes.yaml
- 105-vxlan-regression-test-fix.yaml
- 2.0.0.yaml
- 53-oc-yang-compliance.yaml
- 58-vxlan-primary-ip.yaml
- 60-bgp-regression-test_fixes.yaml
- 62-bgp-vxlan-primary-ip.yaml
- 63-bgp_af-route_advertise_list.yaml
- 67-bgp_neighbors-auth_pwd-and-neighbor_description.yaml
- 72-bgp_neighbors-add-attributes.yaml
- 76-CLI-command-prompt-answer-fix.yaml
- 78-aaa-regression-fix.yaml
- 81-add-bgp-peer-group-attributes.yaml
- 82-static_routes.yaml
- 85-regression-test-fixes.yaml
- 88-port_breakout-and-execution-environment.yaml
- 90-aaa-and-users-bugfix.yaml
- 98-vlans-description.yaml
- 99-ntp-resource-module.yaml
modules:
- description: Manage NTP configuration on SONiC.
name: sonic_ntp
namespace: ''
- description: prefix list configuration handling for SONiC
name: sonic_prefix_lists
namespace: ''
- description: Manage static routes configuration on SONiC
name: sonic_static_routes
namespace: ''
release_date: '2022-09-02'
|