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

New Node Type Keys specific to Media #4484

Open
sugetha24 opened this issue Sep 17, 2024 · 0 comments · May be fixed by #4485
Open

New Node Type Keys specific to Media #4484

sugetha24 opened this issue Sep 17, 2024 · 0 comments · May be fixed by #4485
Assignees
Labels
type: enhancement New feature or request

Comments

@sugetha24
Copy link
Contributor

sugetha24 commented Sep 17, 2024

Enhancement summary

Need new node type keys for Media devices.

Which component of AVD is impacted

eos_designs

Use case example

Need new node types for m&e devices with custom ptp priorities

Describe the solution you would like

node_type_keys:
  - key: ptp_leaf
    type: ptp_leaf
    default_overlay_routing_protocol: none
    connected_endpoints: true
    network_services:
      l2: true
      l3: true
    default_ptp_priority1: 10
  - key: media_spine
    type: media_spine
    default_overlay_routing_protocol: none
    connected_endpoints: true
    network_services:
      l2: true
      l3: true
    default_ptp_priority1: 20
  - key: media_leaf
    type: media_leaf
    default_overlay_routing_protocol: none
    connected_endpoints: true
    network_services:
      l2: true
      l3: true
    default_ptp_priority1: 30```

### Describe alternatives you have considered

Creating custom device types

### Additional context

_No response_

### Contributing Guide

- [X] I agree to follow this project's Code of Conduct
@sugetha24 sugetha24 added the type: enhancement New feature or request label Sep 17, 2024
@sugetha24 sugetha24 self-assigned this Sep 17, 2024
@sugetha24 sugetha24 linked a pull request Sep 17, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant