-
Notifications
You must be signed in to change notification settings - Fork 231
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
Feat(eos_designs): Generate CVP Tags #2859
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
When running the molecule test without the Env variables for CVP, skip trying to push the tags to cvp.
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Fix pipeline erro for the molecule test for cloudvision
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Requires the following CVP PR to be merged and new ansible-cvp released: aristanetworks/ansible-cvp#679 |
That CVP PR has now been merged. Is it time to revisit this PR? |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Closing this, but keeping the branch, so we can revive as needed later. I will branch from this to implement the subset generating the tags. The tags will then be pushed as part of the new CV integration in #3466 |
Change Summary
This change adds a new feature: to configure Tags on CloudVision Portal and associate them with Devices and Interfaces.
This will allow for:
Related Issue(s)
No issues were raised for this new feature.
Component(s) name
arista.avd.eos_designs
arista.avd.cloudvision
Proposed changes
cloudvision_tags
data structure to the generatedeos_designs
structured configsarista.avd.cloudvision
role to deploy these tags to cloudvision.How to test
Run
make webdoc-up
to host a local copy of the documentation that can be read on a browser.Run the
molecule test -s cloudvision_tags
scenario. This will generate the structured config with cv_tags.To run tests on a cloudvision instance
molecule test -s cloudvision_tags
scenario. This will generate the structured config with cv_tags and apply the tags to cloudvision.Checklist
User Checklist
Repository Checklist