aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider
AgeCommit message (Collapse)AuthorFilesLines
2022-01-03Upgrade to log4j2 2.17.1Dan Timoney7-7/+7
Update to use version 2.17.1 to resolve log4shell vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic6ab14fb8f49fdd506647ccc58dc8b20fb014c8d
2021-11-27Synchronize sdnr/wt data-provider, websocketmanager, netconfstate-providerhighstreetherbert1-1/+1
Synchronize sdnr/wt artifacts Issue-ID: CCSDK-3530 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I6e6c25a03e12acf0bd666675aaeb5a8518ed7b1e Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2021-11-18Extend SDNC persistent service to store CMJakub Dominik48-281/+1680
Extend SDNC persistent service to store received CM events into Elasticsearch and MariaDB Issue-ID: CCSDK-3497 Signed-off-by: Jakub Dominik <j.dominik@samsung.com> Change-Id: I39983e59ef6512ad6c3864d47aebe1d615897146 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-11-11mirgate features to sr2Michael DÜrre7-7/+7
fix oauth provider and its aaa deps Issue-ID: CCSDK-3515 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I5e964958f323483e593563f5f19cee6100108b21 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-10-28Use version 2.3.0 of parent pomsDan Timoney7-7/+7
Use released version 2.3.0 of parent pom to avoid compile errors due to removing aged-out snapshot version Issue-ID: CCSDK-3511 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I143ca8a9ac1b782cf8dce70a6a5febeda290a66b
2021-09-21Roll versions for JakartaDan Timoney7-14/+14
Roll versions to set up for Jakarta release Issue-ID: CCSDK-3470 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If92ebc85c6e62bee4f30198e7f86b39b1cf07fc3
2021-09-16Release version 1.2.3 maven artifactsDan Timoney7-7/+7
Release version 1.2.3 maven artifacts and roll version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I935f2e30a979968f0b057cf819673eb86b4716d9
2021-09-15Release version 1.2.2Dan Timoney7-7/+7
Release version 1.2.2 of CCSDK features and roll to next snapshot Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ieb34cedaf018809587cf1e32dbb89839a99e5e67
2021-09-14Use version 2.2.1 of parent pomDan Timoney7-7/+7
Use version 2.2.1 of parent pom to pick up change to ccsdk.sli.version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5e26185dc779a61184236567403f971e1dc16fe7
2021-09-09Release version 1.2.1 of ccsdk/featuresDan Timoney7-7/+7
Release version 1.2.1 of ccsdk/features and roll to next snapshot Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie67023a6d3fe149a950d3e03f9e2bc7cef3d789b
2021-08-31Release initial Istanbul ccsdk/featuresDan Timoney7-21/+14
Release initial Istanbul (1.2.0) ccsdk/feature version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie8f253794f07acc32fda79739d03e9a3904aad4b
2021-08-24fix some sdnr sonar bugsMichael DÜrre20-233/+340
sonar fixes for some sdnr components Issue-ID: SDNC-1590 Change-Id: I02e44b6f5477bcd0490c3499caf20228eb9772ed Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-08-23SDNC startup failsRavi Pendurty1-12/+2
Removed unwanted circular dependency Issue-ID: CCSDK-3426 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I10c3d942cac49d83e445543aaaf563b370d90c11 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-08-18Improve code-coverage for data-providerRavi Pendurty9-440/+274
Improve code-coverage for data-provider Issue-ID: CCSDK-3424 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I5a50707c8fcec6c816fe645693b665d33743559c Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-07-30devicemanager-core refactoring and support for TLS mountpoints using ↵Ravi Pendurty4-6/+282
data-provider interface Use NodeId instead of String for mountpointname and enhance data-provider for creation of TLS mountpoints using REST or from the UI Issue-ID: CCSDK-3403 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Iafb9fe81c2e1d1152beef2b86299edb78a870d85 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-07-28Support for MariaDBRavi Pendurty112-1000/+9395
Support for MariaDB Issue-ID: CCSDK-3384 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ic93ad33257a091f2cd208cdf02d1d7400c256bf0 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-06-30fix sdnr features startupMichael DÜrre4-765/+8
source out multiple used yang file due resolving conflict Issue-ID: CCSDK-3359 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I59d863e43a7e29e98d104d20371226ef59837e61 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-06-23Fix sonar issuesm.miernik3-5/+5
Replaced methods size() to isEmpty() based on Sonar recommendations Issue-ID: SDNC-1568 Change-Id: I9b2548ba1d42e009a62ddd34f4f43452622c6ff0 Signed-off-by: m.miernik <m.miernik@samsung.com>
2021-06-22Further fixing invalid dependenciesSingal, Kapil (ks220y)1-1/+1
Issue-ID: CCSDK-3347 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ib65bd3debdeebc4d04aba55e928e0a9ffcfac909
2021-04-13weekly sdnr code syncMichael DÜrre37-428/+1255
sync internal code progress add istanbul database structure cleanup dataprovider test fix pom files Issue-ID: CCSDK-3260 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ic1daa6adda173dc8337a51fa930e05c05ee88e2c
2021-04-06source out odl mapperMichael DÜrre46-1289/+882
put odl mapper code into seperate bundle Issue-ID: CCSDK-3254 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I3debef0be8e44e7c68c95a6d06b7e50813bbea43
2021-03-29Map ORAN alarm-notif to VES faultRavi Pendurty2-3/+3
O-RAN (FrontHaul) deviceManager: o-ran-fm.yang/alarm-notif to VES:fault Issue-ID: CCSDK-3161 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I3c0854ac3096160119220c341a2d8f2010facd8b Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-03-09Roll master version for IstanbulDan Timoney6-12/+12
Roll versions of ccskd parent poms to 2.2.0-SNAPSHOT and of ccsdk/features to 1.2.0-SNAPSHOT for Istanbul release Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I84865a3d0785df8a3cdad8a986a3d86299e8bf16
2021-02-23Release version 1.1.1 of ccsdk/featuresDan Timoney6-12/+12
Release version 1.1.1 of ccsdk/features and roll to next snapshot version. Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iceb1c8391efdffc1563946b79d71e77760b40f34
2021-02-17add unit tests for oauth-providerMichael DÜrre2-3/+5
add unit tests and some fixes for oauth provider Issue-ID: CCSDK-3169 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I88c5b2123df7e0c6e49b087c3cc7d24130be5bff
2021-02-05Migrate featureaggregatorRavi Pendurty6-10/+10
Migrate featureaggregator to Aluminium Issue-ID: CCSDK-3137 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ia5ab62cc0841d3e09353ab27c6d64976e69e5257 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-02-05Update common and data-providerRavi Pendurty71-731/+1684
common and data-provider migrated to Aluminium Issue-ID: CCSDK-3111 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ifb4ddb60f84ca7585137e04bc94d44885fe1f5f4 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-01-29Revert "update common and data-provider"Dan Timoney70-1646/+710
This reverts commit a3e70a1a48d13193d9f28a2d91089d5b253d3e91. Change was incomplete - many modules still reference version 2.1.0 (Sodium-based) of CCSDK parent poms, causing version conflicts in odlsli docker. Issue-ID: CCSDK-3076 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I447371239a1bfe102b705e7ecbd964f368780657
2021-01-29update common and data-providerMichael DÜrre70-710/+1646
fixes for aluminum Issue-ID: CCSDK-3076 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I5416e3328b067609a8820c8c0d4414d362c65ba2 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-12-18Indenting POM's and running mvn tidy:pomSingal, Kapil (ks220y)2-10/+11
Issue-ID: CCSDK-3058 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I34da02e3dbfde1008b3dd0526ed402201b445484
2020-12-03Merge "SDN-R Server provide GUI cut through for ODLUX"KAPIL SINGAL45-2437/+1020
2020-12-01SDN-R Server provide GUI cut through for ODLUXRavi Pendurty45-2437/+1020
SDN-R Server provide GUI cut through for ODLUX Issue-ID: SDNC-1396 Change-Id: I9f510a03dcc07ab0efb84522611fc17e546da93f Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-11-30Release version 1.1.0 of featuresDan Timoney6-12/+12
Release initial Honolulu version of ccsdk/features and roll version to next snapshot Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1b65869fe2d27a3ea1367b3d48fab73f6181a11e
2020-11-19adapt ES version to 7.9.xMichael DÜrre7-23/+105
add new ES mapping for honolulu Issue-ID: SDNC-1411 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I477f87cd5b6da564663b6677e3cd94afef4dd1a6
2020-10-01Update release name to "Honolulu" in "About" pageRavi Pendurty2-2/+5
Update release name to "Honolulu" in "About" page Issue-ID: CCSDK-2860 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I1c4b0eb65cbef6aaeb248142651ac4aa158c9d82 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-09-10Roll to initial Honolulu release versionDan Timoney6-12/+12
Roll master branch to initial Honolulu release version Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7b00234f93bba5f10f590f0da11f0974f6099b82
2020-09-03Merge "fixed ready state"Dan Timoney3-9/+60
2020-09-03update data migration toolMichael Dürre7-139/+36
fix guilin database schema and init Issue-ID: CCSDK-2727 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ic688a835b90a3e64ef01a010f601b9a7b953d320
2020-09-03fixed ready stateMichael Dürre3-9/+60
changed bundle state detect to bundleservice Issue-ID: CCSDK-2726 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I74b2e7d91a2be1a6d25b74ae8ecb8a4c9d76865b
2020-08-31Merge "add data-provider v2 for openroadm"KAPIL SINGAL30-272/+500
2020-08-31Merge "add devmgr infos in about"KAPIL SINGAL4-46/+107
2020-08-31add data-provider v2 for openroadmMichael Dürre30-272/+500
extend db service for writing data for v2 Issue-ID: CCSDK-2582 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ib47919a7f45a4954cd76514097a0b073c605fec3 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2020-08-31add devmgr infos in aboutMichael Dürre4-46/+107
extend about infos to devmgr bundle states Issue-ID: SDNC-1114 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I804332282543ad3b10020031b2efd3c5aa8d65ec
2020-08-31fixed deletion commandMichael Dürre2-42/+72
delete additional badly created indices Issue-ID: CCSDK-2351 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: If94fd8095fc1e9bc8d92ea9d88ff3a791db748d6
2020-08-14Changing pom packagingSingal, Kapil (ks220y)1-1/+1
sdnr-wt-data-provider-setup should be packaged as jar instead bundle as it's causing releasing artifacts Issue-ID: CCSDK-2649 Change-Id: Ic902cb3803ed45d2e2147df514f12ec3e79bca7e Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-08-12Refactoring POMSSingal, Kapil (ks220y)2-1/+1
running mvn tidy:pom and removing few duplicate dependencies Change-Id: I73144605f24c2d9cb524ab8bcdd6aebb5f0ec682 Issue-ID: CCSDK-2647 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-08-12Extension of Yang files for OpenROADMRavi Pendurty7-3/+3272
Extension of YANG files for OpenROADM support in devicemanager Issue-ID: CCSDK-2644 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I8ea2594483ae53428a906763aad562fd643229ff Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-08-12organize java sources and optimizationRavi Pendurty33-62/+533
organize java sources and optimization - for better readability and clean segregation Issue-ID: CCSDK-2639 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I4547b42f3a0fc86283a934bc82a30b591648715e Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-08-11fix dataprovider blueprintRavi Pendurty1-2/+2
aboutServlet bean of data-provider blueprint updated to point to the right java class Issue-ID: CCSDK-2638 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I77334deef1f7e1d0df9e9d025fc301eeb768846b Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-08-07Roll to next snapshotDan Timoney6-12/+12
Roll to snapshot version 1.0.1-SNAPSHOT Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I657f559c5f1891f7b9e279eb68ccb872c4388e67