Skip to content

Commit

Permalink
Fix porting guide and schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Aug 16, 2024
1 parent aff9563 commit 250b6df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ansible_collections/arista/avd/docs/porting-guides/5.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,6 @@ In AVD 4.0.0, we had "switched" as the default value for `ethernet_interfaces[].

With AVD 5.0.0, the default value for `type` in `ethernet_interfaces` and `port_channel_interfaces` is no longer supported. The `type` key must now be explicitly defined in the input variables if it is needed in the configuration and documentation.

### `router_pim_sparse_mode.ipv4.rp_addresses[].address` is unmarked as a `primary_key`

With AVD 5.0.0, the key `router_pim_sparse_mode.ipv4.rp_addresses[].address` is `not` a `primary_key`.

### Removal of deprecated data models

The following data model keys have been removed from `eos_cli_config_gen` in v5.0.0.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ keys:
keys:
address:
type: str
required: true
description: RP Address.
groups:
type: list
Expand Down

0 comments on commit 250b6df

Please sign in to comment.