summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-contextaggregator
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13Updating POMBA image versionsjmac1-1/+1
Change-Id: I8af6133eea3d5aedf07cc0a026b6e9b60ce70949 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-815
2018-11-10Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit a71e3709faa5f281361ddfcd79eb4bd11550edca. Change-Id: Ib937100d49aedced19a83593596906cadabc12e4 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-07Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7. Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-07Resolve issues creating POMBA DMaaP topicsjmac3-2/+2
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)4-0/+59
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>
2018-11-02Increase timeout thresholdGeora Barsky2-4/+4
Issue-ID: LOG-795 Change-Id: Iedda8eb19029d016a3a27fb4ed7e96c8eadf2ccd Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-10-24Merge "Add missing resource limits to POMBA pods"Alexis de Talhouët1-18/+19
2018-10-23Add missing resource limits to POMBA podsjmac1-18/+19
Add missing pod dependencies Change-Id: Id976b00e6e0d0c325d93f3e3b77b757e2c72b378 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1465
2018-10-18Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-01Includes Network Discovery Ctx Builder URLPrudence Au2-2/+1
The fix is to include the URL for Network Discovery Context Builder in the parent chart so that it can be used by both context aggregator and network discovery context builder. Change-Id: I21be5acc21677659f512ba872657ccf7433bdfb2 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-700
2018-09-25Merge "Obfuscated password for POMBA context builders"Alexis de Talhouët1-4/+4
2018-09-25Merge "Fix config file name for POMBA ND CNTXTB"Alexis de Talhouët2-28/+0
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-24Update Chart versions to 3.0Mike Elliott2-2/+2
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-24Fix config file name for POMBA ND CNTXTBMohammadreza Pasandideh2-28/+0
Remove SDNC CNTXTB config file from list Issue-ID: LOG-685, LOG-690 Change-Id: I3bd33415ea45ab2f17cf21f216dcc61d5b2beea4 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-09-24Obfuscated password for POMBA context buildersMohammadreza Pasandideh1-4/+4
Issue-ID: LOG-684 Change-Id: I3621e1a6ef152c462221278413ac8019d0a008c3 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-09-12Fix startup of Network Discovery podsjmac1-1/+1
Change-Id: I1d54d4ed47bb163d93525a765efdf33a72763745 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1372
2018-09-11Config for pomba services to enable integrationGeora Barsky5-11/+64
Issue-ID: LOG-194 Change-Id: Ia73101214fc265d538e147f7b329394b4ddaa878 Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-09-10Add NDCXT builder to Context AggregatorMohammadreza Pasandideh2-1/+32
Issue-ID: LOG-460 Change-Id: I5f827b23707b336df3771638fbe8dfc87367ea05 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-08-13Adding POMBA Context Aggregator service to OOM.Vitaly Lavrusevich10-0/+354
Issue-ID: LOG-460 Change-Id: I47f54bf79c14b8f44a8a15a827ab38761ecc51fd Signed-off-by: Prudence Au <prudence.au@amdocs.com>