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

Add support for non-MLAG Port-Channels #86

Merged

Conversation

blemmenes
Copy link
Contributor

If a server has a port-channel defined, but the connections are on only one leaf MLAG is not needed.

This PR handles that case both for single link port-channels and multiples as shown below.

  server01:
    rack: RackA
    adapters:
      - server_ports: [ Eth1, Eth2 ]
        switch_ports: [ Ethernet11, Ethernet11 ]
        switches: [ DC1-SVC3A, DC1-SVC3A ]
        profile: TENANT_A_B
        port_channel:
          state: present
          description: PortChanne1
          mode: active

@carlbuchmann carlbuchmann self-requested a review March 6, 2020 19:44
Copy link
Member

@carlbuchmann carlbuchmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blemmenes, thank you for your suggestion, looks good and will also update examples repo!

@carlbuchmann carlbuchmann merged commit 58a4e64 into aristanetworks:releases/v1.0.x Mar 16, 2020
@carlbuchmann carlbuchmann mentioned this pull request Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants