summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14For manual deploying DL feeder to k8s clusterGuobiao Mo0-0/+0
Update db script to connect to Kafka using encrypted connection. If your testing Kafka is not encrypted, change 'secure' in table 'kafka' to 0. Steps to manually deploy feeder to ONAP k8s cluster: Change IPs with your env setup in feeder-deployment.yaml. kubectl create -f feeder-deployment.yaml kubectl create -f feeder-service.yaml Find DL port at nodes: kubectl get svc --output=wide -n onap |grep datalake Testing: curl http://r-node-1:31157/datalake/v1/feeder/status Issue-ID: DCAEGEN2-1874 Change-Id: I2ee56803bd7b7859bbd36ad82072e74f77db0a72 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2020-01-10Merge "Pull config from CBS"Joseph O'Leary6-3/+262
2020-01-07Create Docker image in Maven buildGuobiao Mo2-7/+65
Create Docker image in Maven build so that Jenkins build can auto build and push docker image to ONAP docker repo. Issue-ID: DCAEGEN2-2009 Change-Id: I9c7e5012e44bb300d6d4f6701f8299350d7ff6cb Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2020-01-07Pull config from CBSemartin6-3/+262
Signed-off-by: emartin <ephraim.martin@est.tech> Issue-ID: DCAEGEN2-1843 Change-Id: Id97960dc02aca5531be016d70ea388473b556683
2020-01-07Merge "Auto populate table 'topic_name'"Tony Hansen3-1/+73
2019-12-30Auto populate table 'topic_name'Guobiao Mo3-1/+73
We continually monitor Kafka; when a new topic is created, its name is auto inserted into table 'topic_name', which is a look up table and UI's topic selection list is based on it. Issue-ID: DCAEGEN2-1715 Change-Id: I35329eb76ed8fb9d41a73f1827f443f7a10b450e Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-12-19Fixed kafka's ui and add getKafkaDetail()ZhangZihao4-36/+67
Change-Id: I4f5b3c06feb19c39a7d67b678704f726c305e7c8 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-12-17Merge "Optimize the flow of api callback function"Vijay Venkatesh Kumar25-1128/+1203
2019-12-16Merge "fix db and tools ui"Vijay Venkatesh Kumar15-58/+128
2019-12-13Merge "Modified topic and db api function"Vijay Venkatesh Kumar6-32/+31
2019-12-12Modified topic and db api functionZhangZihao6-32/+31
table DB's PK is now integer, instead of string. Change-Id: Id1ceb1bcd7a0455bc55e30c875e4398d12e8cf82 Issue-ID: DCAEGEN2-1715 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-12-12fix db and tools uiZhangZihao15-58/+128
Optimized page display and fixed bugs of tools created. Solved the problem of create db or tool failure. Change-Id: If8eb0596876835baa36c1f9f82ac1a166e4494e3 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-12-10Optimize the flow of api callback functionEkko Chang25-1128/+1203
Issue-ID: DCAEGEN2-1715 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Ic0ecb009db69b095d253687861da6560c200e31a
2019-12-03Update DCAE Committer in INFO.yamlJoeOLeary1-0/+8
Issue-ID: DCAEGEN2-1891 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: I21e4ee2c6d87901cba6032b1018ea29805321ecf
2019-12-02Merge "Initial commit for PMSH"Vijay Venkatesh Kumar19-0/+1107
2019-12-02Initial commit for PMSHefiacor19-0/+1107
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DCAEGEN2-1837 Change-Id: I3b7d7d379df68f0f5984a3c4e0faa9c8ca0bcdf8
2019-11-27Merge "Fixed the related api function with topic"Tony Hansen6-10/+37
2019-11-26Fixed the related api function with topicEkko Chang6-10/+37
Issue-ID: DCAEGEN2-1715 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Iab20a1044cb953fb490f7981b6fa36e5eeea3c52
2019-11-22Fix UI bugsGuobiao Mo14-34/+73
Issue-ID: DCAEGEN2-1716 Change-Id: I01a5a3c69ff65afde37650e559619723f100e69a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-11-21fix: topic table and mockup dataMay Lin10-752/+407
Issue-ID: DCAEGEN2-1715 Signed-off-by: May Lin <may.lin@qct.io> Change-Id: I9fa6c05244454620b54601c1efdc6eb7f6b0f73e
2019-11-20Merge "rest api modify"Tony Hansen1-1/+1
2019-11-19rest api modifyZhangZihao1-1/+1
Change-Id: I197cb58963370009e5ac237ae783694649ad3415 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-11-19db by toolZhangZihao2-13/+16
Change-Id: Ice7559bf89b79a1cf284eb94e23140406d97b0df Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-11-13tools codeZhangZihao20-20/+951
Change-Id: Ic562e7689255ce06dfdb793e38fab077b7cf3641 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-11-06Merge "dcae committer updates"Tony Hansen1-6/+4
2019-11-03Merge "dbs modify code"Vijay Venkatesh Kumar6-28/+87
2019-11-03Merge "dbs ui code"Vijay Venkatesh Kumar24-990/+1326
2019-10-29dcae committer updatesVijay Venkatesh Kumar1-6/+4
Change-Id: I7e83b9b59b70cf1200589799b805409ab7258d6c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-10-27dbs modify codeZhangZihao6-28/+87
Change-Id: I87f0a339382354fa9ca6cbded9d1403a234f39f4 Issue-ID: DCAEGEN2-1622 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-10-25dbs ui codeZhangZihao24-990/+1326
Change-Id: I7e4c2501ba8437394cff6355671755e53071f2a3 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-10-24Replace hard-coded IP address with host nameGuobiao Mo1-1/+1
Issue-ID: DCAEGEN2-1637 Change-Id: I46a1e935a92e1e5cca8899f619dffe13ad8a958a Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2019-10-14kafka uiZhangZihao21-108/+1175
Change-Id: Ie87c3ab9506230a8ef75cfbb33d1909f8b3b29c9 Issue-ID: DCAEGEN2-1631 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-09-10Defined a constant for this literal "Db not found"Rama-Huawei1-4/+5
Removed the declaration of thrown exception, as it can't be thrown from method's body Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I341b5ea67dd643503fee9077a7073aeb8adbc15a
2019-09-09Static field is updated from a non-static method.Rama-Huawei1-272/+266
Converted while loops into for loop Removed the static fields and make them as a local variables Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ib6c60ff5975cc7b645174497a8fcfac313cd825b
2019-08-18Merge "Removed unused imports"Tony Hansen4-21/+9
2019-08-18Merge "Bug fix"Tony Hansen1-1/+1
2019-08-14Merge "Return an empty collection instead of null"Yan Yang6-29/+7
2019-08-14Merge "System.out is replace by a logger"Yan Yang2-21/+12
2019-08-14Merge "Get all databases id and name by designTypeId"Yan Yang1-10/+16
2019-08-12feat: support new deploy formatcyuamber1-2/+10
Change-Id: Ie7fa4e3e43e2b9b1ba294e8589ee07c4af712981 Issue-ID: DCAEGEN2-1671 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-08-12Merge "feat: add new features of design module"Yan Yang9-147/+183
2019-08-09feat: add new features of design modulecyuamber10-150/+183
Change-Id: I28709e7868ad88d0bb809d9c4e73524fbb90acb6 Issue-ID: DCAEGEN2-1671 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-08-08Get all databases id and name by designTypeIdZhangZihao1-10/+16
Change-Id: I9127ad0f5aa3b77e7e3847f9fe8240ab4c1482f7 Issue-ID: DCAEGEN2-1658 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2019-08-08feat(mockup): add the mockup data serverEkko Chang5-6/+323
Issue-ID: DCAEGEN2-1714 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Ia82a3cf75a9c60cf2b86240989388f1b1686dbf6
2019-08-07Removed unused importsRama-Huawei4-21/+9
Also some places were using import with * option Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I0f57bbb429816d9aa6219a4a1e4fc4c384bec873
2019-08-07Return an empty collection instead of nullRama-Huawei6-29/+7
Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: I294014cd009ae02983e575c94e830b2ff30e7b07
2019-08-07System.out is replace by a loggerRama-Huawei2-21/+12
Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Iefdbfd3480f831ce734e748ac0680ed53c60f0fb
2019-08-05Merge "Unit test"Yan Yang1-0/+6
2019-08-05Merge "Used isEmpty to check collection is empty or not"Yan Yang3-6/+6
2019-08-05Unit testRama-Huawei1-0/+6
Improved 100% code coverage for ApplicationConfiguration file Issue-ID: DCAEGEN2-1468 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ib2d807273b6a25139b4844d868c7082fb4ac9623