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)
commit9d0c6f3d9838e9c4077a971771da2a0053a88759
tree89ab0c66b8467b75a7c9b742a25ad931c4d03410
parent8570063f9b5de18acfa9eec7395430745b891863
For manual deploying DL feeder to k8s cluster

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>