aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr
AgeCommit message (Collapse)AuthorFilesLines
2019-12-16Refactoring multiple pluginsSingal, Kapil (ks220y)91-3403/+3500
Refactoring below plugins in sdnr/wt/common/pom.xml : 1) org.codehaus.mojo : exec-maven-plugin -> changing executable to bash so that it can run on windows too 2) com.github.alexcojocaru : elasticsearch-maven-plugin -> skip if tests are skipped during maven build Adding create dir step in es-intit.sh : sdnr/wt/data-provider/database/src/main/resources/es-init.sh -> cmd_initfile() -> mkdir -p $( dirname $INITFILENAME ) Change-Id: I78516406101659f802dad2fb68ca349f63a4dd2e Issue-ID: CCSDK-1994 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-16update odlux and featureaggregatorherbert402-0/+41361
v2 update odlux and featureaggregator bundles Issue-ID: SDNC-1008 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I0018d7bfa3a0e6896c1b210b539a574af9808e22 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2019-12-16add new devicemanagerherbert378-0/+136303
v2 add disaggregated devicemanager bundled Issue-ID: SDNC-1007 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ibb65f7f21deade7b3cef62c53b439519a931e301 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2019-12-16Add netconfnode-state-serviceherbert42-0/+3760
v2 add new service to devicemanager Issue-ID: SDNC-1006 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Iaba3d02e0ef6078cba57a33e03c2b2ad7aa0bacd Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2019-12-16update old versionherbert37-840/+3508
of apigateway common data-provider helpserver websocketmanager2 Issue-ID: SDNC-1005 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I13990aa4329810bb7a7dd815e6149e9890617d07 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2019-12-14remove old versionherbert769-216596/+0
of devicemodel devicemanager oldux featureaggregator Issue-ID: SDNC-1004 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I5337643181e2398e5a8097e4ee14fa4ac96d0d4c
2019-12-13Add data-providerherbert64-570/+8580
data-provider and change to avoid heap overflow Issue-ID: SDNC-994 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ifcc6ce1198442e4b48fc08ba71108cfd5b5ca8aa
2019-12-13Refactoring POM as per tidy:pomSingal, Kapil (ks220y)68-3488/+3564
Removing sli version property declared as project.version, and it should inherit from parent pom Change-Id: I24dc1849e2183560f4c571319be0c490c772a95e Issue-ID: CCSDK-1993 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-04add common libMichael Dürre81-0/+7069
common lib with code used by multiple sdnr bundles Issue-ID: SDNC-990 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Id21a7346497c45c50eec565e7a75684f88fbf4b6
2019-12-02Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)67-67/+67
Fixed version of parent pom to use snapshot version Change-Id: Ia43d59fcdc3d85302ea1d043defa261b9007ca3e Issue-ID: CCSDK-1935 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-21Override sli core versionTimoney, Dan (dt5972)3-0/+13
Override ccsdk.sli.core.version with project.version to allow snapshot builds to use snapshot version of sli core Change-Id: I58e5aa4c3c11c46f0794be4fe877aa4a48579709 Issue-ID: CCSDK-1944 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-18Merge "Inclusion of A1 adapter in SDNR meta karaf feature"Dan Timoney2-0/+95
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)67-214/+213
Use released 1.5.0 version of parent pom Change-Id: Ie4cf2559a486f0e98e4955ffadfc5ca138e9b833 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-12Inclusion of A1 adapter in SDNR meta karaf featureSandeep Shah2-0/+95
The feature to be included after successful merge of A1 adapter feature JAR files and updated POM file in CCSDK distribution. Also included additional payload logs in provider code Issue-ID: CCSDK-1895 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I4818d5330cb670ae54166c470126d29c39c7b573
2019-11-03Merge "ORAN A1 Adapter Karaf feature development"Dan Timoney12-1/+2206
2019-11-02ORAN A1 Adapter Karaf feature developmentSandeep Shah12-1/+2206
A1 adapter to interface with A1 mediator in ORAN real-time RIC. This is a karaf feature that will be installed in ODL/CCSDK. The feature will be supported by corresponding DG's. Issue-ID: CCSDK-1888 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ib462637a013fa454dd65047dda9c85f4d2d4521c
2019-10-21Improve code qualityBogumil Zebek4-22/+171
Issue-ID: CCSDK-1808 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I004557c67b3440c41c00b6bf1a13e723f3ded0e4
2019-09-11Specify sli scope as providedTimoney, Dan (dt5972)1-115/+115
Specify scope of sli dependency as provided to avoid issue in generated feature.xml Change-Id: I104c4e9b276b68faf1e63f5dd642e3740c2a2962 Issue-ID: CCSDK-1445 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-11Roll versions for Frankfurt developmentTimoney, Dan (dt5972)62-123/+120
Roll master version for Frankfurt development Change-Id: I7cba11d503697b7b84e5b51832b1729d019250f9 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-05Fix startup dependenciesMichael Dürre3-16/+27
Fixes dependencies and JarHell for startup Issue-ID: SDNC-901 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I48b968cc8e2876442fd7c3c800c161b65445b5e9 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)62-118/+118
Roll versions in master branch Change-Id: I3f804d1c2dc94614f48048813b348a10cdf7857f Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-15Update to NeonTimoney, Dan (dt5972)68-181/+331
Apply code updates to port to Neon. Change-Id: I159309494ec64209d9fa23fc515643f1e31fe146 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-12Minor functional fixes in odlux appssai-neetha141-1012/+3177
Minor functional fixes in odlux apps Issue-ID: SDNC-845 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I8e64e7c67a21798832ad1a36441b08a070452034 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
2019-08-12SDN-R odlux timing fixsai-neetha68-189/+1441
fixing timing issue and added licenses in source files Issue-ID: SDNC-844 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I65f6b51f841074f9b8e88bf9b230038e0a224fd3
2019-08-09Add license informationHerbert Eiselt92-13/+1380
Add license information to devicemanager head plugin Issue-ID: SDNC-843 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: I60e4030d90762b4c185aaf593cc1a42e71824fb5 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
2019-08-09Fix malformed time stampHerbert Eiselt70-24268/+1616
Fix malformed time stamp in devicemanager Issue-ID: SDNC-788 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic012457e0587e8018fe03b057d20e8b713a20042
2019-08-09Merge "Application name changes in meta json"Dan Timoney62-67/+67
2019-08-09Merge "pom file added to readthedocs and change in script"Dan Timoney3-4/+140
2019-08-09Merge "Added more content to helpserver abbreviations"Dan Timoney1-13/+165
2019-08-09Application name changes in meta jsonsai-neetha62-67/+67
Application name changes in meta json Rebased for version 0.5.2-SNAPSHOT Issue-ID: SDNC-842 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: Ied888a1d4228c1ad85617aec8584c4069761b49a
2019-08-09fixed mediator appMichael Dürre69-147/+388
route requests through apigateway Issue-ID: SDNC-824 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ief159a71888f271a7751884260f85be01efdd6b4
2019-08-08pom file added to readthedocs and change in scriptsai-neetha3-4/+140
pom file added to readthedocs and change in script Issue-ID: SDNC-841 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I44be2d1bc5fba164f67746a5bcac49199ed433fd
2019-08-08Added more content to helpserver abbreviationssai-neetha1-13/+165
Added more content to helpserver abbreviations Issue-ID: SDNC-839 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I018b4625ec451b466a2fc566c1463505ea3f4365
2019-08-06Roll version to recreate release artifactsTimoney, Dan (dt5972)61-117/+117
Roll versions to 0.5.1 - need to re-release El Alto early release Change-Id: Ibb269d876fcf41591164b27d0de3142ec79fe5ab Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-01Merge "fix apigateway for mediatorserver routes"Dan Timoney16-72/+958
2019-08-01Bug fix in SDNR oofpcipoc provider classSandeep Shah1-13/+13
Bug fix to refer to the correct YANG model when determining if pertinent DG exist0s. yang model: oofpcipoc-api Issue-ID: CCSDK-1560 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Idf02978a4a4e179f290403b6547c3daffbd843df
2019-08-01fix apigateway for mediatorserver routesJack16-72/+958
fix apigateway for routing requests to mediatorserver Issue-ID: SDNC-823 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I4f04b6ac089455246931d563fc08353509ad0bf8 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2019-07-30Merge "SonarFix- Remove duplicated import"Dan Timoney1-1/+0
2019-07-29SonarFix- Remove duplicated importanushadasari1-1/+0
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: CCSDK-1552 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-27fix proxy build errorJack1-1/+2
prevent adding maven proxy settings to lerna execution Issue-ID: SDNC-821 Signed-off-by: Jack <michael.duerre@highstreet-technologies.com> Change-Id: Ibe2ee80af572dff7c7fde4e0e112a3e886cbeffe
2019-07-23fix test for apigatewayMichael Dürre1-1/+1
bind testport only to localhost Issue-ID: SDNC-819 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I67bda6e44cb5eedc97bdfc22c398f29026b3b7b7
2019-07-22SDN-R readthedocs content changessai-neetha2-9/+4
SDN-R readthedocs content and tree structure changes Issue-ID: SDNC-819 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I025d59d59dddc3d68bae5390ef541ca718939a50
2019-07-17Update parent version to 1.3.1Timoney, Dan (dt5972)61-66/+64
Update parent poms to version 1.3.1-SNAPSHOT Change-Id: Id7677c326cc3d722460b74ed78ac4efd4d4d14f0 Issue-ID: CCSDK-1496 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-13Remove oofpcipoc consumer dependency from featureSandeep Shah1-6/+0
Remove oofpcipoc-consumer dependency from sdnr/northbound/oofpcipoc/ feature/pom.xml Issue-ID: CCSDK-1484 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I683d2a80ee92121267c8b615f98d1e49543ca335
2019-07-12Remove slf4j dependencies oofpcipoc consumer pomSandeep Shah1-19/+1
Opendaylight does not use log4j and remove all slf4j dependencies from pom file, as this would be handled in ODL and no biding is required Issue-ID: CCSDK-1481 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I362a4030a31f8cfc7ac0c7d70d0ea0658de7efe4
2019-07-11OOFPCIPOC dependencies feature and installer POMsSandeep Shah2-1/+12
SDNR OOFPCIPOC consumer is required for handling Netconf notification, and dependencies to be added to POM files for feature and installer Issue-ID: CCSDK-1478 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I4d5cbf4aba29e05f4df818be006a250aef0ea82f
2019-07-02Netconf Notification support for SDNR OOFPCISandeep Shah16-1/+1342
Feature enhancement to support Netconf notification from RAN simulator. Netconf notification will trigger consumer to update ConfigDB database and publish DMAAP message. This commit relates to Netconf notification indicating neighbor list change and consumer code Issue-ID: CCSDK-1396 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I5773fcc2dab9baefcec3788038add10047fc828e
2019-06-24Remove versions form project pomsTimoney, Dan (dt5972)4-44/+0
Remove versions from project poms and instead drive version from dependencyManagement declaration in parent pom. Change-Id: I6d5923fb51040aa5e238638464150f8d455bc095 Issue-ID: CCSDK-1416 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-13YANG Model and Provider Code Updates SDNR OOFPCIPOCSandeep Shah4-0/+184
Additional leaf nodes for Netconf notification for neigbor list change, RPC to handle notification, and corresponding updates to provider code Issue-ID: CCSDK-1375 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I3d092ca9bdb42ce90bc5f69f0035ce806de997a6
2019-06-07SDNR align ODLUXHerbert Eiselt36-575/+1271
Add missing chart view to UX Performance app Issue-ID: SDNC-790 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: I6f5af1e01d2246927b8d05f826f629c7dd5f59a5 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>