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

Update rule realization for ANP #29

Merged
merged 1 commit into from
Sep 20, 2022
Merged

Update rule realization for ANP #29

merged 1 commit into from
Sep 20, 2022

Conversation

reachjainrahul
Copy link
Contributor

Nephe controller combines all the ANP rules and apply them to cloud together. As such, all ANPs having same appliedToGroup will share the same fate. Here, with every ANP change, we walk thru all the ANPs sharing the same appliedTo and report combined rule realization statuses.

Note: As the ANPs are combined together, antrea controller will receive dup realization status for already realized rule if there are more than 1 ANP sharing the same appliedToGroup.

Signed-off-by: Rahul Jain [email protected]

@reachjainrahul
Copy link
Contributor Author

/nephe-test-e2e-kind

Copy link
Contributor

@Anandkumar26 Anandkumar26 left a comment

Choose a reason for hiding this comment

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

/LGTM

Nephe controller combines all the ANP rules and apply them to cloud together.
As such, all ANPs having same appliedToGroup will share the same fate.
Here, with every ANP change, we walk thru all the ANPs sharing the same
appliedTo and report combined rule realization statuses.

Note: As the ANPs are combined together, antrea controller will receive dup
realization status for already realized rule if there are more than 1 ANP
sharing the same appliedToGroup.

Signed-off-by: Rahul Jain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants