Skip to content

Disable local-storage-operator and ptp-operator for 5.0 ec.2#10724

Merged
ashwindasr merged 1 commit into
openshift-eng:openshift-5.0from
redhat-chai-bot:chai-bot/disable-lso-ptp-for-ec2
May 20, 2026
Merged

Disable local-storage-operator and ptp-operator for 5.0 ec.2#10724
ashwindasr merged 1 commit into
openshift-eng:openshift-5.0from
redhat-chai-bot:chai-bot/disable-lso-ptp-for-ec2

Conversation

@redhat-chai-bot

Copy link
Copy Markdown

Adds mode: disabled to images/local-storage-operator.yml and images/ptp-operator.yml so the LSO and PTP operator + bundle builds are skipped during 5.0 ec.2 prepare-release-konflux.

Why

Both bundles fail Konflux Enterprise Contract (EC) validation during prepare-release-konflux for 5.0 ec.2:

  • local-storage-operator: olm.unpinned_references on the CSV must-gather-image annotation (registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9:v4.22.0 is a floating tag).
  • ptp-operator: olm.allowed_registries and olm.unpinned_references on the CSV must-gather-image annotation (quay.io/openshift/origin-ptp-operator-must-gather:4.21 is from a disallowed upstream registry and floating).

Root cause is that the must-gather reference in the CSV doesn't match the from.name declared in image-references, so doozer's _replace_image_references doesn't substitute it with the digest-pinned production pullspec at bundle build time.

Upstream alignment fixes are in flight:

Safety

Both images have for_payload: false, so disabling them does not affect the release payload (no risk of the same payload-consistency error we hit earlier with aws-node-termination-handler). They ship as OLM bundles only — disabling here just excludes them from the bundle/FBC sweep for ec.2.

Follow-up

Revert this disable once the upstream PRs merge and the bundles build cleanly through Konflux EC.

Context

Opened on behalf of the ART team from <https://redhat-internal.enterprise.slack.com/archives/C0ARQM5UV88/p1779227614610569|this Slack thread>.

Both bundles fail Konflux Enterprise Contract validation during
prepare-release-konflux for 5.0 ec.2:

- local-storage-operator: olm.unpinned_references on the CSV
  must-gather-image annotation (registry.redhat.io/openshift4/
  ose-local-storage-mustgather-rhel9 with floating tag).
- ptp-operator: olm.allowed_registries and olm.unpinned_references
  on the CSV must-gather-image annotation (quay.io/openshift/
  origin-ptp-operator-must-gather:4.21).

Upstream alignment fixes are in flight (must-gather refs in the CSV
must match the from.name in image-references so doozer's
_replace_image_references can substitute them with digest-pinned
production pullspecs):

- openshift/local-storage-operator#624
- openshift/ptp-operator#699

Both images have for_payload: false so disabling here does not
affect the release payload; it only excludes them from the bundle/
FBC sweep for ec.2. Re-enable once the upstream PRs merge and
the bundles build cleanly.
@openshift-ci

openshift-ci Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign germanparente for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Hi @redhat-chai-bot. Thanks for your PR.

I'm waiting for a openshift-eng member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 20, 2026
@ashwindasr ashwindasr merged commit 60f5841 into openshift-eng:openshift-5.0 May 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants