aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-17client side readtimeout supportRavi Pendurty9-6/+52
clientside readtimeout support for mountpoint-registrar using the updated dmaap client library Issue-ID: SDNC-1246 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I7e60c7b30c0378dfb09b16160714e742162b1790 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I31b137466ec4eda4b6ecc940d68d40e62a1f3680
2020-05-27fix trustall feature for dbclientMichael Dürre2-4/+6
forward property forwarding to dbclient Issue-ID: SDNC-1200 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I43355834a65cc69a56710592521b5acc1dae6500
2020-05-25fixed env variables not workingMichael Dürre1-1/+1
fixed regex for env property values Issue-ID: SDNC-1196 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ia8a96110f000438bec84d235dde484d313f45a8e
2020-05-19Include secure communication to DMaaPRavi Pendurty25-757/+290
Include secure communication from mountpoint-registrar to DMaaP for PNF Registration and fault VES messages consumption Issue-ID: SDNC-1190 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I4f8c74f5179b55d6f3bcedcb02727239e56a7f42
2020-05-18Merge "Fix data-provider response times extremly long and instability observed"Dan Timoney1-237/+229
2020-05-18Fix data-provider response times extremly long and instability observedherbert1-237/+229
Issue-ID: SDNC-1193 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic85bff4b62ca61efa63a7b02b37f04b5e1932588
2020-05-18Fix Cluster AkaTimeoutExceptionherbert1-5/+10
Issue-ID: SDNC-1191 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I7a85d66778f6b278d960257d4d8664ec8605253e
2020-05-13Remove A1 adaptor from sdnr-northbound-all aggregatorDan Timoney1-7/+0
Remove A1 adaptor from sdnr-northbound-all feature aggregator so that it can be optionally installed separately. Issue-ID: CCSDK-2371 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie06aa1652b3b498a6b2c60896e102e55fb98d560
2020-05-08Fix formatting issues in RST filesDan Timoney4-880/+343
Fixed issues found in sphinx-build of documentation files Issue-ID: CCSDK-2176 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4d9241958c5f84b9efae2fc7fa9ac6cf144a49c4
2020-04-23Fixed sdnr sli dependenciesDan Timoney4-16/+0
Updated sdnr pom files to use sli version defined in parent pom instead of overriding with version 0.7.1 Change-Id: Ifbfac82c798de8493fddf746de44183e6b323d6f Issue-ID: CCSDK-2334 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-10Doorman: Fixing timing issue in JUnit testsb53561-6/+16
Issue-ID: CCSDK-2226 Signed-off-by: Stan Bonev <sb5356@att.com> Change-Id: Ica2493c0c7d81b69925a19c625a44046b13e34fc
2020-04-10Merge "Addressing issues from review"Dan Timoney34-2395/+2554
2020-04-10Merge "Add new modules: Resource Lock and Doorman"Dan Timoney56-0/+4028
2020-04-09Addressing issues from reviewsb535634-2395/+2554
Issue-ID: CCSDK-2226 Signed-off-by: Stan Bonev <sb5356@att.com> Change-Id: Ieaaff2e0b42f468550f9d036312f52bef7491f5f
2020-04-09Connect App BugfixAijana Schumann4-25/+46
Fix too many network calls made for gui cuttrough Issue-ID: SDNC-1152 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I3f63d2f81ace802768d3e8814899de8d32dd4d11
2020-04-08Merge "switched capability request source"Dan Timoney2-11/+14
2020-04-08Merge "fix db version conflict issue"Dan Timoney12-168/+363
2020-04-08Merge "Add missing base feature aggregator"Dan Timoney3-2/+104
2020-04-08switched capability request sourceMichael Dürre2-11/+14
switched from data-provider to restconf Issue-ID: SDNC-1151 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I1d1c6d396100ccfb96a87cf02a1c1edd94c842a4
2020-04-08fix db version conflict issueMichael Dürre12-168/+363
merged write and refresh request together Issue-ID: SDNC-1146 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I6d65f372ee27a84c9b55371cefd1d7ecb9fac9fb
2020-04-07Automation adds index.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I8549f2ce26c2ef5046b56008d070f32b6069c8eb Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-06Add missing base feature aggregatorherbert3-2/+104
Issue-ID: SDNC-1148 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I6b50336e968e269c340dc1de7688a52702e6c3e7 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-03-30Add new modules: Resource Lock and Doormansb535656-0/+4028
Issue-ID: CCSDK-2226 Signed-off-by: Stan Bonev <sb5356@att.com> Change-Id: I30f83dd4a852fd185dbdaa9a833f5ba544d35ba1
2020-03-25Merge "fix connection state machine"Dan Timoney8-126/+248
2020-03-25Merge "fix waitforyellow in dbclient"Dan Timoney15-796/+1229
2020-03-25fix connection state machineMichael Dürre8-126/+248
fixed state handlers for netconf nodes Issue-ID: SDNC-1134 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ibd63e84e4cc891a03ef5bd499760804a8cb89e93
2020-03-24fix waitforyellow in dbclientMichael Dürre15-796/+1229
fix esclient and setup Issue-ID: SDNC-1133 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I0326e84383602f3401f615bc8342fd091f401e8e
2020-03-24fixed inventory db entryMichael Dürre1-0/+7
filled null values with empty strings Issue-ID: SDNC-1132 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I3f210a52fe4aa08d18206e4faac35e19d9637f52
2020-03-16Bugfixes for PerformanceAppAijana Schumann13-56/+173
Fix filter in table not always showing Fix suspectInterval filter not linked between chart and table Fix data not loaded problem Issue-ID: SDNC-1118 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I7d1b71f094dfdd7cd16ed6f7fb5c597a7b209b69
2020-03-13Fix odlux bugsAijana Schumann22-92/+320
Fix help and about app not scrollable Fix filter hiding and showing without user interaction and default sort in all tables Issue-ID: SDNC-1117 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I5c6ff86c73a3b222a8d9022125454788496f6399
2020-03-10Update to specify SLI versionDan Timoney4-6/+7
Update to specify SLI version different from ccsdk/features version Change-Id: I75afb786f3dd82306ceb7684c8f33e3925234fe6 Issue-ID: CCSDK-2166 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-09Fixing package naming to fix MANIFEST.MFSingal, Kapil (ks220y)9-96/+93
Reafactoring POM Files Change-Id: Ib2eaaca2ee81d8354ccff4de10f7d6f77c8a82bf Issue-ID: CCSDK-2166 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-03-06Fix behavior of config appherbert1-3/+5
behavior for list without key of config app Issue-ID: SDNC-1111 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I7984efc9d2101ff9480e8361cd34a31c61c81b79
2020-03-06Roll master to GuilinDan Timoney117-235/+235
Roll master to new versions for early Guilin developent Change-Id: I072f4657e16d5ad5b3fe81978f407c631a0048ed Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Release version 0.7.1Dan Timoney1-0/+5
Release 0.7.1. (Frankfurt M4) version of ccsdk Change-Id: I917a909aaff7006f0594336b36b84454b582e0cc Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-04Use released 1.5.2 CCSDK parentDan Timoney117-131/+127
Use released Frankfurt M4 version of CCSDK parent poms Change-Id: I05de5b17ca00463c0d5e772d4995870df5ff0fc1 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-04fixed db initMichael Dürre6-333/+292
fixed db initialziation for maintenance Issue-ID: SDNC-1108 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ifcfdf80f31cb7691716e8f4cec6ba1ba52644709
2020-03-02Include CMNotify feature in SDNRSandeep Shah1-0/+7
Integration of CMNotify feature in ccsdk-features- sdnr-northbound-all meta feature Issue-ID: CCSDK-2148 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I52d4729e009e9f4abfed4514c5911c51c037f1c2
2020-03-02ORAN CMNotify Karaf Feature DevelopmentSandeep Shah14-1/+1227
CMNotify Karaf feature development as part of SDNR meta-feature. This feature relates to receiving VES message for nbrListChangeNotification via DMAAP and making updates to RuntimeDB/ConfigDB Issue-ID: CCSDK-2130 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Iad5f0bfe855986a202a264b50e1a0591c7015fce
2020-02-28Merge "update odlux documentation"Dan Timoney9-22/+63
2020-02-28Merge "Refactoring data-provider:provider generateDTOs"Dan Timoney1-1/+1
2020-02-28update odlux documentationAijana Schumann9-22/+63
update readthedocs to include new functionality / improve wording fix missing help link for configurationApp Issue-ID: SDNC-1093 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ice8c93f55e076aeefb971c9febc6ec82785969f5
2020-02-28update odlux stage 3Aijana Schumann43-241/+714
PerformanceApp: Add filter to chart view add scrolling header to tables, add basic validation to editNetworkElementDialog bugfixes Issue-ID: SDNC-1087 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I585bd6cfeb11b867cd630e96e6479170d2f92fe8
2020-02-28Update command and dataprovider componentsherbert161-2399/+3384
Adjust license and changes Issue-ID: SDNC-1092 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I8a0a339e4ecee828ae402f67d9dfc4dff7c3e59a Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-02-28Update devicemanager componentsherbert155-1126/+1150
Adjust license and add Issue-ID: SDNC-1091 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic0eb5ff731c6c9cc982b9867d6731a9e470a9597
2020-02-27Refactoring data-provider:provider generateDTOsSingal, Kapil (ks220y)2-8/+14
Fixing EsInit.script file creation Change-Id: I615114e617bdabbb876a66610caa2665b17f0a71 Issue-ID: SDNC-1085 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-02-27add data migration toolMichael Dürre60-1681/+5287
add tool for data migration and initialization Issue-ID: SDNC-1085 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ibd1ffeffa95d2897ae65f7d964e98941d810ffcb Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2020-02-26Update devicemanager componentsherbert10-215/+47
update onf oran gran base devicemanager Issue-ID: SDNC-1084 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I26c7db6654dad9b7d877d361deb3fb67d3e15050
2020-02-24Fix dblib dependency scopeDan Timoney3-1/+19
Scope of dependency on dblib must be provided to avoid conflicting definition of embedded tomcat dependency in derived feature.xml Change-Id: Ib2da967427c80701525a8ba4c3432a9f9844a5f9 Issue-ID: CCSDK-2117 Signed-off-by: Dan Timoney <dtimoney@att.com>