Skip to content

Commit

Permalink
Merge branch 'devel' into cli-restructure-part2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Kumar authored and Mahesh Kumar committed Nov 13, 2024
2 parents 839d99d + 48a0b7e commit 9acbf3c
Show file tree
Hide file tree
Showing 408 changed files with 12,071 additions and 15,396 deletions.
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ skip_list:
- meta-no-info # Ansible-lint does not honor meta-schema with standalone: false
- var-naming[no-role-prefix] # TODO: Fix internal variable names as a breaking change for AVD 5.0.0
kinds:
- yaml: "**/molecule/**/inventory/host_vars/roles.yml"
- yaml: "**/molecule/**/inventory/host_vars/host1/roles.yml"
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ To retain the previous behavior, set the value to `false`:
+ shutdown_interfaces_towards_undeployed_peers: false
```

### BGP is now configured for Network services VRFs even if 'evpn' is not part of the address-families
### BGP is now configured for Network services VRFs even if `evpn` is not part of the address-families

AVD versions below 5.0.0 did not generate BGP configuration for VRFs unless the node type included `evpn`, `vpn-ipv4` or `vpn-ipv6` under `default_overlay_address_families` *and* the
VRF had the same `evpn`, `vpn-ipv4` or `vpn-ipv6` defined under `address_families` (default is `['evpn']`).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ router_ospf:
- id: 10
vrf: C1_VRF1
passive_interface_default: true
router_id: 10.255.1.1
no_passive_interfaces:
- Ethernet3.10
router_id: 10.255.1.1
redistribute:
bgp:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ router_ospf:
- id: 10
vrf: C1_VRF1
passive_interface_default: true
router_id: 10.255.1.2
no_passive_interfaces:
- Ethernet4.10
router_id: 10.255.1.2
redistribute:
bgp:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ router_ospf:
- id: 10
vrf: C1_VRF1
passive_interface_default: true
router_id: 10.255.1.3
no_passive_interfaces:
- Ethernet2
router_id: 10.255.1.3
redistribute:
bgp:
enabled: true
Expand Down

This file was deleted.

Loading

0 comments on commit 9acbf3c

Please sign in to comment.