summaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)118-8599/+0
Refactor controller blueprint core and resource dictionary modules to components module. Change-Id: If5ba5e35e9c95bc19bc78fb10bd62d6551ba7aca Issue-ID: CCSDK-514 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney20-156/+409
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney42-195/+628
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney23-119/+122
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney14-246/+337
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney27-205/+163
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney10-158/+187
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney11-33/+583
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney10-57/+166
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney5-96/+2
2018-09-04Merge "Naming micro-service updates."Dan Timoney4-12/+71
2018-09-04Merge "Controller Blueprints Microservice"Dan Timoney10-603/+3
2018-09-04Merge "Blueprints Processor Service"Dan Timoney5-0/+227
2018-09-04Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)20-156/+409
Add Logger MDC using ONAP LoggerAdaptor and change swagger configuration to return the transactions information, version, etc Change-Id: Ie1dccecce0c08e7ae02c0e55c1cc5be75d5fc686 Issue-ID: CCSDK-510 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-09-04Merge "Use managed guava version"Dan Timoney2-9/+4
2018-08-31Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)42-195/+628
Add resource assignment enhancer, resource definition repo functions and code improvements. Change-Id: I751bf8149a36f80c20d48b86344cd6bd3054ed21 Issue-ID: CCSDK-431 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-30Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)23-119/+122
Change to EELF Logger and Code quality improvement for if blocks and collections types. Change-Id: I419c6f8604648671624ef399fb36987f724016fb Issue-ID: CCSDK-410 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-30Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)14-246/+337
Add Resource Seuencing validation and Optimise resource assignment validation logics Change-Id: I6f31ca5dbeb6f6aa89959b7d96fbfad25468b3a4 Issue-ID: CCSDK-416 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-29Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)27-205/+163
Improve code quality for Performance, JavaDoc, Imports, Probably Bug etc Change-Id: Ib71b62f14e8e8bd212e671a135025258fd9927b4 Issue-ID: CCSDK-491 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-28Controller Blueprints MicroserviceBrinda Santh10-158/+187
Add resource assignment json data to input property convertor utlity and their test cases. Change-Id: Ie4557048e85df38c75ac3d31ff62d4fce0662d9f Issue-ID: CCSDK-488 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-28Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)11-33/+583
Add Resource Assignment Validation Service and their Test cases. Change-Id: I106be2bfc03115867041ca341947a4662cf126c4 Issue-ID: CCSDK-487 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-27Controller Blueprints MicroserviceBrinda Santh10-57/+166
Add resource dictionary node template property assignments validation for primitive and complex types. Change-Id: Ic6f3a521310c8e15ebb5b5b5d6ad3edb0ede9ecb Issue-ID: CCSDK-488 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-27Naming micro-service updates.BT29834-12/+71
Support for docker compose and some fixes. Change-Id: Ida28efd9c785aaf9d12b31e053ef5b1014289e60 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-08-27Controller Blueprints MicroserviceBrinda Santh5-96/+2
Remove hard coded decrypt rule definition in resource definition and sample JSON. Change-Id: Iaea93ae34fdd6c440c074f001b80a94578086b1a Issue-ID: CCSDK-488 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-27Controller Blueprints MicroserviceBrinda Santh10-603/+3
Remove hard coded resource sources definitions such as Input, DB, MDSAL and Default and their dependencies. Change-Id: I6e00df176415560aa5bbbbf066e5a046878f3c58 Issue-ID: CCSDK-488 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-27Blueprints Processor ServiceMuthuramalingam, Brinda Santh(bs2796)5-0/+227
Add component factory for resource resolution component and resource resolution processor factory framework for input and default sources. Change-Id: Id2eb81454439857a1c252012d883661cb9b3d069 Issue-ID: CCSDK-411 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-27Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)17-121/+291
Optimise model type repository search for DB and file in blueprint repo service. Change-Id: If5458e218b723d3fff451789a73a667dd75bc91c Issue-ID: CCSDK-487 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-27Use managed guava versionGary Wu2-9/+4
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I6b131c9311f70a46b67b81119ef201b93c28ffa5 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-27Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)4-9/+22
Add junit test case for input, default and rest resource definition validation. Change-Id: I5ee37891768e5985bc7a4df6f6b917396f439bf2 Issue-ID: CCSDK-487 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-26Controller Blueprints MicroserviceBrinda Santh15-86/+209
Add resource dictionary validation implementation services, validation repository services and Junit Test cases. Change-Id: Ia746b86b7d9098eabe5e643dcba558ef9aa7160f Issue-ID: CCSDK-487 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-26Controller Blueprints MicroserviceBrinda Santh24-408/+409
Add Standardized resource definition in Initial data loading and Dictionary management services. Change-Id: Ib33ba2ecf3cb1e1fb9b5dea71532e6bc8280bcbb Issue-ID: CCSDK-487 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-26Controller Blueprints MicroserviceBrinda Santh24-251/+421
Create resource definition and Create Source Node Type definitions for Input, default, db, mdsal and component sources. Change-Id: Icc49cb4be2e8700b61c281ff2d01c365321bb311 Issue-ID: CCSDK-487 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-24Merge "Controller Blueprints Microservice"Dan Timoney9-78/+117
2018-08-24Controller Blueprints MicroserviceBrinda Santh9-78/+117
Add Powermock compatable version in OpenJDK Ubuntu Machine for Spring boot 2 Junit testcase and clean maven dependencies Change-Id: Icac038b0d68fdd0edbb1aac9bc2bccb77d627289 Issue-ID: CCSDK-483 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2018-08-24Merge "Controller Blueprints Microservice"Dan Timoney8-87/+81
2018-08-24Merge "Change Vlantag Api input param key to vlan-tag-key"Dan Timoney5-64/+64
2018-08-23Change Vlantag Api input param key to vlan-tag-keyPaira, Saurav (sp694w) sp694w@att.com5-64/+64
Changing the Vlantag Api input param key to vlan-tag-key. Change-Id: Ie1c18e25a6abe8dde931021c6d86dbca7beef976 Issue-ID: CCSDK-485 Signed-off-by: Paira, Saurav (sp694w) sp694w@att.com <sp694w@att.com>
2018-08-23Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)8-87/+81
Implement Controller Blueprint Meta File format and Meta names such as template_name, template_version, template_author Change-Id: Id221bb9cb0f9e382e3d59d4e309002de1ceb112b Issue-ID: CCSDK-458 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-23Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)29-131/+363
Add Docker Build and Deploy Maven Implementations for Controller Blueprint MS and their dependencies Change-Id: I9eee9fff535bcc9ca0b855150892ce53af126d1c Issue-ID: CCSDK-483 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-22Restore "Add VlantagApi Functional Component""Timoney, Dan (dt5972)89-0/+33299
This reverts previous revert for VlantagApi functional component, with correction to pom.xml which had prevented jUnit tests from being counted. Change-Id: I8cff5d04949fe8e110565fb7f68f939caba2eff8 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Issue-ID: CCSDK-475
2018-08-21Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)44-113/+584
Define Controllerblueprint API DataType and Error definitions for Config model, Service Template, Model Type and Resource Dictionary Services Change-Id: I12d8d87292ec101601b0cfb7ba9670730973e318 Issue-ID: CCSDK-469 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-20Merge "Naming micro-service code."Dan Timoney2-11/+57
2018-08-20Merge "Naming micro-service code."Dan Timoney30-147/+817
2018-08-20Naming micro-service code.BT29832-11/+57
Using different docker plugin. Change-Id: I2103d3058e9b3d1b95dac49790b244e21d77b39a Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-08-20Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)35-1377/+545
Restcontroller Swagger Implementation with Embeded jar for Controller Bluprints MS Change-Id: I0c0a33f0e29dad0d4aa703e3e381068b510e57d4 Issue-ID: CCSDK-468 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-16Naming micro-service code.BT298330-147/+817
Docker updates and tests. Change-Id: Iba669453c4035290441c757f5b1c673ab41213d6 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-08-16Merge "Controller Blueprints Microservice"Dan Timoney54-28377/+0
2018-08-16Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)54-28377/+0
Remove Swagger Javascript files included in Controller Bluprints MS Change-Id: I97f8842437364f2461d3ee864904cd04c7a38b14 Issue-ID: CCSDK-410 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-16Blueprints Processor ServiceMuthuramalingam, Brinda Santh(bs2796)42-0/+1973
Blueprints Processor API definitions Change-Id: Id44c74938f75e847a43b8e6d0733c36d4dc99e97 Issue-ID: CCSDK-411 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-14Blueprints Processor ServiceSingal, Kapil (ks220y)1-0/+0
Creating the base directory structure for Blueprints Processor Service Change-Id: Iae0b0153b5bcb0be5d46a61553b2f3bf6956d36b Issue-ID: CCSDK-411 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>