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

make mlag Dual Primary Detection disabled by default #618

Merged
merged 2 commits into from
Jan 14, 2021
Merged

make mlag Dual Primary Detection disabled by default #618

merged 2 commits into from
Jan 14, 2021

Conversation

ksator
Copy link
Contributor

@ksator ksator commented Jan 13, 2021

Change Summary

this PR makes mlag Dual Primary Detection disabled by default

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Documentation content changes
  • Other (please describe):

Related Issue(s)

#601

Component(s) name

Proposed changes

  • mlag Dual Primary Detection was enabled by default (when mlag was enabled).
  • this PR makes mlag Dual Primary Detection disabled by default (for L2 leaf and L3 leaf)

How to test

  • configure mlag_dual_primary_detection: true l3leaf.defaults or l3leaf.node_groups. or l2leaf.defaults or l2leaf.node_groups.
  • run eos_l3ls_evpn role
  • check intended structured_config and verify there is this for the appropriate devices
  peer_address_heartbeat:
    peer_ip: 10.73.1.106
    vrf: MGMT
  dual_primary_detection_delay: 5
  • then, dont configure mlag_dual_primary_detection
  • run eos_l3ls_evpn role
  • check intended structured_config and verify there is no
  peer_address_heartbeat:
    peer_ip: 10.73.1.106
    vrf: MGMT
  dual_primary_detection_delay: 5

Checklist:

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have updated molecule CI testing accordingly
  • All new and existing tests passed (pre-commit, make linting and make sanity-lint).

@ksator ksator added the role: eos_l3ls_evpn issue related to eos_l3ls_evpn role label Jan 13, 2021
@ksator ksator self-assigned this Jan 13, 2021
@github-actions github-actions bot requested a review from aphillipps January 13, 2021 20:31
@ksator ksator linked an issue Jan 13, 2021 that may be closed by this pull request
3 tasks
Copy link
Contributor

@titom73 titom73 left a comment

Choose a reason for hiding this comment

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

Looks good, but could you update Molecule artifacts to track changes and review result of your changes?

@github-actions github-actions bot added the state: CI Updated CI scenario have been updated in the PR label Jan 14, 2021
@github-actions github-actions bot requested a review from titom73 January 14, 2021 08:57
@ksator
Copy link
Contributor Author

ksator commented Jan 14, 2021

Done (CI updated).

Copy link
Contributor

@titom73 titom73 left a comment

Choose a reason for hiding this comment

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

LGTM!

@titom73 titom73 merged commit 16758b4 into aristanetworks:devel Jan 14, 2021
@titom73 titom73 added this to the v2.0.0rc1 milestone Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
role: eos_l3ls_evpn issue related to eos_l3ls_evpn role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make mlag Dual Primary Detection disabled by default
2 participants