summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-10Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 002ed9c356ce2352e7c6ac90e3c6fd061897b91b - Mock Logging.withMDC while AAIServiceTreeIntegrativeTest::getServiceInstanceTreeTestHappyFlow Issue-ID: VID-253 Change-Id: I86275ff1a5951b6e86b7380cdf9d4238cfae45db Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-10Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 28389331a544dcf8d74584c215467b149b959ecf - add FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI Issue-ID: VID-705 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I0690fe8940248f0148edb26b06061fe188e6282b
2019-11-10Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to adbce19b1a44526c7c88766a74035f00acac4bdc - Fix incorrect rendering of search box on VF Properties Assignment tab Change-Id: I7abb04fa17c525aaba414f1ba1714211ff08b46c Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2328
2019-11-10Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 57a8c14ed7b5ef6b39b7e63e76d14dfcac32fb69 - Fix sonarQube issue. Issue-ID: SDC-2646 Change-Id: Ic426e1cccf50e3db40381896ee50b74e647129ee Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-09Update git submodulesHuabing Zhao1-0/+0
* Update docs/submodules/msb/swagger-sdk.git from branch 'master' to f2df70a9b279be4f47675154a2ecef867e8f0aa9 - upgrade oparent to 2.1.0 Issue-ID: MSB-397 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: Ieb870a5326472f6fb00d82180ed4f8c1ac3bcf22
2019-11-09Update git submodulesHuabing Zhao1-0/+0
* Update docs/submodules/msb/java-sdk.git from branch 'master' to ae7fce6359051c2495e680a6f6fd943df9142880 - upgrade oparent to 2.1.0 Issue-ID: MSB-397 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I2ca39d403dbfe909626ce96d21e424c7f9eb970c
2019-11-09Update git submodulesHuabing Zhao1-0/+0
* Update docs/submodules/msb/apigateway.git from branch 'master' to 02d4a703019249bc0bdee90661928af991a9cadf - upgrade oparent to 2.1.0 Issue-ID: MSB-397 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: Ib71d13b96824ec18186062b40adc533ddff663ca
2019-11-08Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 08ce3c44531468773027a624eb9d6c41a2039038 - add jacoco plugin for sonar cloud in IT-7899, Jess recommends add plugin for sonar cloud Issue-ID: APPC-1791 Change-Id: Ia4b73a7e41ac4c1b2c1638e45ab806c054667d42 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-11-08Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to cd7cdd93cc3721fe6ef0c4222ea7a633395a2be6 - Docker changes for dmaap microservice Remove feature install for event listener and dmaap adapter. Add feature install for service communicator Add dmaap microservice jar to the docker image. Add script to start dmaap microservice. Add new properties Change-Id: I70d341792fc2b4b00b2828f644b85673f4984b2a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc.git from branch 'master' to b16ce237d780314ea8bbaf17cdb432bc694ee7e7 - Fix dg-common bundle error Fix a dg-common blueprint error that was caused by the changes with the new appc-service-communicator. Added an interface for the EventSender, and created a blueprint file to publish the interface as a service. Change-Id: I37248fcbfa7cfa75e62965dad811b648c336b5e2 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 790ddb83355800cc037ea1ea3ca8610bb78018d5 - Change code to use dmaap microservice Change method calls that used to go to the dmaap adapter, to now go to the appc service communicator, which connects to the dmaap micro service. Change-Id: I619fcb408e14fa0b926950192463d9c92ab7dbba Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 1843caa854f58b133e2c97e5d75a4705f2942280 - Feature for micro service communication The appc-service-communicator feature will be responsible for communication between any appc microservices which are developed. The appc dmaap micro service connector is part of this feature. MessagingConnector.java is the main new class here. Some code is copied from appc event listener and dmaap adapter. Will be moved in a later commit. Change-Id: Ic57f5ee6a9ab1538c6ddaa3e7c25ac0c9797fae0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 6a6d3afd489ea3b8945f1cdd8a8a74afdcc5221a - Dmaap micro service jar Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 7b04a1754482ba02a49d4d6376dc45e4cd6551f4 - Cleanup of dmaap adapter Remvoing the part of the appc-dmaap-adapter that uses the dmaapClient library. This part of the code was not being used and the dmaap client library has not been updated for a long time. Also removed several un-used dependencies. Change-Id: I690afaecbfe53d88576c43aa8d114fde54c0fe48 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 54eb2f2680d4f2447a4d48b612b2b83e37d90754 - Add rest client invocation log tracing. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ie44a1b2628132aa44bc923a4d622544db03b46b0
2019-11-08Update git submodulesMax Benjamin1-0/+0
* Update docs/submodules/so.git from branch 'master' to dd7d3c1900cfa933d6ad84348b8abb43e290150e - Merge "Create PServer/PInterface Objects in AAI based on openstack's stack resources" - Create PServer/PInterface Objects in AAI based on openstack's stack resources Issue-ID: SO-2271 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: I9ff6a9d820a8f759358cbaa4abf6475c6af4c130
2019-11-08Update git submodulespawel1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'master' to 014bacae0fbb76c6e6baf83f267258211e28d3cc - Update authentication types description Issue-ID: DCAEGEN2-1913 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ic8b611a65c1c7eb781265b2481f60952b7abfb24
2019-11-08Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to ad162645e845baae599383a227122bcfffb8d326 - Merge "JUnit/SONAR/Checkstyle in ONAP-REST" - JUnit/SONAR/Checkstyle in ONAP-REST Second batch of JPA pojos (B-D), with JUnit added and SONAR/Checkstyle issues addressed. In cases where a class name change caused an update in another package, the license header on files for those knock on changes are not updated. Issue-ID: POLICY-2131 Change-Id: I9466f27ffa606001209ed978be592ae95d1b32c4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-11-08Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 6036cedf9984e8b22f15e25595c57026de9d690c - Fix missing status event type workflow response. Issue-ID: CCSDK-1896 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Iffb4c5e9d4e5788895bda6c7ee4197ee9e0bd60e
2019-11-07Update git submodulesPierre Rioux1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to 1a764c63f3055107b5f490146b3ab2919012f0aa - Merge "minor logging change" - minor logging change Setting X-InvocationID header for outgoing request changed from info to trace Issue-ID: LOG-1186 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I73bb6fdd21015a89a7fc16c4e93d810bc9755b40
2019-11-07Update git submodulesSmokowski, Kevin (ks6305)1-0/+0
* Update docs/submodules/logging-analytics.git from branch 'master' to a7b956be29b54cc626621ea1388c7fa8bdc45efb - HttpURLConnection metric support add java.net.HttpURLConnection metric util Issue-ID: LOG-1172 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I60b1c59d1dd40f44a92dc1e92e406129830abf91
2019-11-07Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc/sdc-tosca.git from branch 'master' to 2c4bf50d490f7cf320c44152ed3d557ca9733534
2019-11-07Update git submodulesJessica Wagantall1-0/+0
* Update docs/submodules/sdc/sdc-tosca.git from branch 'master' to 498894427c5101d6395d2c6bdf4365ec45f0e07c - Cleanup existing jtosca files They need to be brought up back again along with its history. Issue-ID: SDC-2457 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-11-07Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to c09ef4adbb8bb87f414902d6d85c754f5054189f - Merge "Update build documentation" - Update build documentation Add note for using root shell Add example for populate local nexus Use absolute path in package.py script Remove Appendix Add clone oom with all submodules Fix example for pulling images in list Signed-off-by: Denis Kasanic <d.kasanic@partner.samsung.com> Change-Id: I8859ba42420d351ce12347cd63bf11f95a4b528d Issue-ID: OOM-2158 Issue-ID: OOM-2160
2019-11-07Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to e141aad67e997015bbb6798c790e6702d1894115 - Merge "remove unused columns infra active requests" - remove unused columns infra active requests Removed unused columns in db across codebase Issue-ID: SO-2516 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieedb61ed371bc3626ef94df0bf88b7a9cf139c82
2019-11-07Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 039059d50b8d72bd66febc8c9c9cdc19f7d1411c - Merge "Call WorkflowActionTasks.sendErrorSyncAck()" - Call WorkflowActionTasks.sendErrorSyncAck() Call WorkflowActionTasks.sendErrorSyncAck() instead of WorkflowActionTasks.sendSyncAck() from WorkflowActionBB in error handling subroutine. Call WorkflowActionTasks.sendErrorSyncAck() instead of WorkflowActionTasks.sendSyncAck() from WorkflowActionBB in error handling subroutine. Issue-ID: SO-2489 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8c1c2bb6af70d5e76cfbfd3ce54fb506ab653cf7
2019-11-07Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 8d6ab97663555f9b5798069d524e3f92bc32b90b - Merge "Updated logging library version to 1.6.2-SNAPSHOT" - Updated logging library version to 1.6.2-SNAPSHOT Updated logging library version to 1.6.2-SNAPSHOT Issue-ID: SO-2509 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I59e59dc4998897d96c2966e13f947b695c050a5c
2019-11-07Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to f890e0788a23de5114a3fc2ac7ec1ce1c10f859f - Merge "- Updated to include getEntity extract" - - Updated to include getEntity extract - Updated to include getEntity extract nodeTemplates. Issue-ID: SO-2511 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie6ee3a5966f1c4f8384723bc82ec972eef87fe8f
2019-11-07Update git submodulesMax Benjamin1-0/+0
* Update docs/submodules/so.git from branch 'master' to 4a024537f577ebbbfeb93ccd1eee8d6cd644df06 - Merge "Heatbridge: Unable to proceed with any of the function related to Orchestration Service" - Heatbridge: Unable to proceed with any of the function related to Orchestration Service known issue https://github.com/ContainX/openstack4j/issues/1238 Issue-ID: SO-2495 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: Ie4df2b430bf088b0073855c241eba60cf7611422
2019-11-07Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 97d42f7035ade2c171c349d01cfcd9b61b71dd52 - fix - when retrieve topology we are using threadPool and the MDC values are not updated This time for homing-by-vnf-id parallel requests. Issue-ID: VID-253 Change-Id: Ic0be1470445c6fef0e18f9b9d8f1604df508265b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-11-07Update git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
* Update docs/submodules/optf/osdf.git from branch 'master' to 5293a382b6463069d4a2cc87806426d74833aa2e - Merge "Add onap log spec 1.2 for osdf" - Add onap log spec 1.2 for osdf OPTFRA-319 OPTFRA-607 and OPTFRA-629 included in this fix Change-Id: Ieeeaa0417ffa41360d790c01b0ef1404960e6b6a Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-319
2019-11-07Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to e3af69fe78abcbb88380ce5d557d93ebd2700ffd - Merge "Optimizing the plugin option in containerized installer" - Optimizing the plugin option in containerized installer Issue-ID: MULTICLOUD-919 Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I6850c2673b1d5e8e7ccc9d036a0a68fa896aa3ab
2019-11-07Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 10f7e1c6f3046873b05f118f48cb3daef5feee14 - Add race condition detection Add the -race flag to detect any race conditions in the k8splugin code It is enabled only for tests right now because of performance impact on builds. Issue-ID: MULTICLOUD-870 Change-Id: I53a90df39d2d8b51cbdb6c320f2247721ed98a07 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-11-07Update git submodulesJimmy Forsyth1-0/+0
* Update docs/submodules/aai/aai-common.git from branch 'master' to a5d4adc4185af54a19de5de748c728875511c790 - Add parent and update modules to use it Issue-ID: AAI-2699 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I288cb51a4f654387d6ca078f7b4357e8ce2e43c5
2019-11-07Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to a2a198f3f8330b6973c6ab36692250b72eaafeed - Turn on lombok code coverage for policy-engine If this backfires, we can turn it back off again. Issue-ID: POLICY-2131 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I7375bf4a3fa63a7791c30b3a73813bff1a69055e
2019-11-07Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 5bdb14011023be31471622a92b98493a04da0281 - Merge "Fix the nginx config" - Fix the nginx config Fix nginx config so that AAF can work through it Issue-ID: CLAMP-519 Change-Id: Ica2d3ea6f6c4b19e019f3e7cf30e5b1372f07255 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-07Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to ef127a5f590c092e5020d8ecd6cf10eaa8329ddc - migrate ansible server python scripts to python3 python3 is required for R6 release Change-Id: I94decf6ead79119f90f5fa70578b4cea8a3e58b7 Issue-ID: CCSDK-1893 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 9e374a0b49cdfd3594a32ff062e210765cad14ea - Merge "Update on Health-api" - Update on Health-api -add Combined health check -add combined metrics check Issue-ID: CCSDK-1669 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: Idb3c7f67b3f22bd6069f75c193ae458c346fb2ac
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 59d3681b80e9b5f9e69b4492138ab1f056a0351d - Merge "Extension support for db configuration." - Extension support for db configuration. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I404855eac4520f79ac33f70710dcdb6ae285891d
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 043b76ce214017bdc97e15600c1d17b10f60916a - Merge "Refractor rest log tracing filter for reuse." - Refractor rest log tracing filter for reuse. Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I0ef0627851041b80f63c907c165c9eff5972a973
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to dd785b270c9215297ca9c498a966c5f84e883bbe - Merge "Add missing property metadata DSL fun." - Add missing property metadata DSL fun. Issue-ID: CCSDK-1576 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I814731382976111b8102070de536ecbe4338699a
2019-11-07Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fea07ea9ca84ea193380034b2b58d588071e7720 - Merge "netconf lib bugfixes: invoke_rpc + timeouts." - netconf lib bugfixes: invoke_rpc + timeouts. Issue-ID: CCSDK-1886 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I0a33199d4b4cbd5e3355d1e7596d22bd7cdbd075
2019-11-07Update git submodulessebdet1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 715f0ac873dd0301ed85e873a09d4323fef4d40e - Change Oparent Update oparent to 2.1.0 Issue-ID: CLAMP-531 Change-Id: I2b4d71c58fdd96ceae1551258e198d16c8bb21a8 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-07Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to ebef5249cb9d282ace976feac8517a7b44add450 - Merge "Validations in different tests for audit log" - Validations in different tests for audit log ChangeManagementApi/UserApi to verify incoming requests in audit log. Refactor assert message and contains method for validation Add audit logging validation to Health Check test Refactor audit log validation according to code review comments Fix the test of Add audit logging validation to Health Check test Issue-ID: VID-253 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I0379520054b65f2141745579a14690bdc4824655
2019-11-07Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to a6eaf2d99f3b709dffaa65132d0e4b8fba277aba - Merge "Fixed typo..." - Fixed typo... Issue-ID: CCSDK-1908 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I962db89c620c46f8979df03c20c26d3bfc32fb73
2019-11-07Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 1e1ac926da3bc75e55a435a4b71b53642c0ccca8 - Merge "add search by meta data in cds-ui server and blueprint processor Issue-ID: CCSDK-1770" - add search by meta data in cds-ui server and blueprint processor Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I8ac77ab4903e3141d065a61bf28404f3d16077cd
2019-11-07Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3042f71ec5761450e46a3f22c3eb46a117771145 - Align Sdc warnings with VNF Requirements Change-Id: Ic133faed7f8b612279de0eb836e88e9ea6b694d7 Issue-ID: SDC-2647 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2019-11-07Update git submodulesSébastien Determe1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 77b0be1b734ae1f785fb35a59387ac5fbcf19266 - Merge "Move to JDK 13" - Move to JDK 13 Do the required changes to move to JDK 13 Issue-ID: CLAMP-327 Change-Id: Ia7840851eeefc6c00e3e49eacb2e49cc27a0b2f0 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-07Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/oom.git from branch 'master' to f1b86032285298313a0cf071ae02d60e2b4c2188 - Merge "NBI to SDC: API is HTTPS with port 8443" - NBI to SDC: API is HTTPS with port 8443 Issue-ID: EXTAPI-341 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com> Change-Id: I94b41e338d80939934c7d42fd518d0984cf89b92
2019-11-07Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 303ba789e58c1f1a425f7c8b8bcfbbe5cbcffb9e - Merge "Remove unused properties from config files" - Remove unused properties from config files DB and auth credentials are never extracted from this file thus it's better to remove them to avoid confusion. Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I66b0cb61b17439496ed0e0c8d9529ad730823d61