aboutsummaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2019-03-20Deleting target directory before BP enhance testottero1-0/+15
The enhancement process reads a blueprint entry definition and creates the files describing the types used by it. At the end of the enhancement process, the blueprint files are copied to a directory. However, if it is not the first time the test is being run, the previous files won't be deleted beforehand. This does not represent a problem in case the blueprint has not added any extra file, but in the cases where a script is deleted, renamed or moved, the enhancement won't remove the old file. For test purposes, this is not a problem, but since the enhancement te- st is also used by developers to enhance their blueprints during deve- lopment, a small cleaning routine was added to remove the enhancement target directory before the operation starts, to avoid mistakes where a old version of a script is still being zipped as part of the blueprint Change-Id: I971f29f146b75d566a35cda0cb7a32a9a24be58e Issue-ID: CCSDK-926 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-03-19Dmaap Publisher base codejanani b12-307/+584
Dmaap publisher code for any component to create a session with the message-router Issue-ID: CCSDK-693 Change-Id: I4e992f8e0d797a9a5ba169c47b81a54cabc907cb Signed-off-by: janani b <janani.b@huawei.com>
2019-03-18Ressource resolution using configurable databasevinal patel16-137/+346
Change-Id: I40338a221884d6f4df4c8a7dc3dac1f58f142074 Issue-ID: CCSDK-1092 Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
2019-03-18Merge "Propagate exceptions correctly"0.4.1Dan Timoney11-16/+51
2019-03-18Merge "Adding custom headers capability to REST client"Dan Timoney9-44/+101
2019-03-18Merge "Add workflow node template enrichment"Dan Timoney9-40/+68
2019-03-18Propagate exceptions correctlyAlexis de Talhouët11-16/+51
Change-Id: Idaf66eeaa6e57d27c576099fd6ffdeb8b6d8d6c6 Issue-ID: CCSDK-1120 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-17Adding custom headers capability to REST clientottero9-44/+101
For YANG PATCH requests to ODL to work, they need to have a Content- type header of application/yang.patch+json and should not have Accept as application/json Current REST client inserts a default header to the requests with this content: Content-Type: application/json Accept: application/json The solution was to add the possibility of sending custom headers alon- gside the other parameters. Change-Id: I2cf0cd2ef7b87f4f5a246d427dffafe266cb33f7 Issue-ID: CCSDK-926 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-03-15Add workflow node template enrichmentMuthuramalingam, Brinda Santh9-40/+68
Change-Id: I15c2db6ab81bae2176d1606157f13416c1fac660 Issue-ID: CCSDK-1168 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-15Prepare for release 0.4.1Timoney, Dan (dt5972)18-58/+30
Prepare to create release version 0.4.1 by using released version of parent pom Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-15Improve scripting component.Muthuramalingam, Brinda Santh7-54/+82
Change-Id: I1e0c319e4117553695fa9161e7ffcd91f605be05 Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-15Add cli executor module.Muthuramalingam, Brinda Santh9-3/+199
Change-Id: I56d570204687c51286e8d3631187acea34c1bc1a Issue-ID: CCSDK-1165 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-14Merge "Python lib for RA and component executor"Dan Timoney2-3/+3
2019-03-13Add node template workflow service.Muthuramalingam, Brinda Santh15-121/+367
Change-Id: I3a9167fe58b697f8fb9c7f5fd09768950afe1ff4 Issue-ID: CCSDK-1154 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-13Merge "Improve RA capability processor."Dan Timoney7-168/+94
2019-03-13Merge "Add intial test CBA"Dan Timoney1-0/+17
2019-03-13Improve RA capability processor.Muthuramalingam, Brinda Santh7-168/+94
Change-Id: I44a8157c9e2a27b49aa8af00a857ebc7b3e845c3 Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-13Merge "Add missing groupId"Dan Timoney3-6/+10
2019-03-13Python lib for RA and component executorSteve Alphonse Siani2-3/+3
Change-Id: Iacec0dbbd3e7c1dc955ac913f346365732248f05 Issue-ID: CCSDK-1091 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-03-13Add intial test CBAAlexis de Talhouët1-0/+17
Change-Id: If7c18e8ad472cebc3e36858fcb0cdf4c7ef6d52d Issue-ID: CCSDK-1149 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-13Merge "Empty MissingNode from input during RR"Dan Timoney4-23/+24
2019-03-13Merge "Add support to invoke device specific RPC"Dan Timoney2-0/+31
2019-03-13Merge "Mesh input-key-mapping using velocity"Dan Timoney6-80/+88
2019-03-13Merge "Enhance / fix REST resource resolution"Dan Timoney15-217/+282
2019-03-13Merge "Code improvement CB controllers"Dan Timoney8-213/+238
2019-03-13Merge "Refractor processor core module name"Dan Timoney16-137/+153
2019-03-12Add missing groupIdTimoney, Dan (dt5972)3-6/+10
Added missing groupId to cds-sdc-listener poms and updated artifactIds to ensure uniqueness Change-Id: Ibec810dc25c48cd5cf8527364d629cc463bce0c9 Issue-ID: CCSDK-1150 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-12Empty MissingNode from input during RRAlexis de Talhouët4-23/+24
Change-Id: Ib09e5403b17d62d61272e64a6c990de42b1aa58f Issue-ID: CCSDK-1137 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-11Add support to invoke device specific RPCAlexis de Talhouët2-0/+31
Change-Id: Ia003ed669cc88a4c24a495e79db620b5034bc3ca Issue-ID: CCSDK-790 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-11Mesh input-key-mapping using velocityAlexis de Talhouët6-80/+88
Change-Id: Ic7190c86fc4e3f66fe7223c1c3575279c2c1d105 Issue-ID: CCSDK-1131 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-11Enhance / fix REST resource resolutionAlexis de Talhouët15-217/+282
- provide sync web client - add support for VERB - add support for payload - fix URI resolution from input-key-mapping Change-Id: Id4f1973a15778ad4f2ab0f7e2a4b2c61054a234d Issue-ID: CCSDK-1131 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-11Merge "Blueprint for configuring a PNF"Dan Timoney6-22/+24
2019-03-11Code improvement CB controllersMuthuramalingam, Brinda Santh8-213/+238
Change-Id: I9cc49bb8f93d72e4e642be18381cd562953cc678 Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-11Refractor processor core module nameMuthuramalingam, Brinda Santh16-137/+153
Change-Id: Ic4a40d6cbc5e53e79ddc36bea529fe16f6210a26 Issue-ID: CCSDK-1136 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-11Blueprint for configuring a PNFottero6-22/+24
This is the first version of a blueprint, intended to be used to configure PNFs. The design considers that a blueprint will be created for each possible PNF. Change-Id: I4994149441257eb417b6d5f611e12cd81595177f Issue-ID: CCSDK-1107 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-03-11Add JSON type validation and enrichmentMuthuramalingam, Brinda Santh5-97/+8
Change-Id: I479b8214c7979dd5bc28acac68f747f06f3f231e Issue-ID: CCSDK-1134 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-11Upgrade spring and kotlin versionsMuthuramalingam, Brinda Santh2-8/+8
Change-Id: Ie02db28a857f6aa53eed0d578407c09fb57298a0 Issue-ID: CCSDK-1111 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-11Add blueprint runtime validatorMuthuramalingam, Brinda Santh28-510/+306
Change-Id: I9e2aa1aec392fc4191d547115fa90e8811f0f9e9 Issue-ID: CCSDK-1110 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-09Merge "Change resource definition population"Dan Timoney4-50/+64
2019-03-08Change resource definition populationMuthuramalingam, Brinda Santh4-50/+64
Change-Id: I95d3bcddb6b2027a523ca7411d0c6c7f98fa0f63 Issue-ID: CCSDK-1110 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-07Add support for resource-resolution storageAlexis de Talhouët17-301/+582
Change-Id: I0113191075804f6b77ce54c741bf0a1ccd356c77 Issue-ID: CCSDK-338 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-06Merge "Ressource resolution using configurable database"Dan Timoney10-92/+145
2019-03-06Merge "Resource resolution using REST"Dan Timoney2-7/+4
2019-03-06Merge "Skeleton of CDS-SDC Listener ms"Dan Timoney5-0/+212
2019-03-06Ressource resolution using configurable databasevinal patel11-97/+147
Change-Id: I8589e4db45ba3d5bcb906f25bcc76b5136159608 Issue-ID: CCSDK-1092 Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
2019-03-06Resource resolution using RESTvinal patel2-7/+4
-bug fix Change-Id: I47c9b3738bbca84e1d3a734e16c4ea6ae7e93a23 Issue-ID: CCSDK-1131 Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
2019-03-06Merge "*WIP*: draft of a blueprint for configuring a PNF"Dan Timoney1-2/+27
2019-03-05Add gRPC & REST basic auth supportAlexis de Talhouët16-26/+358
Change-Id: Iaa187a8288a9c84aa80b596a14e66de10a9b7501 Issue-ID: CCSDK-1055 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-05Define EventType contract for gRPC messageAlexis de Talhouët6-7/+21
Change-Id: Ic8bde56d13f774120c8d64a56993ade71e7b4612 Issue-ID: CCSDK-1118 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-04Fix Default and DB sources for RAAlexis de Talhouët2-29/+51
Change-Id: I1f1ce8133ccf5ae41eb3d10955888f88b0801273 Issue-ID: CCSDK-1116 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>