summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints
AgeCommit message (Collapse)AuthorFilesLines
2019-01-11Resource Resoulution ServiceSingal, Kapil (ks220y)8-15/+15
Implement Input Resource Resolution Processor Service along with Resource Resolution Utilities Change-Id: Ibb4899e415f4b79cd6cd1b190b0f4969b09c3fe4 Issue-ID: CCSDK-936 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-11Blueprint exception handler and REST responsesSteve Alphonse Siani8-45/+178
Change-Id: I5727238cd4c3f3f5475c3f3022e56f1acc0d73bf Issue-ID: CCSDK-418 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com> Signed-off-by: Balazinski <bartosz.balazinski@ibm.com>
2019-01-10Merge "Fix Sonar report by creating src/test where miss"Dan Timoney2-0/+41
2019-01-10Add relationships type enhancement logic.Muthuramalingam, Brinda Santh4-14/+38
Change-Id: If8f072f49ccc74502052055bce0c90dd43ebd495 Issue-ID: CCSDK-920 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-10Add relationships type files load structure.Muthuramalingam, Brinda Santh8-351/+264
Change-Id: I1be3ba493956674b476058094e05d681ce358711 Issue-ID: CCSDK-746 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-10Fix Sonar report by creating src/test where missAlexis de Talhouët2-0/+41
With the property override letting Sonar knows what to scan in order to provide report including Koltin, having src/test folder for each module has become mandatory. Adding src/test where missing with an empty test class mark with TODO. Change-Id: I93570d170ef563e9ac80fe8fc80b5a0ca107ab77 Issue-ID: CCSDK-725 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-10Add Java Capability resource assignment processorMuthuramalingam, Brinda Santh4-4/+4
Change-Id: I21cea850d8fbe1c9f0a01fdc72f7147a2827ae03 Issue-ID: CCSDK-665 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-10Prepare for release buildTimoney, Dan (dt5972)3-466/+451
Prepare for release of early ODL-Oxygen based CCSDK Dublin Change-Id: I63929ef52de41309905ee31e3fbcf49b64063059 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-09Add support for blueprintprocessor runtime DBAlexis de Talhouët22-523/+648
- created db-resources module to store controller blueprint related controller blueprint repository and entities. Also create an abstract BlueprintCatalogServiceImpl so it can be used both by controllerblueprint and blueprintprocessor - created blueprint-validation to store the implementation of the validation interface. - change controllerblueprint service to levrage db-resources - implement CatalogService for blueprintprocessor db-lib by using db-resources. Change-Id: I0539e414e4ff3b7a6edf0f6304d6cbc5e6eac404 Issue-ID: CCSDK-664 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-07Merge "1st drop integration with BluePrintCatalogService"Dan Timoney49-2895/+704
2019-01-041st drop integration with BluePrintCatalogServiceSteve Alphonse Siani49-2895/+704
Change-Id: I0824dcaf0a36e4616c12f3ac53530e6863bee290 Issue-ID: CCSDK-418 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-01-04Add Sonar Kotlin supportAlexis de Talhouët1-1/+0
Rework parent pom so configuration can be inherited for all modules from root ccsdk-apps/pom.xml. Also updated some pom description so it is better presented within Sonar. These commands can be used locally to publish report to Sonar: mvn clean install -e -Dsonar mvn sonar:sonar -e -Dsonar -Dsonar.host.url=https://sonar.onap.org Note: kotlin code coverage is not fully functional due to https://github.com/jacoco/jacoco/issues/763 That issue has been fixed in jacoco master branch, but hasn't been released. Once released, in version 0.8.3, we can override version of jacoco plugin for ccsdk-apps. Change-Id: Ic382a4d0df9d14a82536993d2dfa55d7f105f951 Issue-ID: CCSDK-725 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-12-28Merge "Applied comments from review: Change 74622 - Draft"Dan Timoney18-7/+1121
2018-12-21Applied comments from review: Change 74622 - DraftSteve Alphonse Siani18-7/+1121
Change-Id: I8ec37a628af98a332f568dc254e499dfdcf886ce Issue-ID: CCSDK-418 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2018-12-20Add modelType service reactive compatible.Muthuramalingam, Brinda Santh(bs2796)16-486/+460
Change-Id: I0058a8136fe9ad62781f3d4556d2b95d11507f3f Issue-ID: CCSDK-864 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-18Add attribute definition enhancer.Muthuramalingam, Brinda Santh(bs2796)13-109/+151
Change-Id: Ie8ac60910f04dfca477d0276aa451821cfcd8510 Issue-ID: CCSDK-718 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-14Add multiple path load service.Muthuramalingam, Brinda Santh(bs2796)17-449/+424
Change-Id: Ib2e5f60663991d097b7446106bb883a45db1bdb8 Issue-ID: CCSDK-746 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-14Add blueprint resource definition enrichment.Muthuramalingam, Brinda Santh(bs2796)5-187/+148
Change-Id: I01234093028ffdc8bf1688e41baba20fae7da5ce Issue-ID: CCSDK-747 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-14Add blueprint artifact definition enrichment.Muthuramalingam, Brinda Santh(bs2796)6-639/+141
Change-Id: I3b03a1f76472ce6b44929457a42805d281950ff7 Issue-ID: CCSDK-839 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-13Add blueprint runtime service to validatorMuthuramalingam, Brinda Santh(bs2796)13-273/+191
Change-Id: I0e4375e422b55002f1666ee9e61a1469482f77d2 Issue-ID: CCSDK-757 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-13Implement Blueprint Workflow EnhancementMuthuramalingam, Brinda Santh(bs2796)11-96/+194
Change-Id: I64d6e949e9a4bc2100b49fedb3781b04c1c03f43 Issue-ID: CCSDK-722 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-12Add multiple location repo for enhancer.Muthuramalingam, Brinda Santh(bs2796)21-140/+538
Change-Id: I5333b30fad8d754caf8dc89956132e4637f28c26 Issue-ID: CCSDK-803 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-12Decompose enhancer to multiple types.Muthuramalingam, Brinda Santh(bs2796)12-251/+598
Change-Id: I508ce5919680f6e7f994776e58404729b55eace8 Issue-ID: CCSDK-803 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-12Implement Enhancer Framework InterfacesMuthuramalingam, Brinda Santh(bs2796)7-105/+68
Change-Id: Iff85dc50f87ab6d6f7d9ceb4a309ea6e4d55e362 Issue-ID: CCSDK-803 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-11Merge "fixed sonar issues in ConfigModelService.java"Dan Timoney1-3/+4
2018-12-11Merge "fixed sonar issue in ConfigModelCreateService"Dan Timoney1-1/+1
2018-12-11Merge "fixed sonar issues in SwaggerConfig.java"Dan Timoney1-6/+9
2018-12-11Merge "Add GRPC Blueprint Processing API"Dan Timoney1-0/+29
2018-12-11Merge "Add Netconf Executor Function module"Dan Timoney1-2/+1
2018-12-11Merge "Add Blueprint Runtime Input/Output logic"Dan Timoney1-1/+0
2018-12-11fixed sonar issues in ConfigModelService.javaSandeep J1-3/+4
fixed sonar issues Issue-ID: CCSDK-552 Change-Id: Iab02d1cee2b0cb9e182f9d4af839000307ec99bf Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-11fixed sonar issue in ConfigModelCreateServiceSandeep J1-1/+1
fixed sonar issue Issue-ID: CCSDK-552 Change-Id: Icbc15de5e0ce425e49e695ece5d40d990b45984e Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-11fixed sonar issues in SwaggerConfig.javaSandeep J1-6/+9
fixed sonar issues Issue-ID: CCSDK-552 Change-Id: I46b7ed49ea6212779c6d5300a56b84d28cdf5fe2 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-07Add GRPC Blueprint Processing APIMuthuramalingam, Brinda Santh(bs2796)1-0/+29
Change-Id: Id2c31e8db2b5ede6a992d923f695ce1e0e14b450 Issue-ID: CCSDK-799 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-04Add Netconf Executor Function moduleMuthuramalingam, Brinda Santh(bs2796)1-2/+1
Change-Id: If264e63d4fc4305bc26dc6b249a462afefcbfe1e Issue-ID: CCSDK-790 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-04Add Blueprint Runtime Input/Output logicMuthuramalingam, Brinda Santh(bs2796)1-1/+0
Change-Id: I0355e78862096b7b4074faa882d66ce27d6e1844 Issue-ID: CCSDK-670 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-04Sonar Fix: ServiceTemplateRest.javaArundathi Patil1-2/+1
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-784 Change-Id: Iedd7c18960ae0db2b19ac7defaecea973891502c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-03Add Blueprint File utilsMuthuramalingam, Brinda Santh(bs2796)3-21/+32
Change-Id: I9896d934684343358d1c0c7e321725511430c7e6 Issue-ID: CCSDK-783 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-12-02Enable Webflux Service.Muthuramalingam, Brinda Santh(bs2796)23-281/+169
Change-Id: I99bacee9b63aa788bb368dec60981bf19ea759c4 Issue-ID: CCSDK-781 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-11-30Merge "fixed sonar issues in DataBaseInitService.java"Dan Timoney1-323/+325
2018-11-30Merge "fixed sonar issues in SwaggerGenerator.java"Dan Timoney1-6/+6
2018-11-30Merge "Sonar Fix: ResourceDictionaryRest.java"Dan Timoney1-6/+4
2018-11-30Merge "Sonar Fix: ResourceDictionary.java"Dan Timoney1-2/+1
2018-11-30Merge "Sonar fix: ModelType.java"Dan Timoney1-2/+1
2018-11-30Add coroutines and GRPC maven dependencies.Muthuramalingam, Brinda Santh(bs2796)1-1/+1
Change-Id: I5b9ebc7c75a99ca36d09c233cf9e217c8aec38a2 Issue-ID: CCSDK-744 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-11-30Add Jython Component model and validation logics.Muthuramalingam, Brinda Santh(bs2796)2-7/+12
Change-Id: I2bdba0016a41e16198d60be68dff68d1ce7ad13a Issue-ID: CCSDK-696 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-11-30fixed sonar issues in DataBaseInitService.javaSandeep J1-323/+325
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I1b38d9656ace1160b7fd93f336f43d37f0d17847 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-30fixed sonar issues in SwaggerGenerator.javaSandeep J1-6/+6
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I50b6b8ac8676294f70be1a98755e0069dd489b5a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-30Sonar Fix: ResourceDictionaryRest.javaArundathi Patil1-6/+4
Fixed sonar issues/code-smells across this file. Issue-ID: CCSDK-773 Change-Id: I28a6ebef8f59c32a309ead8ddc032d51c6b0e36d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-30Sonar Fix: ResourceDictionary.javaArundathi Patil1-2/+1
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-772 Change-Id: If7bbf087a50ede882bd469d60c660ccf60bc5521 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>