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.1.2 versions #1876

Merged
merged 8 commits into from
May 29, 2024
Merged

Commits on May 29, 2024

  1. Bump to odlparent 13.1.2 versions

    Adopt:
    - odlparent-13.1.2
    - infrautils-6.0.8
    - yangtools-13.0.5
    - mdsal-13.0.3
    - controller-9.0.3
    - aaa-0.19.4
    - netconf-7.0.5
    - bgpcep-0.21.5
    
    JIRA: LIGHTY-302
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit 85d16a5)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3d8bd44 View commit details
    Browse the repository at this point in the history
  2. Refactor DOM{Action,Rpc}Implementation

    Rename these components according to:
    opendaylight/mdsal@c4c6619
    
    JIRA: LIGHTY-302
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit f7bdd24)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1eb82ba View commit details
    Browse the repository at this point in the history
  3. Remove TokenStore

    The usage of TokenStore was removed with OAuth2 implementations.
    https://git.opendaylight.org/gerrit/c/aaa/+/104968
    
    JIRA: LIGHTY-302
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit 152d4e5)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b218721 View commit details
    Browse the repository at this point in the history
  4. Introduce ErrorTagMapping and PrettyPrintParam

    Introduce these parameters as a result of:
    opendaylight/netconf@4e2e5be#diff-8eddc437230f04d9d277415bdf718dd998114e916aea8bfcba5a2f9bb69e2174R72
    and:
    opendaylight/netconf@2bb1482#diff-8eddc437230f04d9d277415bdf718dd998114e916aea8bfcba5a2f9bb69e2174R71
    
    Let's currently just hardcode these parameters and resolve their configuration in LIGHTY-305.
    
    JIRA: LIGHTY-302
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit 9719f72)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    918f6ea View commit details
    Browse the repository at this point in the history
  5. Move PatchStatus{Context,Entity}

    Adjust imports based on:
    opendaylight/netconf@68f748b
    
    JIRA: LIGHTY-302
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit 7a604dc)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9c907f5 View commit details
    Browse the repository at this point in the history
  6. Use different MdsalRestconfStrategy instantiation

    One constructor of this class got removed, lets just use a workaround for this test where
    the localRpcs parameter is not required:
    opendaylight/netconf@b372a54#diff-7de3450feabdc63b9c2b21ce40182a3d784e788ae85c31927a36615f2e24080eL66
    
    JIRA: LIGHTY-302
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit 1a034c6)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    101c3bb View commit details
    Browse the repository at this point in the history
  7. Revert "Create workaround for NETCONF-1285"

    This reverts commit 48ce203.
    
    This issue was resolved in netconf 7.0.5.
    
    JIRA: LIGHTY-304
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit 3d830d5)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1fcf725 View commit details
    Browse the repository at this point in the history
  8. Create a workaround for YANGTOOLS-1575

    Comment these tests out until YANGTOOLS-1575 is resolved.
    
    JIRA: LIGHTY-303
    Signed-off-by: tobias.pobocik <[email protected]>
    (cherry picked from commit c1c5286)
    Tobianas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e36fda5 View commit details
    Browse the repository at this point in the history