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

Introduce refactored aft summary model #997

Merged
merged 4 commits into from
Nov 21, 2023
Merged

Conversation

dplore
Copy link
Member

@dplore dplore commented Nov 10, 2023

Change Scope

Platform Implementations

Tree view

        |  +--ro oc-aftsummary:aft-summaries
        |     +--ro oc-aftsummary:ipv4-unicast
        |     |  +--ro oc-aftsummary:protocols
        |     |     +--ro oc-aftsummary:protocol* [origin-protocol]
        |     |        +--ro oc-aftsummary:origin-protocol    -> ../state/origin-protocol
        |     |        +--ro oc-aftsummary:state
        |     |           +--ro oc-aftsummary:origin-protocol?   identityref
        |     |           +--ro oc-aftsummary:counters
        |     |              +--ro oc-aftsummary:aft-entries?   oc-yang-types:counter64
        |     +--ro oc-aftsummary:ipv6-unicast
        |        +--ro oc-aftsummary:protocols
        |           +--ro oc-aftsummary:protocol* [origin-protocol]
        |              +--ro oc-aftsummary:origin-protocol    -> ../state/origin-protocol
        |              +--ro oc-aftsummary:state
        |                 +--ro oc-aftsummary:origin-protocol?   identityref
        |                 +--ro oc-aftsummary:counters
        |                    +--ro oc-aftsummary:aft-entries?   oc-yang-types:counter64

@dplore dplore requested a review from a team as a code owner November 10, 2023 01:55
@OpenConfigBot
Copy link

OpenConfigBot commented Nov 10, 2023

No major YANG version changes in commit f489c24

@rolandphung
Copy link
Contributor

Are we considering adding the old version back as deprecated to make this change truly backwards compatible?

@dplore
Copy link
Member Author

dplore commented Nov 11, 2023

The current plan of record regarding the old version (#783) is to not merge it back in. #992 is planned to stand as a breaking change because of the removal of the model and the next release of OC will be a major release (3.0).

We discovered the issue of a list with siblings when we attempted to use the model with ygnmi. It is not clear what may break if #783 is added back in, even if deprecated. Because openconfig tools are not tested or required to support siblings to a list the issue may not be merely cosmetic and I think it is advised to not to merge it back in.

We owe apologies to the community for not catching this issue during the review of #783. A check was added right after this issue was discovered to detect this issue in the future.

We will review the issues and this PR at the Nov 14, 2023 OC Operators meeting and at the forthcoming Dec 7, 2023 OC Community meeting.

Copy link
Contributor

@chrisy chrisy left a comment

Choose a reason for hiding this comment

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

LGTM

@dplore dplore added the last-call PR that is in final review before merging. label Nov 14, 2023
@dplore dplore merged commit 4d31358 into master Nov 21, 2023
romeyod pushed a commit to romeyod/aftNextHop that referenced this pull request Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
last-call PR that is in final review before merging. non-breaking
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

6 participants