Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Placeholder PR for updating deprecated keys in 5.x.x porting-guide #4285

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 30 additions & 2 deletions ansible_collections/arista/avd/docs/porting-guides/5.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ The following data model keys have been removed from `eos_designs` in v5.0.0.

| Removed key | New key |
| ----------- | ------- |
| TODO | |
| old key 1(cvp_instance_ip) | new key(TODO) |
| old key 2(defs_adapter_config) | new key(TODO) |
| old key 3.1(defs_node_type) | new key(TODO) |
| old key 3.2(defs_node_type) | new key(TODO) |
| old key 4(defs_svi_settings) | new key(TODO) |
| old key 5(ptp) | new key(TODO) |

## Changes to role `arista.avd.eos_cli_config_gen`

Expand All @@ -56,4 +61,27 @@ The following data model keys have been removed from `eos_cli_config_gen` in v5.

| Removed key | New key |
| ----------- | ------- |
| TODO | |
| old key 1(daemon_terminattr) | new key(TODO) |
| old key 2.1(event_handlers) | new key(TODO) |
| old key 2.2(event_handlers) | new key(TODO) |
| old key 2.3(event_handlers) | new key(TODO) |
| old key 3(flow_trackings) | new key(TODO) |
| old key 4.1(management_api_gnmi) | new key(TODO) |
| old key 4.2(management_api_gnmi) | new key(TODO) |
| old key 5(management_security) | new key(TODO) |
| old key 6(name_server) | new key(TODO) |
| old key 7.1(port_channel_interfaces) | new key(TODO) |
| old key 7.2(port_channel_interfaces) | new key(TODO) |
| old key 8(radius_servers) | new key(TODO) |
| old key 9.1(router_bgp) | new key(TODO) |
| old key 9.2(router_bgp) | new key(TODO) |
| old key 9.3(router_bgp) | new key(TODO) |
| old key 9.4(router_bgp) | new key(TODO) |
| old key 9.5(router_bgp) | new key(TODO) |
| old key 9.6(router_bgp) | new key(TODO) |
| old key 10.1(router_isis) | new key(TODO) |
| old key 10.2(router_isis) | new key(TODO) |
| old key 11(snmp_server) | new key(TODO) |
| old key 12(stun) | new key(TODO) |
| old key 13.1(vlan_interfaces) | new key(TODO) |
| old key 13.2(vlan_interfaces) | new key(TODO) |
Loading