From 959fc4060f3a74d5f7492174e7dbfd146668e11e Mon Sep 17 00:00:00 2001 From: Fabio Burzigotti Date: Sat, 20 Apr 2024 11:03:36 +0200 Subject: [PATCH 1/2] [issue 168] - Freezing the global-test.properties configuration, to set the default supported Infinispan operator channel to 2.3.x --- global-test.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global-test.properties b/global-test.properties index 4e0e1c96..5079159c 100644 --- a/global-test.properties +++ b/global-test.properties @@ -40,3 +40,5 @@ intersmash.kafka.operators.channel=stable intersmash.hyperfoil.operators.catalog_source=community-operators intersmash.hyperfoil.operators.package_manifest=hyperfoil-bundle +intersmash.infinispan.operators.channel=2.3.x + From 0e9aec6698fda008b590e4f04d44a7404f311047 Mon Sep 17 00:00:00 2001 From: Fabio Burzigotti Date: Sat, 20 Apr 2024 17:07:48 +0200 Subject: [PATCH 2/2] [issue 168] - Constraining the Infinispan Openrator channel to 2.3.x in community e2e CI scripts, and updating the provisioners README --- .ci/openshift-ci/build-root/e2e-test-periodic.sh | 1 + .ci/openshift-ci/build-root/e2e-test-prod.sh | 1 + provisioners/README.md | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.ci/openshift-ci/build-root/e2e-test-periodic.sh b/.ci/openshift-ci/build-root/e2e-test-periodic.sh index 1376a739..90efcbf4 100644 --- a/.ci/openshift-ci/build-root/e2e-test-periodic.sh +++ b/.ci/openshift-ci/build-root/e2e-test-periodic.sh @@ -127,6 +127,7 @@ mvn test -Dmaven.repo.local=./local-repo-prod -pl testsuite/integration-tests -P -Dintersmash.infinispan.image=registry.redhat.io/jboss-datagrid-7/datagrid73-openshift:latest \ -Dintersmash.infinispan.operators.catalog_source=redhat-operators \ -Dintersmash.infinispan.operators.package_manifest=datagrid \ + -Dintersmash.infinispan.operators.channel=8.4.x \ -Dintersmash.kafka.operators.catalog_source=redhat-operators \ -Dintersmash.kafka.operators.package_manifest=amq-streams \ -Dintersmash.kafka.operators.channel=stable \ diff --git a/.ci/openshift-ci/build-root/e2e-test-prod.sh b/.ci/openshift-ci/build-root/e2e-test-prod.sh index ddf03b14..377f3b23 100644 --- a/.ci/openshift-ci/build-root/e2e-test-prod.sh +++ b/.ci/openshift-ci/build-root/e2e-test-prod.sh @@ -138,6 +138,7 @@ mvn test -Dmaven.repo.local=./local-repo-prod -pl testsuite/integration-tests -P -Dintersmash.infinispan.image=registry.redhat.io/jboss-datagrid-7/datagrid73-openshift:latest \ -Dintersmash.infinispan.operators.catalog_source=redhat-operators \ -Dintersmash.infinispan.operators.package_manifest=datagrid \ + -Dintersmash.infinispan.operators.channel=8.4.x \ -Dintersmash.kafka.operators.catalog_source=redhat-operators \ -Dintersmash.kafka.operators.package_manifest=amq-streams \ -Dintersmash.kafka.operators.channel=stable \ diff --git a/provisioners/README.md b/provisioners/README.md index bd48a892..0bcef68b 100644 --- a/provisioners/README.md +++ b/provisioners/README.md @@ -85,8 +85,8 @@ extended easily, since Intersmash _provisioners_ are pluggable components. | ActiveMQ Artemis | 1.0.11 | upstream | 1.0.15 | https://github.com/artemiscloud/activemq-artemis-operator | We are using a custom index image, i.e. quay.io/jbossqe-eap/intersmash-activemq-operator-catalog:v1.0.11, built as described in https://github.com/Intersmash/intersmash/issues/32 | | Red Hat AMQ Broker | 7.11.2-opr-1 | 7.11.x | 7.11.z | https://github.com/rh-messaging/activemq-artemis-operator | As available on the OpenShift OperatorHub | | Hyperfoil | 0.24.2 | alpha | 0.24.2 | https://github.com/Hyperfoil/hyperfoil-operator | We force the CRs version for the used Hyperfoil runtime to be 0.24.2, see https://github.com/Hyperfoil/hyperfoil-operator/issues/18 | -| Infinispan | 2.3.4 | 2.3.x | 14.0.17.Final | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub (community-operators) | -| Red Hat DataGrid | 8.4.12 | 8.4.x | 8.4.6.GA | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub | +| Infinispan | 2.3.8 | 2.3.x | 14.0.24.Final | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub (community-operators) | +| Red Hat DataGrid | 8.4.14 | 8.4.x | 8.4.7.GA | https://github.com/infinispan/infinispan-operator | As available on the OpenShift OperatorHub | | Kafka provided by Strimzi | 0.38.0 | stable | 3.6.0 | https://github.com/strimzi/strimzi-kafka-operator | | | Red Hat AMQ Streams | 2.6.0-0 | stable | 3.6.0 | https://github.com/strimzi/strimzi-kafka-operator | As available on the OpenShift OperatorHub | | Keycloak | 24.0.1 | upstream | 24.0.1 | https://github.com/keycloak/keycloak/tree/main/operator | Latest Keycloak, based on Quarkus. Supports a limited number of CR (Keycloak and KeycloakRealmImport): more to come in upcoming versions |