aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Fix blueprint dataottero6-14/+14
Request parameter nf-id should be: pnf-id ODL key name ODL-private-key should be: ODL_private_key_0 Change-Id: I846112c3bd6a80d21a4b5de0845ce99d06b0515f Issue-ID: CCSDK-1208 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-04-06Merge "CBA integration"Dan Timoney18-87/+810
2019-04-06Merge "Retrieving PNF IP address from payload"Dan Timoney9-39/+42
2019-04-06Merge "Clean unused spec generated."Dan Timoney3-321/+0
2019-04-06Merge "Improve data type handling"Dan Timoney4-83/+119
2019-04-06CBA integrationEzhilarasi18-87/+810
Change-Id: I0505e32fe7680f1e2ee029f36d37e3ec84088789 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
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 payloadottero9-39/+42
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-05Merge "CDS-SDC Listener application"Dan Timoney13-25/+487
2019-04-05Service for get and post BlueprintEzhilarasi9-152/+294
Change-Id: Ie99f2ae09e65754e5da5384501f4f8574399da42 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
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 "Fix CDS docker job"Dan Timoney2-3/+4
2019-04-02Fix CDS docker jobAlexis de Talhouët2-3/+4
Change-Id: I16c09b1680684bc17eb7505828e4279fe8172ddf Issue-ID: CCSDK-1194 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-02Merge "Complementary Junit test coverage"Dan Timoney22-66/+732
2019-04-02Merge "Handle expection in REST handler"Dan Timoney3-24/+26
2019-04-02Merge "Update vFW CBA for Dublin"Dan Timoney44-3638/+4583
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 Siani22-66/+732
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ët44-3638/+4583
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 Santh5-17/+49
Change-Id: I1dbfb6d8155e5a58663d7061de468c6d70bb29df Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-04-01Improve function interfacesMuthuramalingam, Brinda Santh38-239/+488
Change-Id: I24f45d39ac05491a4217101e00bcbf8d122e4e1a Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-31Merge "Updated prerequisites"Dan Timoney1-0/+3
2019-03-31Merge "Update golden blueprint"Dan Timoney12-568/+509
2019-03-31Merge "Existing model changes"Dan Timoney2-3/+25
2019-03-31Merge "search resources changes"Dan Timoney2-8/+9
2019-03-31Merge "added json editor css"Dan Timoney1-1/+25
2019-03-31Merge "Resource edit changes"Dan Timoney3-22/+109
2019-03-31Merge "Sources template changes"Dan Timoney3-24/+54
2019-03-31Merge "Resources metadata changes"Dan Timoney3-10/+33
2019-03-31Merge "changes in resource creation"Dan Timoney3-3/+12
2019-03-31Merge "changes in Propertydata model"Dan Timoney1-2/+2
2019-03-31Merge "Fix logging dependency conflict"Dan Timoney63-296/+228
2019-03-31Merge "Update sshd to 2.2.0"Dan Timoney4-9/+5
2019-03-31Merge "Addressing last review comments"Dan Timoney2-19/+35
2019-03-31Merge "Added Expirimental decorators support"Dan Timoney1-1/+4
2019-03-31Merge "Editor component css changes"Dan Timoney2-3/+17
2019-03-29Update golden blueprintAlexis de Talhouët12-568/+509
Change-Id: Ib80de8dfed834b0ed062adafd1b029eb715be3e5 Issue-ID: CCSDK-1149 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-29Existing model changesSwapnali Shadanan Pode2-3/+25
Change-Id: I41ddfbe6780f96b0f6ce6955322fa835162db320 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-29search resources changesSwapnali Shadanan Pode2-8/+9
Change-Id: I6b1cdb28377405038b6d8815192d7e78c7a68af6 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-29added json editor cssSwapnali Shadanan Pode1-1/+25
Change-Id: I0d1067face3b0d29808d80cb3cda5410553619d3 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-29Resource edit changesSwapnali Shadanan Pode3-22/+109
Change-Id: Id588f474468655cb995ed44cd8178ef2dc1e44ed Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>