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

Bump to odlparent 13.0.7 versions #1672

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Commits on Nov 30, 2023

  1. gnmi: ensure three-phase commit protocol

    Previously, only two phases of the commit protocol were utilized,
    leading to lack of data validation before committing it.
    This oversight resulted in compromised functionality of the
    GNMI device simulator, as undesired data was sent.
    
    This commit addresses the issue by implementing the complete
    three-phase commit protocol, as well as fixing the existing
    invalid data.
    
    JIRA: LIGHTY-272
    Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
    Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
    (cherry picked from commit 82ed273)
    ihrasko authored and Tobianas committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bd96412 View commit details
    Browse the repository at this point in the history
  2. Update state/config data in docs

    Update documentation to match the changes made in:
    PANTHEONtech@becee9e#diff-b0664bfdf0d1807f52436eab1bcf87337d83be6dd0a242fcdecfb8de652ac79a
    
    JIRA: LIGHTY-272
    Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
    Tobianas committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    685c139 View commit details
    Browse the repository at this point in the history
  3. Match initial state configs

    Add interface type to this json to match it with json in:
    lighty-gnmi-community-restconf-app/simulator/initialStateJsonData.json
    
    JIRA: LIGHTY-272
    Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
    Tobianas committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    11e081e View commit details
    Browse the repository at this point in the history