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

Modify link instantiation logic to handle various decommissioning states #1346

Open
jonstout opened this issue Nov 12, 2021 · 0 comments
Open
Labels

Comments

@jonstout
Copy link
Member

When oess decoms a node any connected links should also be decomd, but if the link still exists in nso then oess will try to recreate it. Because oess will always try to remain in sync with nso update our link creation logic such that:

  • If a link with a given name doesn't exist create it
  • If a link with a given name already exists and both its interfaces are on active nodes then the link should be updated and activated if currently decom'd.
  • If a link with a given name already exists and either of its interfaces are on decomd nodes then no update should occur.
@jonstout jonstout added the Bug label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant