summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Fixing restconf_client.py script0.4.5dublinottero51-58/+58
The restconf_client.py script uses BlueprintWebClientService to send REST requests to ODL. When the methods of that interface have the type of the returns changed from String to WebClientResponse, the script stopped working. This fix changes the way the response is manipulated, to act upon a WebClientResponse and not on a String Change-Id: I3876c5b27d65058f0b5b77da17f9225fc04779c6 Issue-ID: CCSDK-1384 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-06-03Correction in Image references and CBA structure0.4.4andreasgeissler4-134/+157
Issue-ID: CCSDK-1359 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: Iaea5733274bc78609ae2dd3ba04e456824de105d (cherry picked from commit 6642a723bc06aba061e760add9306c57d75d6b63)
2019-05-31Use released parent pomsTimoney, Dan (dt5972)2-2/+2
Use released version of parent poms (1.2.4) Change-Id: Ib159647efac89981a8476dda64a7934b41ce02db Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-29Merge "Roll to next snapshot" into dublinDan Timoney50-59/+59
2019-05-29Merge "Returning null for unresolved variables" into dublinDan Timoney2-1/+90
2019-05-29Returning null for unresolved variablesottero2-1/+90
When Blueprints Processor was not able to evaluate a variable, it would set its value to null. The expected behaviour would be to set the value to the default repres- entation in the formal notation as defined by Apache Velocity, which is a dollar followed by the name of the variable between curly braces. For example, if the value of the variable pnf-id could not be evaluated in runtime, its value would be defined as the string "${pnf-id}". The problem happened during evaluation of the variables that would be later sent to the template-meshing code for processing. The fix was to add a check before the value was assigned to the varia- ble; if the was not null, the assignment will happen normally. Otherwi- se, if the evaluation resolves to null, the variable receives the defa- ult value (string "${<variable name>}"). Besides the tests that were put in place to test the code changed for this fix, two tests were added to the existing test case of the templa- te meshing code, to act as regression test. Change-Id: I635afb1eba4c0d45b821811f0119fa6c87ea9542 Issue-ID: CCSDK-1358 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-05-28Fixed defect CCSDK-1339Arundathi Patil4-5/+43
Fixed defect ccsdk-1339 Issue-ID: CCSDK-1339 Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-05-28Roll to next snapshotTimoney, Dan (dt5972)50-59/+59
Roll to next snapshot version (0.4.4-SNAPSHOT) Change-Id: I4b6256324796a424a4f064e118a812c108f14e4f Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-23Create release 0.4.3 of CCSDK0.4.3Timoney, Dan (dt5972)2-2/+2
Update version of parent pom to released 1.2.3 version Change-Id: I55b87bc73835fa450a89c731f4a1629df040cdd5 Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-22Fix payload has not been init in aysncAlexis de Talhouët1-1/+1
Change-Id: I6c8c0fca6ffd7f7cc9814a5b88889c5f67cbd52f Issue-ID: CCSDK-1354 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-05-21BlueprintWebClientService: added return statusOleg Mitsura5-152/+141
Issue-ID: CCSDK-1331 Change-Id: I8dab8ad4eaebf1863f11c4d38c52cf7f64b0a4d5 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> (cherry picked from commit 9eb8b8a88bfac860a94b62b203b00c64330a1be7)
2019-05-16Merge "Fix: Enrichment fails for processor-db source" into dublinDan Timoney31-84/+40
2019-05-16Merge "Resource dictionary- updated license text" into dublinDan Timoney10-0/+20
2019-05-16Merge "Fixed I/O error and removed unwanted finally clause." into dublinDan Timoney2-13/+3
2019-05-16Merge "Bugfix: Blueprints Processor always return 200 OK" into dublinDan Timoney5-9/+88
2019-05-16Merge "Resource dictionary- updated license text" into dublinDan Timoney10-0/+20
2019-05-16Fix: Enrichment fails for processor-db sourceSteve Siani31-84/+40
Change-Id: I7a426323dc22cb19a1c3eb77f7f4f30cf7da32e0 Issue-ID: CCSDK-1324 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> (cherry picked from commit bc91fee937f819dc86c33564a02f4699cd410fe7)
2019-05-16Bugfix: Blueprints Processor always return 200 OKottero5-9/+88
Currently the Blueprints Processor mS replies with a 200 OK HTTP status code even if an exception occurs in the server side while executing the request. Thus, the only way for a REST client to determine if the request was successful or not is by analysing the response and evaluate the content of the element status.code This bugfix modifies the HTTP status code of the response to match the one inside the response. Issue-ID: CCSDK-1327 Change-Id: I05a58cb3ab9359319172f2d8f1a665fdcdc1230b Signed-off-by: ottero <rodrigo.ottero@est.tech> (cherry picked from commit 5801ed7abaa58f7ef728ad68c496a3780d438194)
2019-05-16Resource dictionary- updated license textArundathi Patil10-0/+20
Added IBM modifications copyright Issue-ID: CCSDK-1289 Change-Id: Ib657fb80fbbd986e78c92cd83511168b55f984ed Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> (cherry picked from commit 3f6dc8ea30639ef8ccc47ea10535ea2f48ca34ff)
2019-05-16Resource dictionary- updated license textArundathi Patil10-0/+20
Added IBM modifications copyright Issue-ID: CCSDK-1289 Change-Id: Ib31cdae8951e78c276c822f89812ca0bd7495784 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> (cherry picked from commit cb8bc5df160fd694b4282b65768b8a78010a67be)
2019-05-16Resource dictionary- updated license textArundathi Patil10-0/+20
Added IBM modifications copyright Issue-ID: CCSDK-1289 Change-Id: Iec1470ab0abbe8c5ca5846c4fd60d8368865edca Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> (cherry picked from commit 2316cc21935fe1458c67b5fb586745c94bbd741c)
2019-05-16Fixed I/O error and removed unwanted finally clause.prathamesh morde2-13/+3
Change-Id: Id1993a4983ca103ac28655b57481bb96aa89f1f1 Issue-ID:CCSDK-1318 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca> (cherry picked from commit a132cf34b95abf0ba2455bba28926df9b72fd4a0)
2019-05-15Upates in sdc-listener notification part.prathamesh morde8-50/+124
-Added COMPOENT_DONE_OK status if sdc-listener fails to parse the CBA archive. -Make use of IComponentDoneStatusMessage instead of IFinalDistrStatusMessage. -Added DownloadStausMessage to handle download CSAR notification. -Change the sli-version in blueprint-processor to 0.5.0-SNAPSHOT. Change-Id: Ie6bb0569e6daffb13e06532f670aac27af1f935e Issus-ID:CCSDK-1319 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-05-13Modify CDS-UI server to allow communicating with external blueprint mSNirvan Ramjuttun16-70/+89
Issue-ID: CCSDK-1292 Change-Id: I3536437bad334841d7c7ecd577c092cd13f42a9b Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com> (cherry picked from commit 087d4b667a9c5517ac7d014c2bbdad994b927147)
2019-05-13Merge "Fixed the parsing path for CBA archive" into dublinDan Timoney8-39/+95
2019-05-13Merge "Fixed defect CCSDK-1299" into dublinDan Timoney1-0/+1
2019-05-11Fixed the parsing path for CBA archiveprathamesh morde8-39/+95
- Added the parsing path as per the new requirements. - Error handling logic if the parser fails to find the CBA archive or fails to store/read cba or csar archive Change-Id: I33de939cb39f7d9afb68230b226f8ee6d7544fe4 Issue-ID:CCSDK-1318 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca> (cherry picked from commit d7b9a92193d96826ae63200a6625ea26679fc811)
2019-05-11Fixed defect CCSDK-1299Arundathi Patil1-0/+1
fixed defect ccsdk-1299 Issue-ID: CCSDK-1299 Change-Id: Ie0e02564cbf62fdc8314086d70bc3b7b38122323 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> (cherry picked from commit 8d54e79801fd583a0642abfc6f28b4a97d1bed84)
2019-05-11UT for Blueprint coreRami3-2/+715
CustomFunctions and BluePrintContext Issue-ID: CCSDK-1244 Change-Id: I0d676714684ffc9f913f8e296b73f867278df8c2 Signed-off-by: Rami <rmohamed.ext@orange.com> (cherry picked from commit a4175e9411ad38de3af3f93475662b5589df82b0)
2019-05-07Bug fix Session clearanceEzhilarasi1-0/+1
Change-Id: I3769b5532488f1c959c2f8b3240a4f3af7e65376 Issue-ID: CCSDK-1291 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com> (cherry picked from commit 0924c4da768d1119a17936933606a38de6526b52)
2019-05-05Change the incorrect license header.prathamesh morde6-18/+37
Change-Id: Ibbe2d363051c64e2f557c5ae4bb3164fe3087d3d Issue-ID: CCSDK-1304 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca> (cherry picked from commit febb517be84666a67cb04a58f89aac4af788ac7c)
2019-05-03Merge "UT for GRPC lib" into dublinDan Timoney1-6/+82
2019-05-03Merge "Use of .yaml extension instead of .yml for consistency." into dublinDan Timoney1-0/+0
2019-05-03Merge "UT for Rest lib" into dublinDan Timoney1-2/+20
2019-05-02Resource dictionary- updated license textArundathi Patil6-0/+12
Added IBM modifications copyright Issue-ID: CCSDK-1289 Change-Id: Ia3133089e1bfe90257366131dbb7ddc46d0f30d5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> (cherry picked from commit 569d4af17232104375055ba6dfe3e334c3eb29bf)
2019-05-02UT for Rest libjanani b1-2/+20
Added the lib test cases which will not cause jenkins delay Issue-ID: CCSDK-1229 Change-Id: I1aff85ec3956fdcef806a9657ee3472a35b27f74 Signed-off-by: janani b <janani.b@huawei.com> (cherry picked from commit d5fd5d487248a82af1536d562e5a55c1a9df80e6)
2019-05-02UT for GRPC libjanani b1-6/+82
GRPC code UT Issue-ID: CCSDK-1229 Change-Id: Ia49647abcfcd24038736932c434929216f562f32 Signed-off-by: janani b <janani.b@huawei.com> (cherry picked from commit c92e294c4f5e053a641b36b969fad3ed73269ab8)
2019-05-02Use of .yaml extension instead of .yml for consistency.prathamesh morde1-0/+0
Change-Id: I0f8ff8c6a7b47f13494199378d1bad85a487e019 Issue-ID: CCSDK-1144 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca> (cherry picked from commit 9b7bb16eac4d3af9264809deb27d1e8e4db47bab)
2019-04-30Roll to next snapshotTimoney, Dan (dt5972)50-59/+59
Roll dublin branch to next snapshot (0.4.3-SNAPSHOT) Change-Id: I05111e4a8bc75d6edfffa740a236ab3cbfb60f13 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-26Merge "UT for Execution Service"0.4.2Dan Timoney4-2/+128
2019-04-26Merge "UT for python executor"Dan Timoney2-1/+142
2019-04-26UT for Execution Servicejanani b4-2/+128
Abstract Component Script Function test cases Issue-ID: CCSDK-1243 Change-Id: I76915c3f21d8cec81be30b8edcf727c501718aa2 Signed-off-by: janani b <janani.b@huawei.com>
2019-04-26UT for python executorjanani b2-1/+142
Remote python executor with processNB Issue-ID: CCSDK-1243 Change-Id: I4c46617a38be098f247d1123ede3f9bd3cce11ee Signed-off-by: janani b <janani.b@huawei.com>
2019-04-25Update to use released 1.2.2 parentTimoney, Dan (dt5972)12-36/+22
Update to use released 1.2.2 version of parent poms. Change-Id: I76012b413e289f39e6a8fc412a19d5b4cd3b5a2a Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-25Merge "Resource dictionary- removed uncessary code"Dan Timoney1-1/+2
2019-04-25Merge "Resource dictionary: backend URL changes"Dan Timoney1-1/+1
2019-04-25Finalize ansible usageAlexis de Talhouët14-112/+433
Change-Id: Iaca6bb573e31607eaa9a3a603e1e4beae60c817c Issue-ID: CCSDK-1215 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-25Resource dictionary- removed uncessary codeArundathi Patil1-1/+2
Removed hardcoded values Issue-ID: CCSDK-1217 Change-Id: I356d8876a183b2d4df2e23bdd6781de4f47bf8bf Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-04-25Resource dictionary: backend URL changesArundathi Patil1-1/+1
Changed the resource dictionay search by tags backend url Issue-ID: CCSDK-1217 Change-Id: I6c6b8a7536481c2b30c933cf28269db7d2ecd735 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-04-25Merge "Added content to CDS index page"Dan Timoney2-76/+18