Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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>
|
|
|
|
Issue-ID: DCAEGEN2-1715
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Change-Id: I1a461ab6f2a5cc272dbdeacb9b5a480b269eed93
|
|
Change-Id: I06db2663534c970b76244f462da66d2c72b11f12
Issue-ID: DCAEGEN2-1877
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
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>
|
|
Signed-off-by: emartin <ephraim.martin@est.tech>
Issue-ID: DCAEGEN2-1843
Change-Id: Id97960dc02aca5531be016d70ea388473b556683
|
|
|
|
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>
|
|
Change-Id: I4f5b3c06feb19c39a7d67b678704f726c305e7c8
Issue-ID: DCAEGEN2-1877
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
|
|
|
|
|
|
table DB's PK is now integer, instead of string.
Change-Id: Id1ceb1bcd7a0455bc55e30c875e4398d12e8cf82
Issue-ID: DCAEGEN2-1715
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
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>
|
|
Issue-ID: DCAEGEN2-1715
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Change-Id: Ic0ecb009db69b095d253687861da6560c200e31a
|
|
Issue-ID: DCAEGEN2-1891
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Change-Id: I21e4ee2c6d87901cba6032b1018ea29805321ecf
|
|
|
|
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DCAEGEN2-1837
Change-Id: I3b7d7d379df68f0f5984a3c4e0faa9c8ca0bcdf8
|
|
|
|
Issue-ID: DCAEGEN2-1715
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Change-Id: Iab20a1044cb953fb490f7981b6fa36e5eeea3c52
|
|
Issue-ID: DCAEGEN2-1716
Change-Id: I01a5a3c69ff65afde37650e559619723f100e69a
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
|
|
Issue-ID: DCAEGEN2-1715
Signed-off-by: May Lin <may.lin@qct.io>
Change-Id: I9fa6c05244454620b54601c1efdc6eb7f6b0f73e
|
|
|
|
Change-Id: I197cb58963370009e5ac237ae783694649ad3415
Issue-ID: DCAEGEN2-1877
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
Change-Id: Ice7559bf89b79a1cf284eb94e23140406d97b0df
Issue-ID: DCAEGEN2-1877
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
Change-Id: Ic562e7689255ce06dfdb793e38fab077b7cf3641
Issue-ID: DCAEGEN2-1877
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
|
|
|
|
|
|
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>
|
|
Change-Id: I87f0a339382354fa9ca6cbded9d1403a234f39f4
Issue-ID: DCAEGEN2-1622
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
Change-Id: I7e4c2501ba8437394cff6355671755e53071f2a3
Issue-ID: DCAEGEN2-1877
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
Issue-ID: DCAEGEN2-1637
Change-Id: I46a1e935a92e1e5cca8899f619dffe13ad8a958a
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
|
|
Change-Id: Ie87c3ab9506230a8ef75cfbb33d1909f8b3b29c9
Issue-ID: DCAEGEN2-1631
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
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
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: Ie7fa4e3e43e2b9b1ba294e8589ee07c4af712981
Issue-ID: DCAEGEN2-1671
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
|
|
Change-Id: I28709e7868ad88d0bb809d9c4e73524fbb90acb6
Issue-ID: DCAEGEN2-1671
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
Change-Id: I9127ad0f5aa3b77e7e3847f9fe8240ab4c1482f7
Issue-ID: DCAEGEN2-1658
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
|
|
Issue-ID: DCAEGEN2-1714
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Change-Id: Ia82a3cf75a9c60cf2b86240989388f1b1686dbf6
|
|
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
|
|
Issue-ID: DCAEGEN2-1468
Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com>
Change-Id: I294014cd009ae02983e575c94e830b2ff30e7b07
|