From 781a68fe5d014b403c8c0522c7a64b553cabd1ee Mon Sep 17 00:00:00 2001 From: Krystof Stekovic Date: Tue, 11 Jun 2024 15:51:12 +0200 Subject: [PATCH] [WFLY-19359] define kafka yaml file for OpenShift and update the README. --- .../overridable-functions.sh | 84 +------------------ .../README-source.adoc | 3 + .../charts/kafka-on-openshift.yaml | 52 ++++++++++++ .../helm-install-prerequisites.adoc | 51 ++--------- 4 files changed, 64 insertions(+), 126 deletions(-) create mode 100644 microprofile-reactive-messaging-kafka/charts/kafka-on-openshift.yaml diff --git a/.ci/openshift-ci/build-root/scripts/qs-overrides/microprofile-reactive-messaging-kafka/overridable-functions.sh b/.ci/openshift-ci/build-root/scripts/qs-overrides/microprofile-reactive-messaging-kafka/overridable-functions.sh index 11b64461e6..f77886631d 100644 --- a/.ci/openshift-ci/build-root/scripts/qs-overrides/microprofile-reactive-messaging-kafka/overridable-functions.sh +++ b/.ci/openshift-ci/build-root/scripts/qs-overrides/microprofile-reactive-messaging-kafka/overridable-functions.sh @@ -29,81 +29,7 @@ function installPrerequisites() application="${1}" echo "Creating amq-streams-operator-group" - oc apply -f - < `OperatorHub`. -. Search for `AMQ Streams` - click on the 'AMQ Streams' operator. -+ -Install it with the default values and wait for the message telling you it has been installed and is ready for use. -. In your terminal, run the following command to set up a Kafka cluster called `my-cluster` in your project: -+ -[options="nowrap",subs="+attributes"] ----- -$ oc apply -f - <