Skip to content
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

Feature(cv_deploy): support multiple studios static configlets per device. #5116

Open
1 task done
pvinci-arista opened this issue Feb 27, 2025 · 0 comments
Open
1 task done
Assignees
Labels
type: enhancement New feature or request

Comments

@pvinci-arista
Copy link
Contributor

Enhancement summary

With the legacy provisioning, there was an option to configure an ordered list of configlets to a device and apply a configlet to a container.

We would like to see this functionality implemented for the cv_deploy role.

Which component of AVD is impacted

others

Use case example

This will facilitate alternative options for day-2 operations.

Describe the solution you would like

We currently have the functionality in https://avd.arista.com/5.1/roles/eos_config_deploy_cvp/index.html

sample:

# group_vars/DC1_FABRIC.yml

# List of additional CVP configlets to bind to devices and containers
# Configlets MUST be configured on CVP before running AVD playbooks.
cv_configlets:
  containers:
    DC1_L3LEAFS:
      - GLOBAL-ALIASES
  devices:
    DC1-L2LEAF2A:
      - GLOBAL-ALIASES
    DC1-L2LEAF2B:
      - GLOBAL-ALIASES

Describe alternatives you have considered

We do this manually via the CloudVision GUI.

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants