Guillaume Mulocher

Results 101 issues of Guillaume Mulocher

Tried the CLI on EOS device and it was not present so need further investigation. _Originally posted by @gmuloc in https://github.com/aristanetworks/avd/pull/3826#discussion_r1568901544_

## Change Summary cf title ## Related Issue(s) Field issue - some users have tried to use `arista.avd.eos_config_deploy_cvp` which led to empty metadata on CV and so no visualization and...

state: Documentation role Updated
role: eos_designs
EPIC - AVD AutoVPN/WAN

## Change Summary Add two node level keys `loopback_ipv4_address` and `vtep_loopback_ipv4_address` to have a better way of settings these rather than using the pools with the offset trick of -1...

state: CI Updated
state: Documentation role Updated
role: eos_designs

## Change Summary By default AVD disables next-hop resolution in EVPN for WAN RRs because not technically needed. In some cases it might be useful to be able to ping...

state: stale
state: conflict
state: CI Updated
state: Documentation role Updated
role: eos_designs
EPIC - AVD AutoVPN/WAN

### Enhancement summary https://github.com/search?q=repo%3Aaristanetworks%2Fansible-avd%20docker-compose&type=code docker-compose is used in a couple of places in AVD repo and we should start using docker-compose v2 `docker compose...` rather than v1 `docker-compose` furthermore docker-compose...

type: enhancement

Let's track for 5.0 to include in the release notes that the heading for CSV are now changing. _Originally posted by @gmuloc in https://github.com/aristanetworks/avd/pull/3743#discussion_r1538896982_

# Description In #740 we end up doing `getargs(TestStatus)` on a `Literal` type which feels very awkward. This PR defines a proper type for TestStatus based on built-in Python Enum...

In python 3.13 it will be built-in * https://peps.python.org/pep-0702/ * https://github.com/python/cpython/blob/main/Lib/warnings.py #740 is removing the usage of some functions and to be backward compatible we will keep them in until...

# Description Fixes #584 # Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code -...