aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap
AgeCommit message (Collapse)AuthorFilesLines
2019-04-19Fix problem with post install jobpkaras2-3/+3
Change-Id: I18c255576983914ef7cc31638c9ae54d2db3739d Issue-ID: DMAAP-1172 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2019-04-17Merge "Add readiness dependency on aaf"James MacNider4-7/+28
2019-04-17Merge "Allow dr-node containers to run as non-root"Mike Elliott5-9/+20
2019-04-16Allow dr-node containers to run as non-rooteconwar5-9/+20
Update image version to 2.1.0 that has year long certs Change-Id: If17c569c6db879b6fcee9221307560a54f9cb422 Issue-ID: DMAAP-1134 Signed-off-by: econwar <conor.ward@est.tech>
2019-04-12Add readiness dependency on aafdglFromAtt4-7/+28
Also some changes for: - optionally deploy postgres for dmaap-bc. Useful for quick dev deployments - correct external host IP address for windriver AAF Change-Id: I5fd74df4a0e5e3537d9573ed8d3f9b87da41689e Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-1138
2019-04-12fix for filebeatEmmettCox2-4/+4
Change-Id: I6eedbd6efa9da1076fe708f7112b3dc344fbfe7f Issue-ID: DMAAP-1161 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-04-11Merge "Fix typo in cadi path"James MacNider1-1/+1
2019-04-10run mr containers as non root usersunil.unnava6-11/+26
Issue-ID: DMAAP-1040 Change-Id: I62d788b1245f94de6de58450933476fff576fc18 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-04-10Fix typo in cadi pathburdziak1-1/+1
Change-Id: Iddf52dee21699c0fc44086628578605eb53ace7a Issue-ID: DMAAP-1154 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-04-09Merge "AAF CADI updates to DMaaP Data Router"James MacNider9-16/+118
2019-04-09Merge "if increasing zookeeper quorom wont be maintained"James MacNider2-1/+35
2019-04-08AAF CADI updates to DMaaP Data Routerefiacor9-16/+118
Change-Id: Ib2767848a40888f8dbd903541d7ee53241e20f5a Issue-ID: DMAAP-1016 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-04-05Fix typo in dmaap JSONdglFromAtt1-1/+1
Change-Id: I72b1f1615e749616b684ad83ba2637c50f28ec2f Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: OOM-1783
2019-04-04Merge "DMAAP changes"Alexis de Talhouët23-75/+443
2019-04-04Merge "Add PM Mapper as subscriber to default PM feed"Borislav Glozman1-4/+19
2019-04-02Add secure topic for PM Mapperemartin1-0/+14
* Mapper publishes perf3gpp VES events to this secure topic in messagerouter Change-Id: Icb90f53c03a41fa63dee8fd2b7725d45e5445728 Issue-ID: DCAEGEN2-1038 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-04-01DMAAP changessunil.unnava23-75/+443
add Mirror Maker MR AAF integration Fix BC images and minor BC bugs Kafka upgrade to 1.1.1 Issue-ID: DMAAP-823 Change-Id: Ia7a1321a6fbfa9bfc65f90bca40ef236c2dbadef Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-03-29Add PM Mapper as subscriber to default PM feedemartin1-4/+19
Change-Id: I5767e3de46e8c67bbc2f5fca2fb133d90db899ed Issue-ID: DCAEGEN2-1038 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-28Change for new DR Versionegernug2-2/+2
Change-Id: I7c4acbed96f67d540f6eb228a196b8ad68260f29 Issue-ID: DMAAP-1072 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-03-20Patchset 4: refinement per BorislavdglFromAtt21-16/+11
Not sure what made this commit be separate. It is intended to be patchset 4 on https://gerrit.onap.org/r/#/c/82150/ But please merge them together. Change-Id: Ia4c2341e450f0e2910b3ae19becefb6e798e3ef6 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-904
2019-03-20Merge "Attempt2: Post-install jobs for DMaaP Provisioning"Borislav Glozman38-84/+542
2019-03-20Merge "Add noteAffinity option to kafka/zookeeper"Borislav Glozman4-1/+12
2019-03-18if increasing zookeeper quorom wont be maintainedMatthieu Cauffiez2-1/+35
https://gerrit.onap.org/r/#/c/82044/ if the number is even quorum wont be maintained. Issue-ID: DMAAP-1088 Change-Id: I82a998a4922499c753f9f8e256b0f76ce90fa31f Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-14Attempt2: Post-install jobs for DMaaP ProvisioningdglFromAtt38-84/+542
This was originally committed under 81992 but got a merge conflict. I messed up resolving it so I abandoned 81992 and created this new commit. patchset2: replaced Release.Name for common.fullname in one of the charts patchset3: at Borislav's request, changed other references to common.fullname so the approach is consistent throughout the configmaps used for initialization. Along the way, hit a limit of 53 chars on some resource name. So changed the directory from the verbose dmaap-bus-controller to the more terse dbc. Change-Id: I1078003de094fee95c681f7fdaecb567235b7b3e Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-904 Signed-off-by: dglFromAtt <dgl@research.att.com>
2019-03-13Merge "add tolerations for kafka/zookeeper"Alexis de Talhouët4-0/+12
2019-03-13Merge "Convert dmaap-dr-node to StatefuleSet"Alexis de Talhouët4-45/+129
2019-03-12add tolerations for kafka/zookeeperMatthieu Cauffiez4-0/+12
Issue-ID: DMAAP-1090 Change-Id: Ib8b3c7f58c0ff1591589b6594864610d61b1f249 Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-12zookeeper quorom wont be maintainedMatthieu Cauffiez1-1/+1
if the number of zookeeper server is more than 5 the quorom wont be maintained Need to do (replicat count -1)/2 Issue-ID: DMAAP-1088 Change-Id: If30887e90556e75af1551ebda8811d82f6ae8a2f Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-12Add noteAffinity option to kafka/zookeeperMatthieu Cauffiez4-1/+12
enabled nodeaffinity for kafka. This will allow kafka/zookeeper to boot back on a node whree there is topic data Issue-ID: DMAAP-1089 Change-Id: Ic14d3201f03787f7abe8b83ae76d64a7c353ad87 Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-11Convert dmaap-dr-node to StatefuleSetefiacor4-45/+129
Change-Id: I540f7f2eb927896eb3f0c03b900f3bf6b9bc7ce5 Issue-ID: DMAAP-866 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-03-07typo using fullname instead of nameMatthieu Cauffiez2-2/+2
Issue-ID: DMAAP-1076 Change-Id: I85f469edfa343fd2369f9aa8bafbfe239031ac22 Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-05Extract dmaap components into components direconwar74-185/+189
This will help enable edge deployment Issue-ID: DMAAP-1068 Change-Id: I61df2887069a0302341c0004914158398ecd58d9 Signed-off-by: econwar <conor.ward@est.tech>
2019-02-27Merge "Add filebeat sidecar container for dmaap-dr"Borislav Glozman10-0/+453
2019-02-26Increase DMAAP message-router-kafka timerYang Xu1-2/+2
Change-Id: I39ff308acc074ed5e8f9e6805cbe273738296990 Issue-ID: INT-941 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-21Add filebeat sidecar container for dmaap-dreconwar10-0/+453
Change-Id: I3f81a683832ec37598e165c859944ab97a9ffc51 Issue-ID: DMAAP-853 Signed-off-by: econwar <conor.ward@est.tech>
2019-02-20Merge "Fix dmaap-dr-prov deployment failing"Mike Elliott1-2/+2
2019-02-20Merge "Fix dmaap-dr-node deployment failing"Mike Elliott1-2/+2
2019-02-13Bump datarouter versionegernug3-4/+4
Issue-ID: DMAAP-997 Change-Id: I6f6af5874b74cf08215b5f8cdb26cbbca4911f9a Signed-off-by: egernug <gerard.nugent@est.tech>
2019-02-11Merge "update DMaaP ZooKeeper version"Borislav Glozman1-1/+1
2019-02-11Merge "Update Chart version for Dublin Release"Borislav Glozman9-11/+11
2019-02-10Update Chart version for Dublin ReleaseMike Elliott9-11/+11
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-02-10Fix DMAAP Bus Controller versionBorislavG1-1/+1
There is a missing image: onap/dmaap/buscontroller:1.0.25 Changing to version 1.0.26 to make the pod start Issue-ID: OOM-1641 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Ibdcd4746e273582fffea48d398e3cdd8e4c9e533
2019-02-10Merge "dmaap datarouter common mariadb-galera chart"Borislav Glozman16-801/+31
2019-01-30update DMaaP ZooKeeper versionsunil unnava1-1/+1
Issue-ID: DMAAP-1007 Change-Id: I3e69858143d3ae738989c77b3e156256a9aa706f Signed-off-by: sunil unnava <sunil.unnava@att.com>
2019-01-25Modifications for AAF identitiesdglFromAtt3-5/+12
Change-Id: I8eb1e09fb6256ef08d858b3fb94c887dab6244b7 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-856
2019-01-24dmaap datarouter common mariadb-galera chartefiacor16-801/+31
Change-Id: I5fbb42cf26540c7237bfd85445543b83ab4d40d8 Issue-ID: DMAAP-884 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2018-12-20Fix dmaap-dr-node deployment failingSylvain Desbureaux1-2/+2
imagePullSecrets was not correctly indented and thus creds were not read. Change-Id: I62f2992aa23f968841b9dfefe84aed6931659800 Issue-ID: OOM-1560 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-12-20Fix dmaap-dr-prov deployment failingSylvain Desbureaux1-2/+2
imagePullSecrets was not correctly indented and thus creds were not read. Change-Id: Ib91d0b01450a09a4897339ba3c4c5328d296bbce Issue-ID: OOM-1559 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-12-17ZooKeeper and Kafka deployment changessunil unnava15-197/+274
Support creation of ZooKeeper Ensemble and Multiple Kafka Brokers Issue-ID: DMAAP-899 Change-Id: Id2318a3e9ff03c60222142169bb9e900e26f2577 Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-11-28Update gerrit branch refs to 3.0.0-ONAP3.0.0-ONAPMike Elliott2-2/+2
Change-Id: I75ea788f47598aa07ecb6550b5db7e9e4fdc1d36 Issue-ID: OOM-1533 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>