aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/strimzi
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01[STRIMZI] Add quorum hostname verify flagefiacor2-1/+2
Increase replicas to 3 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I74a448187dc18f1659d1b44d5738f8b196d78dc9 Issue-ID: OOM-1
2022-05-04[STRIMZI] Remove class attribute in Strimzi kafka definitionAndreas Geissler1-1/+0
This fixes a reconciliation issue in the strimzi-cluster-operator: Kafka(onap/onap-strimzi): Contains object at path spec.kafka.storage with an unknown property: class Issue-ID: DMAAP-1621 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ia0f122cc1644ccfbebd3dfd2fec4cb73fc06cba9
2022-05-03Merge "[STRIMZI] Make Strimzi ServiceMesh compatible"Jack Lucas1-0/+3
2022-04-29[STRIMZI] Make Strimzi ServiceMesh compatibleAndreas Geissler1-0/+3
In case of SM for Zookeeper the following options is added: - sslQuorum: false Issue-ID: DMAAP-1621 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I6092761dbd5ac005424d759a813a119a0ab9f0c2
2022-04-28Merge "[CPS-STRIMZI] Migrate cps to use strimzi kafka"Jack Lucas1-1/+3
2022-04-27[CPS-STRIMZI] Migrate cps to use strimzi kafkaefiacor1-1/+3
Add strimzi kafka config Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib6af32bae9f85cbc2e3c9484b970229d63c299b1 Issue-ID: DMAAP-1681
2022-04-26[STRIMZI] Add kafka admin userefiacor2-1/+32
Adding admin user for kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I077c9453fa68ed6e1c39f0fabc7e459df7027f9d Issue-ID: DMAAP-1705
2022-04-08[STRIMZI] Fix random node port allocationefiacor2-1/+9
Assign fixed nodeports for strimzi Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib28d18ac0825523e897c529ca13712d2fc83ee67 Issue-ID: OOM-2960
2022-04-05[DEPLOY] Improve deploy.shefiacor1-2/+2
Add logic to deploy required components up front Fix storage deleteClaim on kafka Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I6dd820a40691ba3c7e3a93510d0e5eaa9f356f9b Issue-ID: OOM-2954
2022-03-31[STRIMZI] Adding strimzi projectefiacor7-0/+281
Deploy a 2 node replica strimzi kafka cluster Reduce MR kafka to 1 replica Add kafka ready check to cps-temporal Update readthedocs with strimzi prerequisite Modify deploy.sh to deploy the strimzi kafka in advance Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I87e54ad69a174174cb86f096c07d58878e3ab14e Issue-ID: DMAAP-1621