summaryrefslogtreecommitdiffstats
path: root/lcm/provider/src
AgeCommit message (Collapse)AuthorFilesLines
2020-01-20Update pnf-id to pnf-name in LCM APIEnbo Wang1-2/+2
In order to be compatible with Pnf entry in A&AI, update pnf-id to pnf-name. Change-Id: Ibb76fd754c4a657a6f4af4453b3c819670fb96c2 Issue-ID: SDNC-856 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2020-01-08Fix action names of DownloadNESw and ActivateNESwEnbo Wang5-32/+34
Change-Id: I2a7b5ca9554e52f219afe9248d39732c485ab037 Issue-ID: SDNC-856 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2019-12-04Add LCM APIs for DownloadNeSw and ActivateNeSw actionsEnbo Wang5-0/+182
Add two LCM APIs of DownloadNeSw and ActivateNeSw for PNF Software Upgrade. Change-Id: I5a8f143c2d7d54fd96772eeb1d31b2d2e8bfb523 Issue-ID: SDNC-856 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2019-11-07Fix compilation error after change in the core repositorySamuel Kontris1-27/+4
Change https://gerrit.onap.org/r/#/c/ccsdk/sli/core/+/94939/ changes the constructor of the SvcLogicServiceImpl class which causes compilation error in test class TestLcmProvider Issue-ID: CCSDK-1688 Depends-On: I26ce01b761ab5d17f1cc19e39af581b1963658a5 Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech> Change-Id: If9458dc4491b3557439d141375b4056c5210cf35
2019-11-07UEB Listener Final cleanup of deprecated sdc-tosca parser APIslalena.aria1-1/+2
Changes made: Replace references to all deprecated sdc-tosca parser APIs and replace with Entity-based equivalent. Changes are primarily in SdncBaseModel and junit test files. Issue-ID: CCSDK-1880 Change-Id: I5d7f12cdbebcfcb7d2487b6474cd7eb92eb32b9b Signed-off-by: lalena.aria <lalena.aria@att.com>
2019-08-15Code changes for NeonTimoney, Dan (dt5972)1-0/+34
Updated code via ccsdk/parent/tools/fluorine2neon.sh script. Change-Id: Ie19b69db481318afa9224d4673f27e74bfc65a81 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-14Add missing payload in output of callDG in LcmProviderEnbo Wang1-1/+28
Change-Id: Ibafc968b747ad93934e6fa2ad2607ad921a9225e Issue-ID: CCSDK-1224 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2019-02-21Turn on debugging in jUnit testTimoney, Dan (dt5972)1-0/+22
Turn on debug level tracing in LCM jUnit testing to test branches only executed when trace level >= DEBUG. Change-Id: I2aae7f058461404d6582dc36c72a4f7834692e94 Issue-ID: CCSDK-1096 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-11Code changes to sli/northbound for ODL FluorineTimoney, Dan (dt5972)1-40/+41
Code changes needed to support port to ODL Fluorine. Change-Id: If898ed120a3d03773db815f797f1eee633ca77e3 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-12-20Sonar Fix: LcmProvider.javaArundathi Patil1-40/+42
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-848 Change-Id: I3968ee331f241f409c6d80c56094baaef2a566e2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-17Merge "Sonar fix: LcmSliClient.java"Dan Timoney1-4/+7
2018-12-18Sonar fix: LcmSliClient.javaArundathi Patil1-4/+7
Fixed sonar issues/code-smells across thisfile Issue-ID: CCSDK-849 Change-Id: Id79d62c6117a0ce7d3551f655b0a56f23c8a0fde Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-18Sonar fix: LcmProvider.javaArundathi Patil1-11/+1
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-848 Change-Id: Ida8c5829860e4afba412de967df1ef93ad4423bf Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-06Add missing dependencyTimoney, Dan (dt5972)1-20/+19
Needed to add dependency on new sli-provider-base artifact to clear compile error in LCM jUnit test case. Change-Id: Ifc272e47628fd674d860277b80085aee91beb00a Issue-ID: CCSDK-793 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-08-20Merge "add LCM DistributeTraffic"Dan Timoney4-0/+88
2018-08-20add LCM DistributeTrafficAgarwal, Ruchira(ra1926)4-0/+88
LCM API for DistributeTraffic Change-Id: I4b3c323d46bd088421d0d6d66fc23982bf086679 Issue-ID: CCSDK-477 Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
2018-08-17Increase coverage and qualityGanesh Chandrasekaran1-0/+20
Issue-ID: CCSDK-470 Change-Id: Id847c9a79af795dd80a5fc22341ed2e385e53943 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2018-05-10Fix DG calls to use correct rpc nameTimoney, Dan (dt5972)59-639/+639
DG calls should expect the name of the DG to be the same as the name of the rpc as defined in the Yang model. LCM was incorrectly expecting names in upper camelcase (e.g. UpgradeSoftware) when the Yang model defines them in lowercase hyphenated (e.g. upgrade-software). Either LCM or DGs need to change, so changed LCM since to be consistent with other MD-SAL applications. Change-Id: I034bc2d93c2f918c807fec7f342d6197f78be7ad Issue-ID: CCSDK-272 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-24Add missing LCM blueprintTimoney, Dan (dt5972)3-345/+34
Added blueprint descriptor for LCM to register RPC properly. Change-Id: I65d38cd9151f6094479413e06a44da02a7da4c74 Issue-ID: CCSDK-252 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-12Copy LCM interface from APP-CTimoney, Dan (dt5972)48-0/+4304
Change-Id: Idc18aa00bcbcee3f51473339b6b4ad90f6b4bffc Issue-ID: CCSDK-219 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>