summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-contextaggregator/resources/bin/pre_start.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19Remove pre-start curl scriptNorm Traxler1-26/+0
Issue-ID: LOG-849 Change-Id: Iabe3c4abdf23e48104e284c7e333e51b27779b86 Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-11-07Resolve issues creating POMBA DMaaP topicsjmac1-1/+1
Change-Id: I25497f5c88304f36274d9226d42e8946c9800c80 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-794
2018-11-05BugFix:CtxAggr doesn't pick up events- OOM chgLeigh, Phillip (pl876u)1-0/+26
The root cause is due to DMaap topic wasn't created on a freshly deployed system. The solution is to create these POMBA related topics if not exists. Issue-ID: LOG-794 Change-Id: I0d9aabbbcb649d355b1928e05292f8b51c38ef9f Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>