-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devel' into isis_auth_vlan_int
- Loading branch information
Showing
170 changed files
with
646 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
# changed post merge | ||
name: "Label for Release Notes" | ||
|
||
|
||
on: | ||
pull_request_target: | ||
types: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
ansible_collections/arista/avd/docs/porting-guides/5.x.x.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
# This title is used for search results | ||
title: Porting Guide for Ansible AVD 5.x.x | ||
--- | ||
<!-- | ||
~ Copyright (c) 2024 Arista Networks, Inc. | ||
~ Use of this source code is governed by the Apache License 2.0 | ||
~ that can be found in the LICENSE file. | ||
--> | ||
|
||
# Porting Guide for Ansible AVD 5.x.x | ||
|
||
Major releases of AVD can contain breaking changes. This porting guide addresses how to update your inventory | ||
and playbooks to be compatible with new default behaviors and changed data models when upgrading from AVD 4.x versions. | ||
|
||
!!! note | ||
To upgrade from AVD version 3.x, first upgrade to AVD 4.10 using the [Porting Guide for Ansible AVD 4.x.x](https://avd.arista.com/4.10/docs/porting-guides/4.x.x.html) | ||
and then upgrade to 5.x with this guide. | ||
|
||
Users of `eos_designs` do not have to consider the changes in `eos_cli_config_gen`, since those adaptions are | ||
built into `eos_designs`. | ||
|
||
## Common changes | ||
|
||
### Data model changes from "dict-of-dicts" to "list-of-dicts" | ||
|
||
TODO: Removed type conversion | ||
|
||
## Removal of Ansible plugins | ||
|
||
The following ansible plugins have been removed from the `arista.avd` Ansible collection in v5.0.0. | ||
|
||
| Plugin type | Plugin name | Replacement | | ||
| ----------- | ----------- | ----------- | | ||
| TODO: list out the removed plugins and replacements (take from deprecation docs) | | | | ||
|
||
## Changes to role arista.avd.eos_designs | ||
|
||
TODO: Level 3 sections for each change with details on how to migrate | ||
|
||
### Removal of deprecated data models | ||
|
||
The following data model keys have been removed from `eos_designs` in v5.0.0. | ||
|
||
| Removed key | New key | | ||
| ----------- | ------- | | ||
| TODO | | | ||
|
||
## Changes to role `arista.avd.eos_cli_config_gen` | ||
|
||
TODO: Level 3 sections for each change with details on how to migrate | ||
|
||
### Removal of deprecated data models | ||
|
||
The following data model keys have been removed from `eos_cli_config_gen` in v5.0.0. | ||
|
||
| Removed key | New key | | ||
| ----------- | ------- | | ||
| TODO | | |
Oops, something went wrong.