summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-02-20Update PMSH component spec and blueprintemartin2-49/+20
* Remove MR topics that should not be generated by plugin * Rename input fields * Add healthcheck config Issue-ID: DCAEGEN2-1845 Signed-off-by: emartin <ephraim.martin@est.tech> Change-Id: I098ed62614c203bfa670359b405b9af9d89bd349
2020-02-17Merge "Added initial component spec and blueprint"Vijay Venkatesh Kumar5-0/+577
2020-02-17Added initial component spec and blueprintemartin5-0/+577
Signed-off-by: emartin <ephraim.martin@est.tech> Issue-ID: DCAEGEN2-1845 Change-Id: I42bdfcfd9d31d20fce40840cee34cea8bc5d178a
2020-02-13Merge "Fix PMHS logs dir setup"Joseph O'Leary5-22/+23
2020-02-13Fix PMHS logs dir setupefiacor5-22/+23
# Refactoring test|prod init Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib073cb762a7750fca7bdf415cf5080d04f7bda51 Issue-ID: DCAEGEN2-2078
2020-02-13Merge "Add db initial pod docker image auto-build."Vijay Venkatesh Kumar9-250/+488
2020-02-12Merge "Adding DB Init and setup"Joseph O'Leary17-103/+536
2020-02-12Add db initial pod docker image auto-build.Kate Hsuan9-250/+488
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I16416a8eab43c752d7b8c9adeca079cab2d572dc
2020-02-11fix sonarcloud issuesHansen, Tony (th1395)2-0/+6
Change-Id: Ie2af89b8789369654d08cf76133b27583b4228c1 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
2020-02-10Adding DB Init and setupefiacor17-103/+536
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie32efcf007c9b6fa25b0072019f4a91a841d9d0c Issue-ID: DCAEGEN2-1828
2020-02-05Merge "To apply the shared module into 3rd party design page and cleanup ↵Tony Hansen68-5749/+581
useless files"
2020-02-05Merge "Add admin docker image maven auto-build."Vijay Venkatesh Kumar1-3/+26
2020-02-05To apply the shared module into 3rd party design pageEkko Chang68-5749/+581
and cleanup useless files Issue-ID: DCAEGEN2-1717 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I069afc836230c2470d6c25d80335428b37ef98f6
2020-02-05To apply the shared module into the 3rd party tools management pageEkko Chang10-132/+448
Issue-ID: DCAEGEN2-1717 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Icc00785df9c516298327d8542bfb3c330d88513c
2020-02-05Merge "To apply the shared module into the database page"Tony Hansen10-289/+504
2020-02-04Add admin docker image maven auto-build.Kate Hsuan1-3/+26
Issue-ID: DCAEGEN2-2008 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: Icf7a5adfd999f6640510975abbc661c612110837
2020-02-04To apply the shared module into the database pageEkko Chang10-289/+504
Issue-ID: DCAEGEN2-1716 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I2b89fe4fb81be10852c0fc813bbf5c81999bbc12
2020-01-31Merge changes I8eae95ab,Ie1daa567Vijay Venkatesh Kumar3-5/+19
* changes: Add a method to retrieve DB type list modified dbController rest api
2020-01-31Merge "To apply the shared module into the kafka page"Vijay Venkatesh Kumar18-320/+509
2020-01-22Add a method to retrieve DB type listGuobiao Mo2-1/+14
Issue-ID: DCAEGEN2-1877 Change-Id: I8eae95aba59a7f5dcbd6df2928b78a82c3235e49 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2020-01-21modified dbController rest apiZhangZihao2-4/+5
Change-Id: Ie1daa567338c48a13112ef1fff02109de16e8901 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
2020-01-21To apply the shared module into the kafka pageEkko Chang18-320/+509
Issue-ID: DCAEGEN2-2010 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I830dcc1094d8e70045e0c0744f13f6a7b83d7cc1
2020-01-20Adding AAI client and apply filterefiacor12-21/+899
# Adding Subscription class # Adding MR and Utils helper classes Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I791b506d8cf166737d67cef22052852256f8a811 Issue-ID: DCAEGEN2-1930
2020-01-14Merge "Docker build for Docker Hub"Vijay Venkatesh Kumar1-4/+16
2020-01-14Merge "To optimize the shared module and apply it into the page"Vijay Venkatesh Kumar24-585/+1017
2020-01-14Merge "Modified resp topicConfig and add getTopicName()"Vijay Venkatesh Kumar5-8/+86
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-09Docker build for Docker HubGuobiao Mo1-4/+16
Downgrade com.spotify:dockerfile-maven-plugin version so that it works with Docker Hub and JDK 9.0+. Issue-ID: DCAEGEN2-2009 Change-Id: Icf30b33edea3f5f147326c09ff746fba94b5a945 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2020-01-09To optimize the shared module and apply it into the pageEkko Chang24-585/+1017
Issue-ID: DCAEGEN2-1715 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: I1a461ab6f2a5cc272dbdeacb9b5a480b269eed93
2020-01-09Modified resp topicConfig and add getTopicName()ZhangZihao5-8/+86
Change-Id: I06db2663534c970b76244f462da66d2c72b11f12 Issue-ID: DCAEGEN2-1877 Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
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