-
Notifications
You must be signed in to change notification settings - Fork 75
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
2024.09 Scandium integration #1938
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Tobianas
commented
Sep 5, 2024
•
edited by ihrasko
Loading
edited by ihrasko
- odlparent-14.0.3
- infrautils-7.0.3
- yangtools-14.0.4
- mdsal-14.0.2
- controller-10.0.2
- aaa-0.20.1
- netconf-8.0.2
- bgpcep-0.22.4
Tobianas
force-pushed
the
scandium
branch
3 times, most recently
from
September 18, 2024 12:55
7c8964c
to
00a9abf
Compare
Tobianas
force-pushed
the
scandium
branch
3 times, most recently
from
September 30, 2024 10:38
3ce0812
to
b42b8b1
Compare
Tobianas
force-pushed
the
scandium
branch
2 times, most recently
from
September 30, 2024 15:27
39dd74f
to
99acb7e
Compare
Adopt: - odlparent-14.0.3 - infrautils-7.0.3 - yangtools-14.0.4 - mdsal-14.0.2 - controller-10.0.2 - aaa-0.20.1 - netconf-8.0.2 - bgpcep-0.22.4 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]> Signed-off-by: Ivan Hrasko <[email protected]>
Adopt: opendaylight/mdsal@dbc5085 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Adopt: opendaylight/netconf@4860983#diff-003460ee0362239f8d253be1f41f5a60831ccd90f2c957ab6065c668994eea8a Use new CallHome configuration Adopt: opendaylight/netconf@4860983#diff-003460ee0362239f8d253be1f41f5a60831ccd90f2c957ab6065c668994eea8a JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
This change was inevitable, and had to be done now since there is no implementation of SSESenderFactory. https://github.com/opendaylight/netconf/blob/master/protocol/restconf-server-jaxrs/src/main/java/org/opendaylight/restconf/server/jaxrs/JaxRsEndpoint.java#L89 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Rework based on: opendaylight/netconf@0481baf#diff-a1e7e241d013f73929272ede23e40fe332e4f161302f829b3c9f19900d0e2afdR628 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
OpenApiService uses JaxRsEndpoint just to set its restconf path: https://github.com/opendaylight/netconf/blob/master/restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/OpenApiServiceImpl.java#L51 We need to create a workaround to get JaxRsEndpoint to OpenApi JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Implement: opendaylight/netconf@43a91de opendaylight/netconf@a7e5b04 opendaylight/netconf@aaa7d3e#diff-9f986061c4d7e6a13c334c3b10c8e635f2adf144b6017f2d5c1eda8f57162ffb JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
This constructor has been deprecated to allow more flexibility w.r.t. NMDA operation. Hide it from public view. opendaylight/mdsal@6290e0d JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
We have a number for deprecated .create() methods, remove them. opendaylight/yangtools@9eec47a JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
This class has been superseded by binding.data.codec.dynamic version of it. Remove if from binding-data-codec-api, making the codec API independent of binding-runtime-api. opendaylight/yangtools@35ba1e1 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Under keystore-entry/key-credential added 'algorithm' (string) and 'public-key' (binary) leafs, 'password' leaf status set to deprecate, and under private-keys/private-key added 'algorithm' (string) leaf. opendaylight/netconf@6a780f0#diff-d39f3771bdeae91002985ff8e7651f5854adfd43194bb09ec7e9a2488635056a JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
opendaylight/netconf@20a6012#diff-28799befb2681209d93c0cccbad076367bcd2b93f645d48c372e7da29b7b8c17 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
opendaylight/aaa@7b233e4#diff-6813884169399d81043ab8cd982fe1676e1f547ccb03e44c24884c6cbddfdefd JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Implement changes made in: opendaylight/mdsal@5f8a373#diff-7e8b5219ffdf513da654e073dd963bec2bad2216cf5020b32f51c3f3411ee840L43 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Netty was completely unused in a lot of places across Lighty.io. JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Use DataObjectIdentifier instead of KeyedInstanceIdentifier as a result of: opendaylight/mdsal@6b09ffd JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
opendaylight/yangtools@123ef42 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
opendaylight/yangtools@853bbb5 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
opendaylight/yangtools@3d977dd JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
opendaylight/mdsal@6d0c348 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
Implement: opendaylight/netconf@1246763 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
network-topology.yang imports ietf-restconf.yang and thus is also loaded. JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
opendaylight/netconf@1f8be4f JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
We need this dependency to use MdsalDatabindProvider and so on: opendaylight/netconf@bb7c6f8 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
We need this dependency to use sal-remote-augment opendaylight/netconf@90a55f3#diff-d416f28f8e9f4928e21dc12fad000e69da94686122cf4d6ba1da69740ce7f1e2R6 JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
These models are just for testing JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
This method is used only for JSON requests, so let's specify the accept type as JSON. JIRA: LIGHTY-317 Signed-off-by: tobias.pobocik <[email protected]>
ihrasko
approved these changes
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.