aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Formatting Code base with ktlintSingal, Kapil (ks220y)490-5952/+9172
No Business logic change, just the code format. Competible with IntelliJ: https://github.com/pinterest/ktlint#option-3 To format run: mvn process-sources -P format Issue-ID: CCSDK-1947 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic9e9209fb7023d77f434693ad5a01229f8d09331
2019-11-26Merge "Adding changes for catalog edit and create"Brinda Santh Muthuramalingam7-60/+73
2019-11-26Merge "add pacakges dashboard component to new cds ui"Brinda Santh Muthuramalingam79-619/+2774
2019-11-25Merge "Input source doesn't support dynamic values or properties"KAPIL SINGAL4-33/+95
2019-11-23Input source doesn't support dynamic values or propertiesSteve Siani4-33/+95
Issue-ID: CCSDK-1890 Change-Id: I7958174bd0c0a7354ddefd2595723fdb4b4d0485 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-11-22CCSDK-1864 : PNF Use Case Move from Jython to Kotlin using CDS Frameworkgummar11-193/+188
Change-Id: I58eb134a07345d25be6d64dc614f25fc73ecf554 Signed-off-by: gummar <raj.gumma@est.tech> Issue-ID: CCSDK-1864
2019-11-21Fix relativePath in blueprint-modelTimoney, Dan (dt5972)1-0/+1
Fix relativePath in blueprint-model pom.xml Change-Id: I2cff59df8d4167e3f94674eee53669f625f1ef19 Issue-ID: CCSDK-1932 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-21Bootstrap Rest and GRPC APIBrinda Santh10-67/+123
CDS loads model types, dictionaries and CBA multiple times based on cluster size. This commits avoid auto loading, and provides an API to bootstrap, if necessity. Issue-ID: CCSDK-1950 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ibe6266ebfd399efbaf0c5ccb1019c3a73b08ddac
2019-11-21Merge "Fix relativePath in ms/blueprintsprocessor/application"KAPIL SINGAL1-1/+1
2019-11-21Include blueprints catalog in buildBrinda Santh17-26/+149
Distribute CBA through maven repository, so that it can be downloaded during image creation. Fixed missing template name and versions in TOSCA.meta file Issue-ID: CCSDK-1950 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I0ee106c4e86296fb88aac8e609512f6944492d74
2019-11-21Merge "Changes return value from boolean to typical process return code; ↵Dan Timoney2-25/+31
Also ensure that if environment preparation does not succeed the processing fails."
2019-11-21Fix relativePath in ms/blueprintsprocessor/applicationTimoney, Dan (dt5972)1-1/+1
relativePath tag in ms/blueprintsprocessor/application points to parent directory (..) instead of to directory of parent pom (../parent) Change-Id: I971dc31522181bb154b643420d6be8f4df4bea48 Issue-ID: CCSDK-1932 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-21add pacakges dashboard component to new cds uiAhmed Abbas79-619/+2774
Issue-ID: CCSDK-1951 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I0c320e5f49a50e442068f5af1fd79c41c97bb74d
2019-11-20Merge "Add id for Kapil"Dan Timoney1-0/+5
2019-11-20Merge "Fix relativePath"Dan Timoney1-1/+1
2019-11-19Merge "add main module and hrml of designer component in new cds ui"Dan Timoney12-415/+989
2019-11-19Folder for py-executor TLS certificate filesBrinda Santh7-14/+10
Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ia404322cefbd603fd06bd23ff1d069dc277065ec
2019-11-19add main module and hrml of designer component in new cds uiAhmed Abbas12-415/+989
Issue-ID: CCSDK-1779 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I144c151777d5d036b0f40780edf2c5f36c11956b
2019-11-19Changes return value from boolean to typical process return code;Serge Simard2-25/+31
Also ensure that if environment preparation does not succeed the processing fails. Issue-ID: CCSDK-1855 Signed-off-by: Serge Simard <serge@agilitae.com> Change-Id: Iab2ec8b44a0e9e7edef68d0d5c13860eedc5be67 Signed-off-by: Serge Simard <serge@agilitae.com>
2019-11-19Add id for KapilTimoney, Dan (dt5972)1-0/+5
Add Kapil's ATT id as committer Change-Id: I4ef64c2c18857e0285ffbb07e458297e4b4aa884 Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-19Fix relativePathTimoney, Dan (dt5972)1-1/+1
Fix relativePath in ms/blueprintprocessor/pom.xml Change-Id: Icb7192132c29927c14b01de3e9e6288c8a65ae96 Issue-ID: CCSDK-1932 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-19Merge "add service for searching in meta data pageable"Brinda Santh Muthuramalingam6-2/+91
2019-11-19Adding changes for catalog edit and createSwapnali Shadanan Pode7-60/+73
Adding changes for catalog edit and create Change-Id: Ib9567e2e483b3abf56f61a77d5c82d4234ee97dc Issue-ID: CCSDK-810 Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
2019-11-18Property based GRPC server service.Brinda Santh4-2/+34
Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I948d4fac974a0d6d0c855ad4e24766a9ce6b7a6a
2019-11-18add service for searching in meta data pageableShaaban Ebrahim6-2/+91
Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: Ibf718314f2f818108af3133641ab7be48c334dce
2019-11-18Add priority db field and servicesBrinda Santh4-0/+23
Issue-ID: CCSDK-1917 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I6cf77dfe7882f9528eb65b06e23cb1e89379f5ab
2019-11-18Fix Message Prioritization merge conflictsBrinda Santh3-7/+7
Issue-ID: CCSDK-1917 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I92cdca04036c23c212b7b333ca14455eef20555c
2019-11-18Merge "CCSDK-1603:Changes in 'Config via netconf' BP to pull data from AAI"Dan Timoney29-48/+1045
2019-11-18Merge "Add client-frankfurt skeleton project"Dan Timoney78-0/+4849
2019-11-18Merge "change modules order in parent pom and change relative path in ↵Dan Timoney2-2/+2
blueprintprocessor"
2019-11-18Merge "Message prioritization error handling"Dan Timoney11-50/+206
2019-11-18Merge "Add message prioritization module"Dan Timoney25-0/+1829
2019-11-18Merge "Add Kafka Streams consumer service"Dan Timoney9-2/+356
2019-11-18Merge "Convert component functions IT to UT."Dan Timoney35-228/+181
2019-11-18Add client-frankfurt skeleton projectShaaban Ebrahim78-0/+4849
Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I6a3dcb02b692fae778eb5cf65277ab2c269d96f8
2019-11-17change modules order in parent pom and change relative path in ↵Ahmed Abbas2-2/+2
blueprintprocessor Issue-ID: CCSDK-1932 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: If74efa39b061ddded659eb0e79c4f5b43d8cf4ab
2019-11-15Merge "Add new committers Kevin and Kapil"Dan Timoney1-0/+16
2019-11-15change maven artifact for proto-definition in cds-ui server to be ↵Ahmed Abbas1-2/+2
blueprint-proto Issue-ID: CCSDK-1932 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I87c625cb4a49ac290f670eeab0a54ddc3207b8cb
2019-11-15Add new committers Kevin and KapilTimoney, Dan (dt5972)1-0/+16
Add new committers Kevin Smokowski and Kapil Singal Change-Id: I6d404573c8190262385bd5d914e9d17a956d326a Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-15Message prioritization error handlingBrinda Santh11-50/+206
Error handling for message processor and forward errors to output sink Optimize and expose message prioritization state service dependencies Issue-ID: CCSDK-1917 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Iee04811871de5306ba1f7e37d6e6c78f1a969181
2019-11-14Removed deprecated class. The correct implementation isSebastien Premont-Tendland1-127/+0
in the class BlueprintProcessorCatalogServiceImpl. Issue-ID: CCSDK-1924 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I0d4ccfb69979ec3be35a46f154cd20586175d671
2019-11-14Merge "add API to list blueprints with pagination in loopback server"Brinda Santh Muthuramalingam3-13/+44
2019-11-14add API to list blueprints with pagination in loopback serverAhmed Abbas3-13/+44
Issue-ID: CCSDK-1770 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I705135af4898db68eeddb8b67bf62fbbea6921ac
2019-11-13Add message prioritization moduleBrinda Santh25-0/+1829
Kafka streams based solution for message prioritization using database store. Implement initial Abstract Processors, Puntuations and sample Topology for easy plug and play based on situations Issue-ID: CCSDK-1917 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I9c135604574cc3c642186545e076d6a7c60048d4
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)6-4/+5
Use released 1.5.0 version of parent pom Change-Id: Icfce7d572b7403e3ea43cb41675fe9d7b169e782 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-13CCSDK-1603:Changes in 'Config via netconf' BP to pull data from AAItragait29-48/+1045
This commit includes changes in blueprint for "Configuration over netconf", So that CDS can fetch data from AAI. It has enhancement in UAT test yaml file, so this blueprint can be tested. An enhancement is also included to introduce request headers in the source-rest. Change-Id: I4ff973538249925239b89da4c5720ec63ffe8037 Issue-ID: CCSDK-1603 Signed-off-by: tragait <rahul.tyagi@est.tech>
2019-11-09Convert component functions IT to UT.Brinda Santh35-228/+181
Issue-ID: CCSDK-1735 Convert Netconf and Restconf Executor IT to UT. Remove duplicate BluePrintProperties. Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I2eafdbabb17a4df72541ab93c46e7fc9eb0fe8d7
2019-11-08Add Kafka Streams consumer serviceBrinda Santh9-2/+356
Issue-ID: CCSDK-1914 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I8d2b51c66e1304decadbb55656fe8a0b4c018feb
2019-11-07Add rest client invocation log tracing.Brinda Santh5-11/+37
Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ie44a1b2628132aa44bc923a4d622544db03b46b0
2019-11-07Fix missing status event type workflow response.Brinda Santh10-27/+32
Issue-ID: CCSDK-1896 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Iffb4c5e9d4e5788895bda6c7ee4197ee9e0bd60e