Skip to content

OCPBUGS-105407: Remove VSphereMultiNetworks feature gate - #10760

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
vr4manta:OCPBUGS-105407
Aug 12, 2026
Merged

OCPBUGS-105407: Remove VSphereMultiNetworks feature gate#10760
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
vr4manta:OCPBUGS-105407

Conversation

@vr4manta

@vr4manta vr4manta commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

OCPBUGS-105407

Changes

  • Removed usages of VSphereMultiNetworks feature gate

Notes

VSphereMultiNetworks has been GA for several releases. Remove the feature gate checks from the installer so that multi-network topology and nodeNetworking fields are accepted unconditionally.

Also, some of the feature gate checks were removed in past PRs.

Summary by CodeRabbit

  • Changes

    • vSphere network configuration validation no longer depends on the multi-network feature gate.
    • Failure-domain and node-network validation entries have been removed from gated checks.
    • Machine-network CIDR fallback and explicit node-network precedence remain unchanged.
  • Tests

    • Updated vSphere configuration test descriptions to reflect the current network behavior.
    • Existing test scenarios and expected results remain unchanged.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Aug 11, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@vr4manta: This pull request references Jira Issue OCPBUGS-105407, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

OCPBUGS-105407

Changes

  • Removed usages of VSphereMultiNetworks feature gate

Notes

VSphereMultiNetworks has been GA for several releases. Remove the feature gate checks from the installer so that multi-network topology and nodeNetworking fields are accepted unconditionally.

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

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: 4837ed39-deda-4c26-b873-fb813f11aaab

📥 Commits

Reviewing files that changed from the base of the PR and between 4745066 and 138941f.

📒 Files selected for processing (2)
  • pkg/asset/manifests/vsphere/cloudproviderconfig_test.go
  • pkg/types/vsphere/validation/featuregates.go
💤 Files with no reviewable changes (1)
  • pkg/types/vsphere/validation/featuregates.go
🚧 Files skipped from review as they are similar to previous changes (1)
  • pkg/asset/manifests/vsphere/cloudproviderconfig_test.go

📝 Walkthrough

Walkthrough

Changes

vSphere network validation

Layer / File(s) Summary
Remove multi-network validation and update configuration descriptions
pkg/types/vsphere/validation/featuregates.go, pkg/asset/manifests/vsphere/cloudproviderconfig_test.go
vSphere validation no longer detects multiple networks or adds VSphereMultiNetworks entries. Test comments now describe machine-network CIDR fallback and explicit install-config precedence. Test inputs and expected outputs are unchanged.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested labels: lgtm

🚥 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 clearly and concisely identifies the main change: removing the VSphereMultiNetworks feature gate.
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 The PR changes only test comments and feature-gate validation. All t.Run titles remain fixed descriptive literals; no dynamic values or overly specific changed titles are present.
Test Structure And Quality ✅ Passed The diff changes only comments in a testify table-driven unit test; it has no Ginkgo or cluster operations, waits, or resources, and its assertions have diagnostic messages.
Microshift Test Compatibility ✅ Passed The patch adds no Ginkgo e2e tests; it only changes comments in the standard-library TestCloudProviderConfig test, so the MicroShift test check does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The diff adds no Ginkgo e2e tests. It only edits comments in a Go unit test and removes vSphere feature-gate validation entries, so SNO test compatibility is not implicated.
Topology-Aware Scheduling Compatibility ✅ Passed The commit only removes vSphere feature-gate validation and updates test comments; it adds no manifests, controllers, replicas, affinity, topology spread, selectors, tolerations, or PDB constraints.
Ote Binary Stdout Contract ✅ Passed The pull request changes only vSphere validation entries and test comments; it adds no process-level stdout writes in an OTE binary.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The diff adds no Ginkgo e2e tests; it only changes comments and removes feature-gate validation entries. Existing IPv4 test data is unchanged.
No-Weak-Crypto ✅ Passed The diff only removes vSphere feature-gate validation and updates test comments; it adds no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret-comparison code.
Container-Privileges ✅ Passed The diff changes Go comments and removes vSphere feature-gate validation entries; it adds no container/Kubernetes privilege settings or root execution configuration.
No-Sensitive-Data-In-Logs ✅ Passed The PR only removes feature-gate validation and edits test comments. Diff scans found no new logging or output calls and no sensitive data in added lines.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.12.2)

Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions
The command is terminated due to an error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions


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

@rvanderp3

Copy link
Copy Markdown
Contributor

/lgtm
/assign vr4manta

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 11, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-vsphere-multi-vcenter-ovn
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-devpreview
/test e2e-vsphere-ovn-disk-setup-techpreview
/test e2e-vsphere-ovn-hybrid-env
/test e2e-vsphere-ovn-techpreview
/test e2e-vsphere-ovn-zones
/test e2e-aws-ovn

@jcpowermac

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci

openshift-ci Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jcpowermac

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

The pull request process is described 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 12, 2026
@vr4manta

Copy link
Copy Markdown
Contributor Author

/verified by @vr4manta

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 12, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@vr4manta: This PR has been marked as verified by @vr4manta.

Details

In response to this:

/verified by @vr4manta

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 openshift-eng/jira-lifecycle-plugin repository.

…erences

VSphereMultiNetworks has been GA for several releases. Remove the
feature gate checks from the installer so that multi-network topology
and nodeNetworking fields are accepted unconditionally.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci-robot openshift-ci-robot removed the verified Signifies that the PR passed pre-merge verification criteria label Aug 12, 2026
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2026
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@vr4manta

Copy link
Copy Markdown
Contributor Author

/verified by @vr4manta

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 12, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@vr4manta: This PR has been marked as verified by @vr4manta.

Details

In response to this:

/verified by @vr4manta

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@vr4manta: This pull request references Jira Issue OCPBUGS-105407, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

OCPBUGS-105407

Changes

  • Removed usages of VSphereMultiNetworks feature gate

Notes

VSphereMultiNetworks has been GA for several releases. Remove the feature gate checks from the installer so that multi-network topology and nodeNetworking fields are accepted unconditionally.

Also, some of the feature gate checks were removed in past PRs.

Summary by CodeRabbit

  • Changes

  • vSphere network configuration validation no longer depends on the multi-network feature gate.

  • Failure-domain and node-network validation entries have been removed from gated checks.

  • Machine-network CIDR fallback and explicit node-network precedence remain unchanged.

  • Tests

  • Updated vSphere configuration test descriptions to reflect the current network behavior.

  • Existing test scenarios and expected results remain unchanged.

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 openshift-eng/jira-lifecycle-plugin repository.

@jcpowermac

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-vsphere-multi-vcenter-ovn
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-devpreview
/test e2e-vsphere-ovn-disk-setup-techpreview
/test e2e-vsphere-ovn-hybrid-env
/test e2e-vsphere-ovn-techpreview
/test e2e-vsphere-ovn-zones
/test e2e-aws-ovn

@openshift-merge-bot
openshift-merge-bot Bot merged commit 0ecbd3e into openshift:main Aug 12, 2026
17 of 22 checks passed
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@vr4manta: Jira Issue OCPBUGS-105407: Some pull requests linked via external trackers have merged:

The following pull request, linked via external tracker, has not merged:

All associated pull requests must be merged or unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh.

Jira Issue OCPBUGS-105407 has not been moved to the MODIFIED state.

This PR is marked as verified. If the remaining PRs listed above are marked as verified before merging, the issue will automatically be moved to VERIFIED after all of the changes from the PRs are available in an accepted nightly payload.

Details

In response to this:

OCPBUGS-105407

Changes

  • Removed usages of VSphereMultiNetworks feature gate

Notes

VSphereMultiNetworks has been GA for several releases. Remove the feature gate checks from the installer so that multi-network topology and nodeNetworking fields are accepted unconditionally.

Also, some of the feature gate checks were removed in past PRs.

Summary by CodeRabbit

  • Changes

  • vSphere network configuration validation no longer depends on the multi-network feature gate.

  • Failure-domain and node-network validation entries have been removed from gated checks.

  • Machine-network CIDR fallback and explicit node-network precedence remain unchanged.

  • Tests

  • Updated vSphere configuration test descriptions to reflect the current network behavior.

  • Existing test scenarios and expected results remain unchanged.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

@vr4manta: The following tests 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/prow/e2e-vsphere-ovn-devpreview 138941f link false /test e2e-vsphere-ovn-devpreview
ci/prow/e2e-vsphere-multi-vcenter-ovn 138941f link false /test e2e-vsphere-multi-vcenter-ovn
ci/prow/e2e-vsphere-ovn-zones 138941f link false /test e2e-vsphere-ovn-zones

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

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants