You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,49 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
8
8
9
9
.. contents:: ``Release Versions``
10
10
11
+
12
+
`0.4.1`_
13
+
=====================
14
+
15
+
**Release Date:** ``2025-04-24``
16
+
17
+
Added
18
+
-----
19
+
20
+
* Added ability to manage edge connections to external fabrics
21
+
* Added support for checking if a fabric is in a multisite domain and disallow management of ``vxlan.overlay.vrfs`` and ``vxlan.overlay.networks`` under the child fabric
22
+
23
+
Modified
24
+
--------
25
+
26
+
* Added various multisite fixes and introduced new ``child_fabrics`` model key under ``vxlan.multisite.overlay.vrfs`` and ``vxlan.multisite.overlay.networks`` for defining site-specific attributes
@@ -408,10 +408,10 @@ This capability is not available under the following conditions:
408
408
409
409
### See Also
410
410
411
-
* [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
411
+
* [Ansible Using Collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
412
412
413
413
## Multi-Site Domain for VXLAN BGP EVPN Fabrics
414
-
A Multi-Site Domain (MSD) is a multifabric container that is created to manage multiple member fabrics. An MSD is a single point of control for definition of overlay networks and VRFs that are shared across member fabrics. When you move fabrics (that are designated to be part of the multifabric overlay network domain) under the MSD as member fabrics, the member fabrics share the networks and VRFs created at the MSD-level. This way, you can consistently provision network and VRFs for different fabrics, at one go. It significantly reduces the time and complexity involving multiple fabric provisionings.
414
+
A Multi-Site Domain (MSD) is a multifabric administrative domain that is created to manage multiple member fabrics. An MSD is a single point of control for definition of overlay VRFs and Networks that are shared across member fabrics. When you move fabrics under the MSD as child fabrics, the child fabrics share the VRFs and networks created at the MSD-level. This way, you can consistently provision VRFs and networks for different fabrics, at one go. It significantly reduces the time and complexity involving multiple fabric provisionings.
415
415
416
416
### To configure and manage MSD fabrics with VXLAN as Code, you should use the following workflow:
417
417
1. Create each member/child fabric that will be managed by MSD using the normal data models for each fabric (or use a combined data model with all child fabrics)
@@ -432,9 +432,10 @@ We welcome community contributions to this collection. If you find problems, ple
432
432
433
433
## More Information
434
434
435
-
- [NDFC installation and configuration guides](https://www.cisco.com/c/en/us/td/docs/dcn/ndfc/1201/installation/cisco-ndfc-install-and-upgrade-guide-1201.html)
436
-
- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
- [Cisco Nexus Dashboard and Services Deployment and Upgrade Guide](https://www.cisco.com/c/en/us/td/docs/dcn/nd/3x/deployment/cisco-nexus-dashboard-and-services-deployment-guide-321.html)
436
+
- [Cisco Nexus Dashboard Fabric Controller (NDFC) User Content for LAN Configuration Guide](https://www.cisco.com/c/en/us/td/docs/dcn/ndfc/1222/collections/ndfc-user-content-1222-lan.html)
437
+
- [Ansible User Guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
0 commit comments