aboutsummaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2019-02-14Fix docker tagsTimoney, Dan (dt5972)4-104/+58
Update docker tags to conform to ONAP project standards Change-Id: I348f9507e382931e6adfa224d30225f0fbe270bc Issue-ID: CCSDK-1059 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-12Add netconf script component functionMuthuramalingam, Brinda Santh16-162/+249
Change-Id: I094025fba5626bae0b4b13320f1cbbb76cda3bfd Issue-ID: CCSDK-790 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-12Fixes: manual integration test of CDSAlexis de Talhouët18-70/+71
- support to overwrite cba - fix map to json - finish meshing - fix python context not having the bluePrintRuntimeService injected - load all properties in the properties store Issue-ID: CCSDK-414 Change-Id: I6b65201529d0ffd9c3e18023a33e0081236b01de Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-12Multiple fixes & enhancementAlexis de Talhouët25-603/+127
- Rework docker image build - Fix compress function - Fix node type name for source-primary-db Change-Id: Ide38e17036e76047d9f850b714ba0da4add5cd9d Issue-ID: CCSDK-414 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-12Jython execution component and serviceSteve Alphonse Siani33-514/+443
Change-Id: I2610e73a9c7ba073b5fa9d148dcd6fb5b9ad9ae3 Issue-ID: CCSDK-696 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-02-11Blueprint modeled Netconf capability componentsCherukuri, Venkatanaresh (vn166g)30-123/+2269
Adding Netconf Executor Function module Change-Id: I8b896fef84a465db2b9365d038b611e9fdf793ea Issue-ID: CCSDK-790 Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
2019-02-08Refactor test blueprint catalogMuthuramalingam, Brinda Santh25-831/+23
Change-Id: I948067b25787c7a79f769ac4055c34ffdd2f172d Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-07Refactor blueprint validation moduleMuthuramalingam, Brinda Santh16-48/+32
Change-Id: I93fc6e552a46a4a4796bfbddb7054a9febee878f Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-07Refactor components core and resource dict modulesMuthuramalingam, Brinda Santh176-20/+11275
Change-Id: I04e9e723d68a38ecefe48206e67fddbe43c55854 Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-06Blueprint Processor Python Script ComponentsCherukuri, Venkatanaresh (vn166g)1-32/+0
Adding Python scripts for Netconf Executor components Change-Id: I6d84dea2e47860063a1140146aebe94d61f8d9c1 Issue-ID: CCSDK-997 Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
2019-02-04blueprint scripting servicesMuthuramalingam, Brinda Santh13-40/+235
Change-Id: I834b83e0c2716eceadeec8a5f17a7604e938166a Issue-ID: CCSDK-941 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-29Resource Resolution Service: Rest and DBSingal, Kapil (ks220y)5-17/+23
Emhancement to Primary-Data and Rest Resource Assignment Processor and respective services Change-Id: I9cc125f9e6396d9c26f72ebd05d2f0422a301f1c Issue-ID: CCSDK-699 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-29Merge "Added test condition to AssignVlanTagResponse"Dan Timoney1-0/+2
2019-01-29Merge "Test condition to AssignVlanTagRequestInputTest"Dan Timoney1-1/+5
2019-01-29Merge "Added Junit Testfile for PolicyFinderServiceDbImpl"Dan Timoney1-0/+43
2019-01-29Merge "Added test cases to AaiServiceImpl.java"Dan Timoney1-3/+7
2019-01-28Controller Design Studio: Blueprint ManagerSingal, Kapil (ks220y)2-8/+7
Blueprint Manager JUnit Test Case Enhacements Change-Id: I6d98436f13ee58450ba9459266ec657ca30a2d99 Issue-ID: CCSDK-1005 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-28Merge "blueprint scripting module"Dan Timoney13-23/+659
2019-01-28blueprint scripting moduleMuthuramalingam, Brinda Santh13-23/+659
Change-Id: Ibe7602bdb6708d9adbe1aecd26eb14e24872f75d Issue-ID: CCSDK-941 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-28Merge "Integration test at API level"Dan Timoney8-421/+578
2019-01-25Merge "Fix wrong groupId"Dan Timoney1-1/+1
2019-01-25Merge "Controller Design Studio: Blueprint Manager"Dan Timoney3-12/+24
2019-01-25Merge "ControllerBlueprint blueprintsProcessor container"Dan Timoney41-389/+1202
2019-01-25Merge "GRPC 1.18.0 Upgrade."Dan Timoney2-2/+12
2019-01-25Merge "Blueprint Processor: Jython Component"Dan Timoney2-1/+7
2019-01-25Fix wrong groupIdAlexis de Talhouët1-1/+1
https://gerrit.onap.org/r/#/c/76291/ changed the groupId, forget to update dependent artifacts. Change-Id: I808b7df2fc0032bdb12d7c3a50200de3e9733821 Issue-ID: CCSDK-1001 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-24Controller Design Studio: Blueprint ManagerSingal, Kapil (ks220y)3-12/+24
Blueprint Manager JUnit Test Case Enhacements Change-Id: Icb59df8435585ac6b9725fbd6e9e74d93ce829ff Issue-ID: CCSDK-1005 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-24Integration test at API levelVinal8-421/+578
Change-Id: I6f15b5693f494e39bf8d135a96730f2379f5e3fd Issue-ID: CCSDK-954 Signed-off-by: Vinal <vinal.narendrabhai.patel@ibm.com>
2019-01-24Fix broken parent tagTimoney, Dan (dt5972)1-1/+2
Wrong parent used in proto-definition, and relativePath is not specified. Consequently, the release version (0.4.0) - which exists locally but not in nexus - is not found. Fixed by using correct parent and relative path (../parent) Change-Id: Ib9a3d845c76ca26a8de562470a3e4214e37ae057 Issue-ID: CCSDK-1001 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-23ControllerBlueprint blueprintsProcessor containerSteve Alphonse Siani41-389/+1202
Change-Id: I77df77757c276fca705091c1566c386f842269c4 Issue-ID: CCSDK-949 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-01-23GRPC 1.18.0 Upgrade.Muthuramalingam, Brinda Santh2-2/+12
Change-Id: I1f7f75e14d284641d86c5ef91723b00aaab9bed7 Issue-ID: CCSDK-998 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-23Blueprint Processor: Jython ComponentSingal, Kapil (ks220y)2-1/+7
Component Jython Executor Test Junit Test Case enhancement Change-Id: I5cb845d4c56d2b9e15a7eedf5095bb754c5b63ac Issue-ID: CCSDK-993 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-22Merge "Map proto to pojo. implement blueprint processing"Dan Timoney8-23/+436
2019-01-21Map proto to pojo. implement blueprint processingAlexis de Talhouët8-23/+436
Change-Id: I16b06b4700a42d4a7066eb8c0779677fa28cd94b Issue-ID: CCSDK-951 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-20Resource Resolution Service: Source RestSingal, Kapil (ks220y)9-16/+138
Complex Data Processing for Primary-Config-Data DataSource Resource Resolution Service Change-Id: I62492b5c4e3c0b831f9027df5d42c6b80186debc Issue-ID: CCSDK-674 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-20Resource Resolution Service: Source Primary-DBSingal, Kapil (ks220y)1-44/+43
Complex Data Processing for Primary-DB DataSource Resource Resolution Service Change-Id: Icef1332ebd0e747e422e6ea1d24cb8f63f02565c Issue-ID: CCSDK-673 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-19Merge "Resource Resolution Service: Source Default"Dan Timoney1-3/+29
2019-01-19Added test condition to AssignVlanTagResponseezhil1-0/+2
Change-Id: I96976973541cf86125f2e6384ca03651b0d65708 Issue-ID: CCSDK-965 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-19Test condition to AssignVlanTagRequestInputTestezhil1-1/+5
Change-Id: Iba1a0b20397a8e0c93ee3a0c751eac7c076a859c Issue-ID: CCSDK-964 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-19Added Junit Testfile for PolicyFinderServiceDbImplezhil1-0/+43
Change-Id: I126ae770b42807780c588e893c590b147ccb470c Issue-ID: CCSDK-933 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-19Added test cases to AaiServiceImpl.javaezhil1-3/+7
Change-Id: Ic3811991d3d6988537b3f2119a18092b9f6f8192 Issue-ID: CCSDK-963 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-19Merge "Make BluePrintProcessingService#process stream"Dan Timoney2-12/+26
2019-01-19Merge "Create module for .proto definition"Dan Timoney1-38/+5
2019-01-19Merge "Add support for async REST"Dan Timoney4-103/+145
2019-01-19Merge "Implement CBA upload through REST"Dan Timoney9-27/+175
2019-01-19Merge "Implement BluePrintManagementServiceGrpc"Dan Timoney8-116/+171
2019-01-19Merge "Implement BluePrintCatalogService"Dan Timoney14-212/+292
2019-01-19Merge "Fix classpath issue w/ guava"Dan Timoney1-1/+14
2019-01-18Make BluePrintProcessingService#process streamAlexis de Talhouët2-12/+26
Change-Id: I4aed859365a9c7251d8b29c0c68726d53b0f9d0f Issue-ID: CCSDK-662 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-18Create module for .proto definitionAlexis de Talhouët1-38/+5
That way 3rd party system can depend on it to create a client Change-Id: I96e8588251eb0911a7dd7bee270954e966d9fc40 Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>