For manual deploying DL feeder to k8s cluster 42/99942/2
authorGuobiao Mo <guobiaomo@chinamobile.com>
Tue, 31 Dec 2019 00:39:19 +0000 (16:39 -0800)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 14 Jan 2020 18:47:12 +0000 (18:47 +0000)
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>

No differences found