-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update for act #31
Open
chetryan
wants to merge
15
commits into
arista-netdevops-community:master
Choose a base branch
from
chetryan:update_for_act
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update for act #31
chetryan
wants to merge
15
commits into
arista-netdevops-community:master
from
chetryan:update_for_act
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds a playbook that will use eos_validate_state to validate the sate of the fabric.
Without this change, the eAPI will only be available on the MGMT vrf. The 10.255.x.x interface in ACT is only available on the default VRF of EOS devices.
Switch to using AVD all in one from github container reg Add makefile commands to match ACT userguide
We now use the requirements specified in the arista.avd collection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
At the moment, the repository offers an example AVD configuration that would configure a L3LS using CVP. However the arbitrary choices of configuration would require changes before being used with the Arista Sample Sample topology that is the default in Arista Cloud Test.
This change changes certain choices to make this repository work with the Sample Topology with little to now changes, making it easier for someone new to both ACT and AVD to get started quickly.
Adds
eos_validate_state
roleChanges
avd-all-in-one
docker image, managed by this project : https://github.com/arista-netdevops-community/avd-all-in-one-containercustom_structured_config
to set the TerminAttr to use the token authentication, which is the default method in the more recent CVP versions192.168.0.0/24
management api http-commands
to allow eAPI communication even when a MGMT vrf is defined on the devicescvpadmin
password based on the cleartext value supplied in the inventory. This solves the issue where the user had to copy the hash from a configured device.Removes
requirements.txt
- the Makefile has been updated to use therequirements.txt
specified in the arista.avd collectionImpact if not merged
group_vars
to get working configuration on the devices in the ACT lab. This is prone to human errors, especially if the user is not familiar both AVD and ACT.