From f0b6c43e1e60deee4ef599b75c029fa366b4ae55 Mon Sep 17 00:00:00 2001 From: Michael Pruitt Date: Tue, 4 Aug 2026 13:08:13 -0500 Subject: [PATCH] Re-add rhacs-operator to OPP 5.0 upgrade config Re-adds rhacs-operator to the OPP 5.0 upgrade job config after it reappeared in the OCP 5.0 redhat-operators catalog (July 31 sync). Uses stable channel (head: v4.11.2) with operator_group and empty target_namespaces to create an AllNamespaces OperatorGroup, matching the operator's supported install mode. odf-operator remains excluded until published to the 5.0 catalog (tracked by RHSTOR-8660, expected ~Nov 2026). --- .../stolostron-policy-collection-main__ocp5.0-upgrade.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0-upgrade.yaml b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0-upgrade.yaml index 6573ee6e9e007..4bb81ee23f663 100644 --- a/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0-upgrade.yaml +++ b/ci-operator/config/stolostron/policy-collection/stolostron-policy-collection-main__ocp5.0-upgrade.yaml @@ -57,6 +57,7 @@ tests: OPERATORS: | [ {"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.17", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"}, + {"name": "rhacs-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "rhacs-operator", "target_namespaces": "", "operator_group": "rhacs-operator-group"}, {"name": "quay-operator", "source": "redhat-operators", "channel": "stable-3.17", "install_namespace": "openshift-operators"} ] ZONES_COUNT: "3"