ccsdk/cds.git
4 years agoFixing restconf_client.py script 17/89517/2 dublin 0.4.5
ottero [Thu, 6 Jun 2019 13:46:11 +0000 (13:46 +0000)]
Fixing restconf_client.py script

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>
4 years agoCorrection in Image references and CBA structure 68/89168/1 0.4.4
andreasgeissler [Fri, 31 May 2019 10:23:38 +0000 (12:23 +0200)]
Correction in Image references and CBA structure
Issue-ID: CCSDK-1359

Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: Iaea5733274bc78609ae2dd3ba04e456824de105d
(cherry picked from commit 6642a723bc06aba061e760add9306c57d75d6b63)

4 years agoUse released parent poms 47/89047/1
Timoney, Dan (dt5972) [Fri, 31 May 2019 14:32:53 +0000 (10:32 -0400)]
Use released parent poms

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>
4 years agoMerge "Roll to next snapshot" into dublin
Dan Timoney [Wed, 29 May 2019 22:00:40 +0000 (22:00 +0000)]
Merge "Roll to next snapshot" into dublin

4 years agoMerge "Returning null for unresolved variables" into dublin
Dan Timoney [Wed, 29 May 2019 18:42:58 +0000 (18:42 +0000)]
Merge "Returning null for unresolved variables" into dublin

4 years agoReturning null for unresolved variables 98/88698/3
ottero [Tue, 28 May 2019 09:25:45 +0000 (09:25 +0000)]
Returning null for unresolved variables

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>
4 years agoFixed defect CCSDK-1339 12/88712/1
Arundathi Patil [Tue, 21 May 2019 14:42:12 +0000 (20:12 +0530)]
Fixed defect CCSDK-1339

Fixed defect ccsdk-1339

Issue-ID: CCSDK-1339
Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoRoll to next snapshot 07/88707/1
Timoney, Dan (dt5972) [Tue, 28 May 2019 18:07:44 +0000 (14:07 -0400)]
Roll to next snapshot

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>
4 years agoCreate release 0.4.3 of CCSDK 06/88406/1 0.4.3
Timoney, Dan (dt5972) [Thu, 23 May 2019 20:37:19 +0000 (16:37 -0400)]
Create release 0.4.3 of CCSDK

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>
4 years agoFix payload has not been init in aysnc 74/88274/2
Alexis de Talhouët [Wed, 22 May 2019 15:31:03 +0000 (11:31 -0400)]
Fix payload has not been init in aysnc

Change-Id: I6c8c0fca6ffd7f7cc9814a5b88889c5f67cbd52f
Issue-ID: CCSDK-1354
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
4 years agoBlueprintWebClientService: added return status 63/88163/1
Oleg Mitsura [Mon, 13 May 2019 19:49:03 +0000 (15:49 -0400)]
BlueprintWebClientService: added return status

Issue-ID: CCSDK-1331

Change-Id: I8dab8ad4eaebf1863f11c4d38c52cf7f64b0a4d5
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
(cherry picked from commit 9eb8b8a88bfac860a94b62b203b00c64330a1be7)

4 years agoMerge "Fix: Enrichment fails for processor-db source" into dublin
Dan Timoney [Thu, 16 May 2019 13:44:11 +0000 (13:44 +0000)]
Merge "Fix: Enrichment fails for processor-db source" into dublin

4 years agoMerge "Resource dictionary- updated license text" into dublin
Dan Timoney [Thu, 16 May 2019 13:42:59 +0000 (13:42 +0000)]
Merge "Resource dictionary- updated license text" into dublin

4 years agoMerge "Fixed I/O error and removed unwanted finally clause." into dublin
Dan Timoney [Thu, 16 May 2019 13:42:36 +0000 (13:42 +0000)]
Merge "Fixed I/O error and removed unwanted finally clause." into dublin

4 years agoMerge "Bugfix: Blueprints Processor always return 200 OK" into dublin
Dan Timoney [Thu, 16 May 2019 13:41:41 +0000 (13:41 +0000)]
Merge "Bugfix: Blueprints Processor always return 200 OK" into dublin

4 years agoMerge "Resource dictionary- updated license text" into dublin
Dan Timoney [Thu, 16 May 2019 13:41:33 +0000 (13:41 +0000)]
Merge "Resource dictionary- updated license text" into dublin

4 years agoFix: Enrichment fails for processor-db source 76/87876/1
Steve Siani [Wed, 15 May 2019 15:23:18 +0000 (11:23 -0400)]
Fix: Enrichment fails for processor-db source

Change-Id: I7a426323dc22cb19a1c3eb77f7f4f30cf7da32e0
Issue-ID: CCSDK-1324
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
(cherry picked from commit bc91fee937f819dc86c33564a02f4699cd410fe7)

4 years agoBugfix: Blueprints Processor always return 200 OK 75/87875/1
ottero [Thu, 16 May 2019 09:00:07 +0000 (09:00 +0000)]
Bugfix: Blueprints Processor always return 200 OK

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)

4 years agoResource dictionary- updated license text 73/87873/1
Arundathi Patil [Fri, 26 Apr 2019 09:40:29 +0000 (15:10 +0530)]
Resource dictionary- updated license text

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)

4 years agoResource dictionary- updated license text 72/87872/1
Arundathi Patil [Fri, 26 Apr 2019 09:46:56 +0000 (15:16 +0530)]
Resource dictionary- updated license text

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)

4 years agoResource dictionary- updated license text 71/87871/1
Arundathi Patil [Fri, 26 Apr 2019 09:43:14 +0000 (15:13 +0530)]
Resource dictionary- updated license text

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)

4 years agoFixed I/O error and removed unwanted finally clause. 70/87870/1
prathamesh morde [Mon, 13 May 2019 02:24:04 +0000 (22:24 -0400)]
Fixed I/O error and removed unwanted finally clause.

Change-Id: Id1993a4983ca103ac28655b57481bb96aa89f1f1
Issue-ID:CCSDK-1318
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
(cherry picked from commit a132cf34b95abf0ba2455bba28926df9b72fd4a0)

4 years agoUpates in sdc-listener notification part. 83/87783/1
prathamesh morde [Mon, 13 May 2019 15:53:08 +0000 (11:53 -0400)]
Upates in sdc-listener notification part.

-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>
4 years agoModify CDS-UI server to allow communicating with external blueprint mS 50/87550/1
Nirvan Ramjuttun [Tue, 7 May 2019 16:39:19 +0000 (12:39 -0400)]
Modify CDS-UI server to allow communicating with external blueprint mS

Issue-ID: CCSDK-1292

Change-Id: I3536437bad334841d7c7ecd577c092cd13f42a9b
Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
(cherry picked from commit 087d4b667a9c5517ac7d014c2bbdad994b927147)

4 years agoMerge "Fixed the parsing path for CBA archive" into dublin
Dan Timoney [Mon, 13 May 2019 12:49:07 +0000 (12:49 +0000)]
Merge "Fixed the parsing path for CBA archive" into dublin

4 years agoMerge "Fixed defect CCSDK-1299" into dublin
Dan Timoney [Mon, 13 May 2019 12:48:58 +0000 (12:48 +0000)]
Merge "Fixed defect CCSDK-1299" into dublin

5 years agoFixed the parsing path for CBA archive 03/87503/1
prathamesh morde [Thu, 9 May 2019 15:30:34 +0000 (11:30 -0400)]
Fixed the parsing path for CBA archive

- 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)

5 years agoFixed defect CCSDK-1299 02/87502/1
Arundathi Patil [Thu, 9 May 2019 14:01:42 +0000 (19:31 +0530)]
Fixed defect CCSDK-1299

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)

5 years agoUT for Blueprint core 01/87501/1
Rami [Thu, 9 May 2019 12:52:42 +0000 (14:52 +0200)]
UT for Blueprint core

CustomFunctions and BluePrintContext

Issue-ID: CCSDK-1244

Change-Id: I0d676714684ffc9f913f8e296b73f867278df8c2
Signed-off-by: Rami <rmohamed.ext@orange.com>
(cherry picked from commit a4175e9411ad38de3af3f93475662b5589df82b0)

5 years agoBug fix Session clearance 47/87147/1
Ezhilarasi [Tue, 7 May 2019 10:51:22 +0000 (16:21 +0530)]
Bug fix Session clearance

Change-Id: I3769b5532488f1c959c2f8b3240a4f3af7e65376
Issue-ID: CCSDK-1291
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
(cherry picked from commit 0924c4da768d1119a17936933606a38de6526b52)

5 years agoChange the incorrect license header. 85/86985/1
prathamesh morde [Fri, 3 May 2019 14:10:02 +0000 (10:10 -0400)]
Change the incorrect license header.

Change-Id: Ibbe2d363051c64e2f557c5ae4bb3164fe3087d3d
Issue-ID: CCSDK-1304
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
(cherry picked from commit febb517be84666a67cb04a58f89aac4af788ac7c)

5 years agoMerge "UT for GRPC lib" into dublin
Dan Timoney [Fri, 3 May 2019 14:35:43 +0000 (14:35 +0000)]
Merge "UT for GRPC lib" into dublin

5 years agoMerge "Use of .yaml extension instead of .yml for consistency." into dublin
Dan Timoney [Fri, 3 May 2019 14:35:37 +0000 (14:35 +0000)]
Merge "Use of .yaml extension instead of .yml for consistency." into dublin

5 years agoMerge "UT for Rest lib" into dublin
Dan Timoney [Fri, 3 May 2019 14:35:23 +0000 (14:35 +0000)]
Merge "UT for Rest lib" into dublin

5 years agoResource dictionary- updated license text 51/86851/1
Arundathi Patil [Fri, 26 Apr 2019 09:52:17 +0000 (15:22 +0530)]
Resource dictionary- updated license text

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)

5 years agoUT for Rest lib 50/86850/1
janani b [Thu, 2 May 2019 07:20:39 +0000 (12:50 +0530)]
UT for Rest lib

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)

5 years agoUT for GRPC lib 49/86849/1
janani b [Thu, 2 May 2019 07:06:13 +0000 (12:36 +0530)]
UT for GRPC lib

GRPC code UT

Issue-ID: CCSDK-1229

Change-Id: Ia49647abcfcd24038736932c434929216f562f32
Signed-off-by: janani b <janani.b@huawei.com>
(cherry picked from commit c92e294c4f5e053a641b36b969fad3ed73269ab8)

5 years agoUse of .yaml extension instead of .yml for consistency. 48/86848/1
prathamesh morde [Tue, 30 Apr 2019 14:59:14 +0000 (10:59 -0400)]
Use of .yaml extension instead of .yml for consistency.

Change-Id: I0f8ff8c6a7b47f13494199378d1bad85a487e019
Issue-ID: CCSDK-1144
Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
(cherry picked from commit 9b7bb16eac4d3af9264809deb27d1e8e4db47bab)

5 years agoRoll to next snapshot 65/86665/1
Timoney, Dan (dt5972) [Tue, 30 Apr 2019 18:40:36 +0000 (14:40 -0400)]
Roll to next snapshot

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>
5 years agoMerge "UT for Execution Service" 0.4.2
Dan Timoney [Fri, 26 Apr 2019 20:06:09 +0000 (20:06 +0000)]
Merge "UT for Execution Service"

5 years agoMerge "UT for python executor"
Dan Timoney [Fri, 26 Apr 2019 20:05:59 +0000 (20:05 +0000)]
Merge "UT for python executor"

5 years agoUT for Execution Service 01/86401/2
janani b [Fri, 26 Apr 2019 13:43:34 +0000 (19:13 +0530)]
UT for Execution Service

Abstract Component Script Function test cases

Issue-ID: CCSDK-1243

Change-Id: I76915c3f21d8cec81be30b8edcf727c501718aa2
Signed-off-by: janani b <janani.b@huawei.com>
5 years agoUT for python executor 99/86399/1
janani b [Fri, 26 Apr 2019 13:27:52 +0000 (18:57 +0530)]
UT for python executor

Remote python executor with processNB

Issue-ID: CCSDK-1243

Change-Id: I4c46617a38be098f247d1123ede3f9bd3cce11ee
Signed-off-by: janani b <janani.b@huawei.com>
5 years agoUpdate to use released 1.2.2 parent 89/86189/2
Timoney, Dan (dt5972) [Wed, 24 Apr 2019 19:05:00 +0000 (15:05 -0400)]
Update to use released 1.2.2 parent

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>
5 years agoMerge "Resource dictionary- removed uncessary code"
Dan Timoney [Thu, 25 Apr 2019 15:19:40 +0000 (15:19 +0000)]
Merge "Resource dictionary- removed uncessary code"

5 years agoMerge "Resource dictionary: backend URL changes"
Dan Timoney [Thu, 25 Apr 2019 15:19:31 +0000 (15:19 +0000)]
Merge "Resource dictionary: backend URL changes"

5 years agoFinalize ansible usage 92/86292/2
Alexis de Talhouët [Thu, 25 Apr 2019 13:33:43 +0000 (09:33 -0400)]
Finalize ansible usage

Change-Id: Iaca6bb573e31607eaa9a3a603e1e4beae60c817c
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoResource dictionary- removed uncessary code 99/86299/1
Arundathi Patil [Thu, 25 Apr 2019 14:36:29 +0000 (20:06 +0530)]
Resource dictionary- removed uncessary code

Removed hardcoded values

Issue-ID: CCSDK-1217
Change-Id: I356d8876a183b2d4df2e23bdd6781de4f47bf8bf
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoResource dictionary: backend URL changes 98/86298/1
Arundathi Patil [Thu, 25 Apr 2019 14:32:51 +0000 (20:02 +0530)]
Resource dictionary: backend URL changes

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>
5 years agoMerge "Added content to CDS index page"
Dan Timoney [Thu, 25 Apr 2019 13:43:47 +0000 (13:43 +0000)]
Merge "Added content to CDS index page"

5 years agoFix docker tag 83/86283/1
Timoney, Dan (dt5972) [Thu, 25 Apr 2019 12:51:11 +0000 (08:51 -0400)]
Fix docker tag

command-executor was using the default timestamp format when creating
docker tag, which is invalid and breaks docker build.  Added maven
property setting to change timestamp format to remove offending
dashes.

Change-Id: I102340d493a5b9c03ca1a9e10f1bd51fc4b582d1
Issue-ID: CCSDK-1287
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoAdded content to CDS index page 65/86265/1
Ezhilarasi [Thu, 25 Apr 2019 10:40:33 +0000 (16:10 +0530)]
Added content to CDS index page

Change-Id: Ie9c33493b2e2716d446cc0b99fdb594b4a6dde8c
Issue-ID: CCSDk-1286
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoMultiples fixes 84/86184/5
Alexis de Talhouët [Wed, 24 Apr 2019 14:05:02 +0000 (10:05 -0400)]
Multiples fixes

Change-Id: I83782006dc47a224e546b6877070d5e7e56dd2e6
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Delete the deployed blueprint if overriten

Change-Id: I7e4f3a5c98388a965ef756467497ed31d23bc047
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Fix enhancement of workflow step for component

Change-Id: I62c7904265495edb2b0a5bec0d64cfecd7573f97
Issue-ID: CCSDK-1168
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Update golden package

Change-Id: I969fe9cf9b563911ebe4500fe8f3211aedb84593
Issue-ID: CCSDK-1231
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Do not fail to get execution property

When prepareEnv fail, we should not fail by saying to property
is not set. So set it as N/A until is get sets further done in
the processing

Change-Id: I06b9fcb9b1cf9e1605cef77864da9dbd18243800
Issue-ID: CCSDK-1215
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoMerge "Rework remote command arguments"
Dan Timoney [Wed, 24 Apr 2019 18:09:46 +0000 (18:09 +0000)]
Merge "Rework remote command arguments"

5 years agoMerge "Resource definition - css changes"
Dan Timoney [Wed, 24 Apr 2019 13:45:12 +0000 (13:45 +0000)]
Merge "Resource definition - css changes"

5 years agoMerge "UT for execution service"
Dan Timoney [Wed, 24 Apr 2019 13:45:01 +0000 (13:45 +0000)]
Merge "UT for execution service"

5 years agoRework remote command arguments 38/86038/5
Brinda Santh [Tue, 23 Apr 2019 10:36:54 +0000 (16:06 +0530)]
Rework remote command arguments

Change-Id: Ibd24ce87ed67aee6ae1a66fc9ec6af35bee5008a
Issue-ID: CCSDK-1215
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
5 years agoMerge "SDC Listner Docker touchup"
Dan Timoney [Wed, 24 Apr 2019 13:43:29 +0000 (13:43 +0000)]
Merge "SDC Listner Docker touchup"

5 years agoMerge "Added Complex type to Resource source"
Dan Timoney [Wed, 24 Apr 2019 13:41:30 +0000 (13:41 +0000)]
Merge "Added Complex type to Resource source"

5 years agoMerge "Added design time specifications in doc"
Dan Timoney [Wed, 24 Apr 2019 13:41:21 +0000 (13:41 +0000)]
Merge "Added design time specifications in doc"

5 years agoMerge "Added User guide for CDS"
Dan Timoney [Wed, 24 Apr 2019 13:41:14 +0000 (13:41 +0000)]
Merge "Added User guide for CDS"

5 years agoMerge "Added Installation guide for CDS"
Dan Timoney [Wed, 24 Apr 2019 13:41:07 +0000 (13:41 +0000)]
Merge "Added Installation guide for CDS"

5 years agoMerge "Doc Complex type code"
Dan Timoney [Wed, 24 Apr 2019 13:41:00 +0000 (13:41 +0000)]
Merge "Doc Complex type code"

5 years agoMerge "Sample code for Complextype resource"
Dan Timoney [Wed, 24 Apr 2019 13:40:48 +0000 (13:40 +0000)]
Merge "Sample code for Complextype resource"

5 years agoMerge "Added Response code of Complextype resource"
Dan Timoney [Wed, 24 Apr 2019 13:40:39 +0000 (13:40 +0000)]
Merge "Added Response code of Complextype resource"

5 years agoMerge "Resource creation - save new resource to backend"
Dan Timoney [Wed, 24 Apr 2019 13:40:31 +0000 (13:40 +0000)]
Merge "Resource creation - save new resource to backend"

5 years agoMerge "Commented functionalities not for Dublin"
Dan Timoney [Wed, 24 Apr 2019 13:40:21 +0000 (13:40 +0000)]
Merge "Commented functionalities not for Dublin"

5 years agoMerge "Support for dynamic property in command args"
Dan Timoney [Wed, 24 Apr 2019 13:39:55 +0000 (13:39 +0000)]
Merge "Support for dynamic property in command args"

5 years agoMerge "Add support for requirements.txt for pip deps"
Dan Timoney [Wed, 24 Apr 2019 13:39:46 +0000 (13:39 +0000)]
Merge "Add support for requirements.txt for pip deps"

5 years agoMerge "Update package type name"
Dan Timoney [Wed, 24 Apr 2019 13:39:37 +0000 (13:39 +0000)]
Merge "Update package type name"

5 years agoMerge "DOC CDS content changes"
Dan Timoney [Wed, 24 Apr 2019 13:36:22 +0000 (13:36 +0000)]
Merge "DOC CDS content changes"

5 years agoMerge "Resource defintion content"
Dan Timoney [Wed, 24 Apr 2019 13:02:15 +0000 (13:02 +0000)]
Merge "Resource defintion content"

5 years agoMerge "Doc CBA content change"
Dan Timoney [Wed, 24 Apr 2019 13:02:01 +0000 (13:02 +0000)]
Merge "Doc CBA content change"

5 years agoUT for execution service 48/86148/1
janani b [Wed, 24 Apr 2019 13:00:33 +0000 (18:30 +0530)]
UT for execution service

AbstractComponentFunction test case

Issue-ID: CCSDK-1242

Change-Id: Ib7ab97bf8c061b0d23bc22ce352c97953172b526
Signed-off-by: janani b <janani.b@huawei.com>
5 years agoMerge "Resouce creation- save resouce to backend"
Dan Timoney [Wed, 24 Apr 2019 13:00:02 +0000 (13:00 +0000)]
Merge "Resouce creation- save resouce to backend"

5 years agoMerge "Doc Added microservice content"
Dan Timoney [Wed, 24 Apr 2019 12:59:47 +0000 (12:59 +0000)]
Merge "Doc Added microservice content"

5 years agoMerge "Doc Images for CDS index page"
Dan Timoney [Wed, 24 Apr 2019 12:59:30 +0000 (12:59 +0000)]
Merge "Doc Images for CDS index page"

5 years agoResource definition - css changes 37/86137/1
Arundathi Patil [Wed, 24 Apr 2019 10:01:13 +0000 (15:31 +0530)]
Resource definition - css changes

Made css changes to buttons as per other screens

Issue-ID: CCSDK-1217
Change-Id: Id5544b4ba4d300fefe9d1f065d614ceca553c453
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoAdded Complex type to Resource source 61/86061/2
Ezhilarasi [Tue, 23 Apr 2019 14:40:12 +0000 (20:10 +0530)]
Added Complex type to Resource source

Change-Id: I2ea5348f4273fb835625d523dac2eeb897fa2bfa
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoAdded design time specifications in doc 71/86071/1
Ezhilarasi [Tue, 23 Apr 2019 15:13:47 +0000 (20:43 +0530)]
Added design time specifications in doc

Change-Id: Idb6a627b1c270a503d61287dd9078e93b48ceaf0
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoSDC Listner Docker touchup 88/85988/5
Oleg Mitsura [Mon, 22 Apr 2019 21:47:33 +0000 (17:47 -0400)]
SDC Listner Docker touchup

1.Reworked Dockerization of SDC Listener to follow
 application/distribution+parent style;
2.Renamed CDS-SDClistener to just SDCListener

Issue-ID: CCSDK-1145

Change-Id: I007373d3a48fb8eb7042150bdbb37fc7fec346b3
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
5 years agoAdded Installation guide for CDS 68/86068/1
Ezhilarasi [Tue, 23 Apr 2019 15:04:32 +0000 (20:34 +0530)]
Added Installation guide for CDS

Change-Id: I5f46585f0d83e171b991c63a421cd99634f28098
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoAdded User guide for CDS 67/86067/1
Ezhilarasi [Tue, 23 Apr 2019 15:02:14 +0000 (20:32 +0530)]
Added User guide for CDS

Change-Id: I56f69294deec3fdf5e316d4bb45d172069dd590f
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoDoc Complex type code 66/86066/1
Ezhilarasi [Tue, 23 Apr 2019 14:54:17 +0000 (20:24 +0530)]
Doc Complex type code

Change-Id: I8c563690b9424942c6a08a0a94dcf3ecf31ab21b
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoSample code for Complextype resource 64/86064/1
Ezhilarasi [Tue, 23 Apr 2019 14:50:33 +0000 (20:20 +0530)]
Sample code for Complextype resource

Change-Id: I37aae54f8af585e169bfa17ac6f7709a87f60eee
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoAdded Response code of Complextype resource 62/86062/1
Ezhilarasi [Tue, 23 Apr 2019 14:44:00 +0000 (20:14 +0530)]
Added Response code of Complextype resource

Change-Id: I4d6af225a09875f0bbe52f8c30abe57ded0d4a4c
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoResource creation - save new resource to backend 60/86060/1
Arundathi Patil [Tue, 23 Apr 2019 14:32:33 +0000 (20:02 +0530)]
Resource creation - save new resource to backend

Integrated UI with loopback to save new resource dictionary to backend

Issue-ID: CCSDK-1217
Change-Id: I200b7b53cd62910a6c3661ef86a62398c5ea8cfc
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoCommented functionalities not for Dublin 59/86059/1
Ezhilarasi [Tue, 23 Apr 2019 14:32:25 +0000 (20:02 +0530)]
Commented functionalities not for Dublin

Change-Id: I5e7bef5c7fd7e01f2e81f1cc32e697e8be4dbc05
Issue-ID: CCSDK-1266
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoSupport for dynamic property in command args 27/85827/9
Alexis de Talhouët [Fri, 19 Apr 2019 15:42:47 +0000 (11:42 -0400)]
Support for dynamic property in command args

Change-Id: I47c65557a553c79fefbbc28f8dab54b1c0a4a798
Issue-ID: CCCSDK-125
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoAdd support for requirements.txt for pip deps 26/85826/5
Alexis de Talhouët [Fri, 19 Apr 2019 13:31:54 +0000 (09:31 -0400)]
Add support for requirements.txt for pip deps

Change-Id: I10bbe95a4d06ce9361d3ab6553953022e1196a3d
Issue-ID: CCCSDK-125
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoUpdate package type name 25/85825/5
Alexis de Talhouët [Fri, 19 Apr 2019 13:16:26 +0000 (09:16 -0400)]
Update package type name

- split log output: prepare-env and exec-cmd
- fix proxy support when not provided

Change-Id: I40cdf90e7e3ebe31b0152923f8b6a38f6b6e9ca0
Issue-ID: CCCSDK-125
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoResource defintion content 70/85970/1
Ezhilarasi [Mon, 22 Apr 2019 13:46:44 +0000 (19:16 +0530)]
Resource defintion content

Change-Id: I250e6b2c925b74989c7900caa9e6db3e215b0bd2
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoDOC CDS content changes 69/85969/1
Ezhilarasi [Mon, 22 Apr 2019 13:35:06 +0000 (19:05 +0530)]
DOC CDS content changes

Change-Id: I0eb139e7ad439a6afc5a13380b3fd294d6b8ac84
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoDoc CBA content change 68/85968/1
Ezhilarasi [Mon, 22 Apr 2019 13:29:10 +0000 (18:59 +0530)]
Doc CBA content change

Change-Id: Id38dab4ccdfa1362b1dff3438e0a79c57c93b12f
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoDoc Added microservice content 67/85967/1
Ezhilarasi [Mon, 22 Apr 2019 13:25:38 +0000 (18:55 +0530)]
Doc Added microservice content

Change-Id: I00d03d68e32677cdacbb62464ad55a44cda50f0e
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoDoc Images for CDS index page 66/85966/1
Ezhilarasi [Mon, 22 Apr 2019 13:19:44 +0000 (18:49 +0530)]
Doc Images for CDS index page

Change-Id: I6ceb7b8b0008934f2bc4cfa36b02b293c9799437
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoRemove proxy docker buildArg 64/85964/2
Alexis de Talhouët [Mon, 22 Apr 2019 13:00:24 +0000 (09:00 -0400)]
Remove proxy docker buildArg

Attempt to fix build error

Change-Id: Ie13e47f2adc6652b4f38ae57dfa594787dfa6eb1
Issue-ID: CCCSDK-125
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoResouce creation- save resouce to backend 60/85960/1
Arundathi Patil [Mon, 22 Apr 2019 09:45:27 +0000 (15:15 +0530)]
Resouce creation- save resouce to backend

Integrated UI with loopback to save the resource dictionary in backend
for exsisting and uploaded resource templates

Issue-ID: CCSDK-1217
Change-Id: I714a20344d6df278f891e303eebceff21b74c2af
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoResourcedictionary-fetching resources from backend 12/85812/1
Arundathi Patil [Fri, 19 Apr 2019 12:04:54 +0000 (17:34 +0530)]
Resourcedictionary-fetching resources from backend

Intgrated UI with loopback to fetch resources from backend on search

Issue-ID: CCSDK-1217
Change-Id: I4a1c30748d24079bc976f6785df39bbe60777489
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoMerge "Add support for Ansible packages"
Dan Timoney [Fri, 19 Apr 2019 00:30:17 +0000 (00:30 +0000)]
Merge "Add support for Ansible packages"