summaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2019-04-16Merge "CDS-Listener should send response back to SDC"Dan Timoney19-141/+550
2019-04-15AAI Junit test and Blueprint support configsSteve Siani11-21/+473
Change-Id: I2bbfc80634f211b336c9ea85b86dbc8dcd2e1ee0 Issue-ID: CCSDK-1202 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-04-15Fix wrong package for workflow-serviceAlexis de Talhouët9-9/+11
Change-Id: I167a4e58a89b2e9636480e3b827e13fa1b10468e Issue-ID: CCSDK-1177 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-15Do start netty server when grpc server enabledAlexis de Talhouët3-6/+60
Change-Id: I7a4154f752bedd32c6c5789c21da82917336c7a6 Issue-ID: CCSDK-1182 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-11CDS-Listener should send response back to SDCprathamesh morde19-141/+550
-Added notification logic so the listener will send response back to SDC. (Fail to download, Fail to upload and succesfully uploaded for this conditions now) -Some bug fixes. -Made use of correct copyright header Change-Id: Iefc108dbdd2bec048fd55630822c99ee1b13bab5 Issue-ID: CCSDK-1201 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-11netconf-executor: NetconfSessionImp removed useless methodOleg Mitsura1-12/+1
Issue-ID: CCSDK-1126 Change-Id: I40fa7a5d83d14a33d8e06fe28394828f86f857fd Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-11netconf-executor: NetconfSessionImplTest improvementsOleg Mitsura3-34/+42
Issue-ID: CCSDK-1126 Change-Id: Ied0360a37f8f22801c63c2aeb70ee73d45cc7b4b Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-10Merge "netconf-executor: NetconfSessionImplTest"Dan Timoney6-313/+580
2019-04-10netconf-executor: NetconfSessionImplTestOleg Mitsura6-313/+580
Issue-ID: CCSDK-1126 patchset 6: test: undid most of NetconfSessionImpl and muted some tests it affected Change-Id: Iff406705fa06a00c2629d248010192354d9e2a41 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-10netconf-executor: RpcMessageUtilsTest improvementOleg Mitsura2-5/+33
Issue-ID: CCSDK-1126 Change-Id: I245661bb6ca1afa6aece98c83a1758a7a6f93621 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-10Merge "netconf-executor: Moving NetconfSessionListenerImpl out of ↵Dan Timoney3-14/+162
NetconfSessionImpl, and adding test for it."
2019-04-10Fix versions of cds-sdc-listenerTimoney, Dan (dt5972)2-1/+2
Version of cds-sdc-listener is wrong, which causes weird behavior on release builds (several poms are being changed to version 1.2.2-SNAPSHOT instead of 0.4.2) Change-Id: Ia0f20df6eaee9cf6101d25fa9f23fe61d2ce023e Issue-ID: SDNC-710 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-10netconf-executor: Moving NetconfSessionListenerImpl out of ↵Oleg Mitsura3-14/+162
NetconfSessionImpl, and adding test for it. Issue-ID: CCSDK-1126 Change-Id: I8674c247e64efdf48faf35b8d21eae5eaed14d95 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-10Merge "Jinja template for Blueprint template service"Dan Timoney23-131/+422
2019-04-09Jinja template for Blueprint template serviceSteve Siani23-131/+422
Change-Id: Iec777e4500c2a040faccc8375b1d2dd24c27cb7f Issue-ID: CCSDK-1193 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-04-09netconf-executor: NetconfDeviceCommunicator testsOleg Mitsura2-0/+270
Issue-ID: CCSDK-1126 Change-Id: I524dbc9b8edcdf3922f762b77cfbb13b7b69df16 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-09Merge "netconf-executor: adding pojo tests"Dan Timoney2-0/+102
2019-04-09netconf-executor: adding pojo testsOleg Mitsura2-0/+102
Issue-ID: CCSDK-1126 Change-Id: Id98f437cbdb04dac445afb7c6c6089664366ac1f Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-09Merge "netconf-executor tests: adding MessageStateTests"Dan Timoney4-54/+191
2019-04-09Merge "Changed CBA download with name and version"Dan Timoney1-2/+2
2019-04-08netconf-executor tests: adding MessageStateTestsOleg Mitsura4-54/+191
Issue-ID: CCSDK-1126 Change-Id: I6351163cf6e157eda41a47b07e53dfaac00f5da5 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-08Adding NetconfRpcServiceImplTest for netconf-executorOleg Mitsura4-116/+325
Issue-ID: CCSDK-1126 Change-Id: Ib223ed93bbc8a81dea1d1fdf8c2aa12ef91ff9a8 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-04-08Changed CBA download with name and versionEzhilarasi1-2/+2
Change-Id: I6121e6248138569b2bb0908bb99d9059a1115784 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-04-06Merge "Retrieving PNF IP address from payload"Dan Timoney1-1/+1
2019-04-06Merge "Clean unused spec generated."Dan Timoney3-321/+0
2019-04-06Merge "Improve data type handling"Dan Timoney4-83/+119
2019-04-05Clean unused spec generated.Muthuramalingam, Brinda Santh3-321/+0
Change-Id: I005608cbfad3b4c89110c2acbb35d425899e2c2f Issue-ID: CCSDK-1127 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-04-05Retrieving PNF IP address from payloadottero1-1/+1
PNF IP is now retrieved from the payload Issue-ID: CCSDK-926 Change-Id: I6942fc0000564553ae16bd1067351f00ca254d10 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-04-04CDS-SDC Listener applicationprathamesh morde13-25/+487
Things done -Implementation of GRPC client to store CBA archive using CDS Backend -Unit test coverage. -Tested locally. -Minor bug fix, performance improvement, more logging and make use of BluePrintProcessorHandler api in ListenerServiceImpl class. -Extract csar artifact from IDistributionClientResult and store it into local file(disk). Change-Id: I08b0de017396bb76d5bc13ddb9e7b430990e8df0 Issue-ID: CCSDK-1184 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-04Improve data type handlingMuthuramalingam, Brinda Santh4-83/+119
Change-Id: I5ebcfcecdf1781e30be1ca929b4bf9e1526691a3 Issue-ID: CCSDK-1127 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-04-04AAI source supportjanani b4-2/+4
Controller blueprint to support AAI also as a rest source Issue-ID: CCSDK-692 Change-Id: I25822c921e1b5232deded5f3b52382d24a2d3c03 Signed-off-by: janani b <janani.b@huawei.com>
2019-04-04Merge "Improve step data access."Dan Timoney23-207/+258
2019-04-04Improve step data access.Muthuramalingam, Brinda Santh23-207/+258
Change-Id: I3917905b1e38cebcb26e4422784a5553e2dbac9f Issue-ID: CCSDK-1127 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-04-03BluePrintManagmentGRPC handler should send failure message back to the client.prathamesh morde1-2/+2
-Added StreamObserver.onError so the client would be aware of failure if any. Change-Id: Iecd019ef4ff4b4b4c522e0eb6e242770afdcdfcd Issue-ID: CCSDK-1197 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-04-02Fix: Complementary JUnit tests in BlueprintProcessorSteve Siani2-32/+29
Change-Id: I4fdad443f46e674d7cf61604105c7797e2889e11 Issue-ID: CCSDK-1187 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-04-02Merge "Complementary Junit test coverage"Dan Timoney18-32/+687
2019-04-02Merge "Handle expection in REST handler"Dan Timoney3-24/+26
2019-04-02Merge "Update vFW CBA for Dublin"Dan Timoney3-8/+22
2019-04-02Merge "Updating Rest code for AAI resolution"Dan Timoney12-181/+825
2019-04-02Handle expection in REST handlerAlexis de Talhouët3-24/+26
Change-Id: Iacd46791b276266e19898b187d1ffbe8afa9156c Issue-ID: CCSDK-1120 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-02Updating Rest code for AAI resolutionjanani b12-181/+825
This commit includes, i) Updated the SSL based rest connection for different auth support ii) Checked the co-routines based rest connection Issue-ID: CCSDK-692 Change-Id: Ic2fe5e5292c9190670d2a573598d78e94f59efb0 Signed-off-by: janani b <janani.b@huawei.com>
2019-04-01Complementary Junit test coverageSteve Siani18-32/+687
Change-Id: I5eec76918c63d1fa248a9fc353f8dc02ae925364 Issue-ID: CCSDK-1187 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-04-01Update vFW CBA for DublinAlexis de Talhouët3-8/+22
Change-Id: I2308aa6b86a44c05240c0ac54050423a99a14128 Issue-ID: CCSDK-1149 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-01Improve bulk processingMuthuramalingam, Brinda Santh12-144/+193
Change-Id: Ia8bd447563072284aa71e00eab0ef9b93e1776b1 Issue-ID: CCSDK-1127 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-04-01Improve save and delete cbaMuthuramalingam, Brinda Santh4-17/+48
Change-Id: I1dbfb6d8155e5a58663d7061de468c6d70bb29df Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-04-01Improve function interfacesMuthuramalingam, Brinda Santh33-216/+474
Change-Id: I24f45d39ac05491a4217101e00bcbf8d122e4e1a Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-29Fix logging dependency conflictAlexis de Talhouët62-277/+210
- use spring logging framework - get rid of EELF - do not get sl4fj transitivly Change-Id: I1d47749b53dca2f3a815a2d9898b7a0388725655 Issue-ID: SDNC-710 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-03-29Update sshd to 2.2.0Alexis de Talhouët4-9/+5
Change-Id: I1bc052cfc7681d0f5d6793aa08e2083332ee88b3 Issue-ID: CCSDK-1137 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-29Merge "Add Restconf Kotlin script sample"Dan Timoney9-12/+86
2019-03-29Merge "Improve Rest Service API"Dan Timoney2-4/+145