aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/charts/message-router/charts/message-router-kafka/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05Extract dmaap components into components direconwar1-119/+0
This will help enable edge deployment Issue-ID: DMAAP-1068 Change-Id: I61df2887069a0302341c0004914158398ecd58d9 Signed-off-by: econwar <conor.ward@est.tech>
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>
2018-12-17ZooKeeper and Kafka deployment changessunil unnava1-9/+6
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 Elliott1-1/+1
Change-Id: I75ea788f47598aa07ecb6550b5db7e9e4fdc1d36 Issue-ID: OOM-1533 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-25Resource limit: DMAAP componentPrateekinlinux1-18/+19
Addressing CI comments and clean up w.s. resolving merge conflicts Issue-ID: OOM-1152 Change-Id: I20f772db7c8d1d7b36997c2c2ea17d26b8165976 Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19updating gerritBranch to masterMandeep Khinda1-1/+1
some charts internally pull config/scripts from gerrit to bootstrap. They are currently bootstrapping with the beijing branch. Issue-ID: OOM-1425 Change-Id: I0ab0a054e9cc6ed6b23704404d80588f53530fa2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-08-30Kafka image changessunil unnava1-2/+2
Update Kafka and dmaap-mr images Update Kafka environment variables Issue-ID: DMAAP-628 Change-Id: Id1515bccf605ddde4c507717eabf1ceb99fd0a6a Signed-off-by: sunil unnava <su622b@att.com>
2018-08-14License Addition for Dcaegen2,Policy,DmaapDurgpal1-0/+1
Issue-ID: OOM-1305 Change-Id: Idb6ad7004b7a4dc20ffafda72d60c8547eedfb9e Signed-off-by: Durgpal <durgpal@amdocs.com>
2018-06-11Use 2.0.0-ONAP tag instead beijing branch2.0.0-ONAP2.0.0-ONAPGary Wu1-1/+1
To ensure reproducible deployments, change gerrit branches to 2.0.0-ONAP tag instead of using the beijing branch since the beijing branches are not locked. Change-Id: I30bbece5fa2e0b8622db948d45e08a46ecf43ece Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-07Change gerrit branches to beijingGary Wu1-1/+1
Change-Id: I840e9aada77fa297273ef5b32663f70ca4aac371 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-14Correcting message-router topic seedingMandeep Khinda1-3/+8
It was using amsterdam topics from the config-init image that isn't maintained in Beijing. Dynamically clone the first time the PV/PVC is created and files are copied then See the JIRA for verification logs etc. Issue-ID: OOM-1073 Change-Id: I6856267574189b98eb7642599ab0276ee70f453b Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-08Merge message-router chart under dmaapDominic Lunanuova1-0/+116
Borislav: Fixed Makefile and renamed charts. Also cosmetic fixes. Includes corrections for the service name of MR used by dbc to be "message-router", which matches the message-router chart Patchset 2: standardize abbreviation for bus-controller to be "dbc" Patchset 3: correct references in README to match what is deployed Patchset 4: blew previous commit. Also added dmaap/Makefile lint step Change-Id: I36c07c7c1200f8e23ae12bd7357a5626346dcccd Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-386 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>