BugFix:CtxAggr doesn't pick up events-CtxAggr chg2 96/71896/1
authorLeigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Mon, 5 Nov 2018 21:45:07 +0000 (16:45 -0500)
committerLeigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Mon, 5 Nov 2018 21:45:16 +0000 (16:45 -0500)
The root cause is due to the DMaap topic wasn't created on a freshly
deployed system.

The solution is to create the topics needed by POMBA.

Issue-ID: LOG-794

Change-Id: I350b1a81f492d53cb27316612639ba9494c00325
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
src/main/docker/Dockerfile

index 58aaeee..ad64f1d 100644 (file)
@@ -15,5 +15,6 @@ ADD startService.sh $MICROSERVICE_HOME/bin/
 RUN chmod 755 $MICROSERVICE_HOME/config/*
 RUN chmod 755 $MICROSERVICE_HOME/lib/*
 RUN chmod 755 $MICROSERVICE_HOME/bin/*
+RUN apk --no-cache add curl
 
 CMD ["/opt/app/bin/startService.sh"]