Skip to content

Commit

Permalink
Refactor(eos_designs): Change loopback1 description
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Sep 11, 2024
1 parent 580bb71 commit 0a75660
Show file tree
Hide file tree
Showing 426 changed files with 888 additions and 854 deletions.
9 changes: 9 additions & 0 deletions ansible_collections/arista/avd/docs/porting-guides/5.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,15 @@ The description can be reverted manually if needed:
+router_id_loopback_description: "EVPN_Overlay_Peering"
```

The interface description for `Loopback1` (or the interface set with `vtep_loopback`) changes to `VXLAN_TUNNEL_SOURCE`.
Previously the description was `VTEP_VXLAN_Tunnel_Source`.

The description can be reverted manually if needed:

```diff
+vtep_loopback_description: "VTEP_VXLAN_Tunnel_Source"
```

### custom_structured_configuration_prefix no longer accepts a string

Starting AVD 5.0.0, `custom_structured_configuration_prefix` only accepts a list of strings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.0.3/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.1.3/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.1.3/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.3/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.3/32 |

Expand All @@ -368,7 +368,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -382,7 +382,7 @@ interface Loopback0
ip address 10.255.0.3/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.3/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.0.4/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.1.3/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.1.3/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.4/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.4/32 |

Expand All @@ -368,7 +368,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -382,7 +382,7 @@ interface Loopback0
ip address 10.255.0.4/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.3/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.0.5/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.1.5/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.1.5/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.5/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.5/32 |

Expand All @@ -376,7 +376,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -390,7 +390,7 @@ interface Loopback0
ip address 10.255.0.5/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.5/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.0.6/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.1.5/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.1.5/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.6/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.6/32 |

Expand All @@ -376,7 +376,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -390,7 +390,7 @@ interface Loopback0
ip address 10.255.0.6/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.5/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.128.13/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.129.13/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.129.13/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.13/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.13/32 |

Expand All @@ -368,7 +368,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -382,7 +382,7 @@ interface Loopback0
ip address 10.255.128.13/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.13/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.128.14/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.129.13/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.129.13/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.14/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.14/32 |

Expand All @@ -368,7 +368,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -382,7 +382,7 @@ interface Loopback0
ip address 10.255.128.14/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.13/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.128.15/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.129.15/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.129.15/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.15/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.15/32 |

Expand All @@ -376,7 +376,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -390,7 +390,7 @@ interface Loopback0
ip address 10.255.128.15/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.15/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ interface Port-Channel8
| Interface | Description | VRF | IP Address |
| --------- | ----------- | --- | ---------- |
| Loopback0 | ROUTER_ID | default | 10.255.128.16/32 |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | 10.255.129.15/32 |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | 10.255.129.15/32 |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | 10.255.10.16/32 |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | 10.255.11.16/32 |

Expand All @@ -376,7 +376,7 @@ interface Port-Channel8
| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | - |
| Loopback1 | VTEP_VXLAN_Tunnel_Source | default | - |
| Loopback1 | VXLAN_TUNNEL_SOURCE | default | - |
| Loopback10 | VRF10_VTEP_DIAGNOSTICS | VRF10 | - |
| Loopback11 | VRF11_VTEP_DIAGNOSTICS | VRF11 | - |

Expand All @@ -390,7 +390,7 @@ interface Loopback0
ip address 10.255.128.16/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.15/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ interface Loopback0
ip address 10.255.0.3/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.3/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ interface Loopback0
ip address 10.255.0.4/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.3/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ interface Loopback0
ip address 10.255.0.5/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.5/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ interface Loopback0
ip address 10.255.0.6/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.1.5/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ interface Loopback0
ip address 10.255.128.13/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.13/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ interface Loopback0
ip address 10.255.128.14/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.13/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ interface Loopback0
ip address 10.255.128.15/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.15/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ interface Loopback0
ip address 10.255.128.16/32
!
interface Loopback1
description VTEP_VXLAN_Tunnel_Source
description VXLAN_TUNNEL_SOURCE
no shutdown
ip address 10.255.129.15/32
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.0.3/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.1.3/32
- name: Loopback10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.0.4/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.1.3/32
- name: Loopback10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.0.5/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.1.5/32
- name: Loopback10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.0.6/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.1.5/32
- name: Loopback10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.128.13/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.129.13/32
- name: Loopback10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.128.14/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.129.13/32
- name: Loopback10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.128.15/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.129.15/32
- name: Loopback10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ loopback_interfaces:
shutdown: false
ip_address: 10.255.128.16/32
- name: Loopback1
description: VTEP_VXLAN_Tunnel_Source
description: VXLAN_TUNNEL_SOURCE
shutdown: false
ip_address: 10.255.129.15/32
- name: Loopback10
Expand Down
Loading

0 comments on commit 0a75660

Please sign in to comment.