Skip to content

Add OADP single-stack IPv6 cluster provisioning workflow on Equinix M…#81210

Draft
PrasadJoshi12 wants to merge 1 commit into
openshift:mainfrom
PrasadJoshi12:oadp-baremetalds-ipv6-workflow
Draft

Add OADP single-stack IPv6 cluster provisioning workflow on Equinix M…#81210
PrasadJoshi12 wants to merge 1 commit into
openshift:mainfrom
PrasadJoshi12:oadp-baremetalds-ipv6-workflow

Conversation

@PrasadJoshi12

@PrasadJoshi12 PrasadJoshi12 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Add OADP single-stack IPv6 cluster provisioning workflow on Equinix Metal

Summary by CodeRabbit

This PR adds CI infrastructure for OADP E2E QE runs on Equinix Metal that provision a single-stack IPv6 bare-metal cluster. It introduces a new step-registry workflow (oadp-baremetalds-ipv6-oadp-qe) that selects the equinix-ocp-metal cluster profile, configures dev-scripts with IP_STACK=v6 to bring up the IPv6 single-stack environment, and sets DEBUG_WAIT_TIMEOUT to 43200 (12 hours) for extended debug availability. The workflow is chained with baremetalds-ofcir-pre and baremetalds-ofcir-post, and the test phase is executed via oadp-debug-wait.

It also adds a matching release configuration for release-v1.5 (oadp-qe-oadp-e2e-qe-release-v1.5__ipv6-cluster.yaml) under ci-operator/config/oadp-qe/oadp-e2e-qe/. This release config defines the base_images.dev-scripts source, sets the releases.latest.candidate stream/version (OCP candidate for version 5.0 on nightly), provides default resource requests (cpu: 100m, memory: 200Mi), and registers a new optional oadp-baremetalds-ipv6 test entry (requiring intranet) that triggers the oadp-baremetalds-ipv6-oadp-qe workflow. Ownership metadata and step-registry workflow metadata are updated so prasadjoshi12 is the approver/reviewer.

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 29, 2026
@openshift-ci

openshift-ci Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: ec48b7ed-367c-4f9e-a8b7-aca07bc51093

📥 Commits

Reviewing files that changed from the base of the PR and between 3bdab07 and 85f6443.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/oadp-qe/oadp-e2e-qe/oadp-qe-oadp-e2e-qe-release-v1.5-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (4)
  • ci-operator/config/oadp-qe/oadp-e2e-qe/oadp-qe-oadp-e2e-qe-release-v1.5__ipv6-cluster.yaml
  • ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/OWNERS
  • ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/oadp-baremetalds-ipv6-oadp-qe-workflow.metadata.json
  • ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/oadp-baremetalds-ipv6-oadp-qe-workflow.yaml
✅ Files skipped from review due to trivial changes (2)
  • ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/oadp-baremetalds-ipv6-oadp-qe-workflow.metadata.json
  • ci-operator/config/oadp-qe/oadp-e2e-qe/oadp-qe-oadp-e2e-qe-release-v1.5__ipv6-cluster.yaml
🚧 Files skipped from review as they are similar to previous changes (2)
  • ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/oadp-baremetalds-ipv6-oadp-qe-workflow.yaml
  • ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/OWNERS

Walkthrough

Adds a new OADP E2E QE CI job for a release-v1.5 IPv6 bare-metal cluster, with matching workflow definition, workflow ownership metadata, and ci-operator job configuration.

Changes

OADP IPv6 bare-metal CI wiring

Layer / File(s) Summary
Workflow definition and execution chain
ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/oadp-baremetalds-ipv6-oadp-qe-workflow.yaml
Defines the oadp-baremetalds-ipv6-oadp-qe workflow, including equinix-ocp-metal, DEBUG_WAIT_TIMEOUT, IP_STACK=v6, and the pre/test/post step wiring.
Job registration and ownership metadata
ci-operator/config/oadp-qe/oadp-e2e-qe/oadp-qe-oadp-e2e-qe-release-v1.5__ipv6-cluster.yaml, ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/oadp-baremetalds-ipv6-oadp-qe-workflow.metadata.json, ci-operator/step-registry/oadp/baremetalds/ipv6-oadp-qe/OWNERS
Registers the optional oadp-baremetalds-ipv6 ci-operator test for the ipv6-cluster variant and adds workflow metadata and OWNERS entries for prasadjoshi12.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: adding an OADP single-stack IPv6 provisioning workflow on Equinix Metal.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PASS: The PR only adds YAML/metadata; no Go/Ginkgo test definitions were changed, and the workflow/test names are static literals.
Test Structure And Quality ✅ Passed The PR only adds CI operator YAML, OWNERS, and workflow metadata; no Ginkgo test code or assertions/fixtures to review.
Microshift Test Compatibility ✅ Passed The PR only adds CI/workflow YAML and OWNERS files; no new Ginkgo e2e test code or MicroShift-sensitive APIs were introduced.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only adds CI workflow/config; no new Ginkgo test bodies or node-count assumptions were introduced, and the referenced step is just debug-wait.
Topology-Aware Scheduling Compatibility ✅ Passed The PR only adds CI/operator workflow config and metadata; no deployment manifests, controllers, affinities, nodeSelectors, or PDBs were introduced.
Ote Binary Stdout Contract ✅ Passed PR only adds CI config/metadata (YAML, JSON, OWNERS); no Go binaries or suite setup code that could write to stdout.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No Ginkgo test code was added; the PR only adds an IPv6 provisioning workflow with internal steps and no IPv4 literals or public-host URLs.
No-Weak-Crypto ✅ Passed Changed files are CI YAML/OWNERS/JSON only; scans found no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto/secret comparisons.
Container-Privileges ✅ Passed No privileged, hostPID/Network/IPC, SYS_ADMIN, allowPrivilegeEscalation, or root settings appear in the added files; the workflow only sets profile/env and test refs.
No-Sensitive-Data-In-Logs ✅ Passed New workflow files contain no secret-bearing logs; the only runtime output is debug-wait echoing a timeout and sleeping.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@PrasadJoshi12

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@PrasadJoshi12: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci

openshift-ci Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: PrasadJoshi12
Once this PR has been reviewed and has the lgtm label, please assign dfrazzette 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

@PrasadJoshi12 PrasadJoshi12 force-pushed the oadp-baremetalds-ipv6-workflow branch from f6dfda8 to 3bdab07 Compare June 29, 2026 14:58
@PrasadJoshi12

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@PrasadJoshi12: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

…etal

Adds a new workflow oadp-baremetalds-ipv6-oadp-qe that provisions a
single-stack IPv6 bare metal cluster on Equinix Metal using dev-scripts
with IP_STACK=v6. Cluster stays alive for 12 hours via oadp-debug-wait.

Also adds a CI config variant (release-v1.5__ipv6-cluster) with a
presubmit job that can be triggered via:
  /test ipv6-cluster-oadp-baremetalds-ipv6
or via Gangway:
  pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6

Co-authored-by: Cursor <cursoragent@cursor.com>
@PrasadJoshi12 PrasadJoshi12 force-pushed the oadp-baremetalds-ipv6-workflow branch from 3bdab07 to 85f6443 Compare June 29, 2026 15:23
@PrasadJoshi12

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@PrasadJoshi12: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@PrasadJoshi12: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6 oadp-qe/oadp-e2e-qe presubmit Presubmit changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci

openshift-ci Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

@PrasadJoshi12: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/oadp-qe/oadp-e2e-qe/release-v1.5/ipv6-cluster-oadp-baremetalds-ipv6 85f6443 link unknown /pj-rehearse pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant