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

Feat ( eos_designs) : New node type keys specific to M&E deployments #4950

Open
1 task done
sarunac opened this issue Jan 30, 2025 · 0 comments
Open
1 task done

Feat ( eos_designs) : New node type keys specific to M&E deployments #4950

sarunac opened this issue Jan 30, 2025 · 0 comments
Labels
type: enhancement New feature or request

Comments

@sarunac
Copy link

sarunac commented Jan 30, 2025

Enhancement summary

New default Node type Keys for M&E deployments

Component(s) name

arista.avd.eos_designs

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_l2leaf
    type: media_l2leaf
    default_overlay_routing_protocol: none
    connected_endpoints: true
    network_services:
      l2: true
    default_ptp_priority1: 30
  - key: media_l3leaf
    type: media_l3leaf
    default_overlay_routing_protocol: none
    connected_endpoints: true
    network_services:
      l2: true
      l3: true
    default_ptp_priority1: 30

Which component of AVD is impacted

eos_designs

Use case example

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

Describe the solution you would like

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

Describe alternatives you have considered

Creating custom device types

Additional context

https://docs.google.com/document/d/19hfw4nTshr5N0qRbfsM-SPk_1NpNPUoQSeF3dh47Gd8/edit?tab=t.0

Contributing Guide

  • I agree to follow this project's Code of Conduct
@sarunac sarunac added the type: enhancement New feature or request label Jan 30, 2025
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

1 participant